Searched refs:OZ_APPID_USB (Results 1 – 7 of 7) sorted by relevance
76 spin_lock_bh(&pd->app_lock[OZ_APPID_USB]); in oz_usb_start()77 old_ctx = pd->app_ctx[OZ_APPID_USB]; in oz_usb_start()79 pd->app_ctx[OZ_APPID_USB] = usb_ctx; in oz_usb_start()80 oz_usb_get(pd->app_ctx[OZ_APPID_USB]); in oz_usb_start()81 spin_unlock_bh(&pd->app_lock[OZ_APPID_USB]); in oz_usb_start()102 spin_lock_bh(&pd->app_lock[OZ_APPID_USB]); in oz_usb_start()103 pd->app_ctx[OZ_APPID_USB] = NULL; in oz_usb_start()104 spin_unlock_bh(&pd->app_lock[OZ_APPID_USB]); in oz_usb_start()125 spin_lock_bh(&pd->app_lock[OZ_APPID_USB]); in oz_usb_stop()126 usb_ctx = (struct oz_usb_ctx *) pd->app_ctx[OZ_APPID_USB]; in oz_usb_stop()[all …]
37 ei->app_id = OZ_APPID_USB; in oz_usb_submit_elt()39 app_hdr->app_id = OZ_APPID_USB; in oz_usb_submit_elt()375 spin_lock_bh(&pd->app_lock[OZ_APPID_USB]); in oz_usb_rx()376 usb_ctx = (struct oz_usb_ctx *)pd->app_ctx[OZ_APPID_USB]; in oz_usb_rx()379 spin_unlock_bh(&pd->app_lock[OZ_APPID_USB]); in oz_usb_rx()450 spin_lock_bh(&pd->app_lock[OZ_APPID_USB]); in oz_usb_farewell()451 usb_ctx = (struct oz_usb_ctx *)pd->app_ctx[OZ_APPID_USB]; in oz_usb_farewell()454 spin_unlock_bh(&pd->app_lock[OZ_APPID_USB]); in oz_usb_farewell()
45 oz_app_enable(OZ_APPID_USB, 1); in ozwpan_init()
185 spin_lock_bh(&pd->app_lock[OZ_APPID_USB]); in oz_cdev_write()196 spin_unlock_bh(&pd->app_lock[OZ_APPID_USB]); in oz_cdev_write()
141 #define OZ_APPID_USB 0x1 macro
173 if ((body->app_id == OZ_APPID_USB) && (body->type in oz_queue_elt_info()
42 [OZ_APPID_USB] = {870 const struct oz_app_if *ai = &g_app_if[OZ_APPID_USB]; in oz_pd_indicate_farewells()