Home
last modified time | relevance | path

Searched refs:OZ_APPID_USB (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/drivers/staging/ozwpan/
Dozusbsvc.c76 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 …]
Dozusbsvc1.c37 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()
Dozmain.c45 oz_app_enable(OZ_APPID_USB, 1); in ozwpan_init()
Dozcdev.c185 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()
Dozprotocol.h141 #define OZ_APPID_USB 0x1 macro
Dozeltbuf.c173 if ((body->app_id == OZ_APPID_USB) && (body->type in oz_queue_elt_info()
Dozpd.c42 [OZ_APPID_USB] = {
870 const struct oz_app_if *ai = &g_app_if[OZ_APPID_USB]; in oz_pd_indicate_farewells()