Home
last modified time | relevance | path

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

/drivers/staging/ozwpan/
Dozusbsvc.c37 oz_event_log(OZ_EVT_SERVICE, 1, OZ_APPID_USB, 0, 0); in oz_usb_init()
46 oz_event_log(OZ_EVT_SERVICE, 2, OZ_APPID_USB, 0, 0); in oz_usb_term()
58 oz_event_log(OZ_EVT_SERVICE, 3, OZ_APPID_USB, 0, resume); in oz_usb_start()
77 spin_lock_bh(&pd->app_lock[OZ_APPID_USB-1]); in oz_usb_start()
78 old_ctx = pd->app_ctx[OZ_APPID_USB-1]; in oz_usb_start()
80 pd->app_ctx[OZ_APPID_USB-1] = usb_ctx; in oz_usb_start()
81 oz_usb_get(pd->app_ctx[OZ_APPID_USB-1]); in oz_usb_start()
82 spin_unlock_bh(&pd->app_lock[OZ_APPID_USB-1]); in oz_usb_start()
103 spin_lock_bh(&pd->app_lock[OZ_APPID_USB-1]); in oz_usb_start()
104 pd->app_ctx[OZ_APPID_USB-1] = 0; in oz_usb_start()
[all …]
Dozusbsvc1.c39 ei->app_id = OZ_APPID_USB; in oz_usb_submit_elt()
41 app_hdr->app_id = OZ_APPID_USB; in oz_usb_submit_elt()
357 spin_lock_bh(&pd->app_lock[OZ_APPID_USB-1]); in oz_usb_rx()
358 usb_ctx = (struct oz_usb_ctx *)pd->app_ctx[OZ_APPID_USB-1]; in oz_usb_rx()
361 spin_unlock_bh(&pd->app_lock[OZ_APPID_USB-1]); in oz_usb_rx()
425 spin_lock_bh(&pd->app_lock[OZ_APPID_USB-1]); in oz_usb_farewell()
426 usb_ctx = (struct oz_usb_ctx *)pd->app_ctx[OZ_APPID_USB-1]; in oz_usb_farewell()
429 spin_unlock_bh(&pd->app_lock[OZ_APPID_USB-1]); in oz_usb_farewell()
Dozmain.c34 oz_app_enable(OZ_APPID_USB, 1); in ozwpan_init()
Dozcdev.c178 spin_lock_bh(&pd->app_lock[OZ_APPID_USB-1]); in oz_cdev_write()
189 spin_unlock_bh(&pd->app_lock[OZ_APPID_USB-1]); in oz_cdev_write()
Dozprotocol.h136 #define OZ_APPID_USB 0x1 macro
Dozpd.c59 OZ_APPID_USB},
815 struct oz_app_if *ai = &g_app_if[OZ_APPID_USB-1]; in oz_pd_indicate_farewells()
Dozeltbuf.c232 if ((body->app_id == OZ_APPID_USB) && (body->type in oz_queue_elt_info()