Home
last modified time | relevance | path

Searched refs:oz_usb_ctx (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/staging/ozwpan/
Dozusbsvc.c55 struct oz_usb_ctx *usb_ctx; in oz_usb_start()
56 struct oz_usb_ctx *old_ctx; in oz_usb_start()
66 usb_ctx = kzalloc(sizeof(struct oz_usb_ctx), GFP_ATOMIC); in oz_usb_start()
119 struct oz_usb_ctx *usb_ctx; in oz_usb_stop()
126 usb_ctx = (struct oz_usb_ctx *) pd->app_ctx[OZ_APPID_USB]; in oz_usb_stop()
162 struct oz_usb_ctx *usb_ctx = (struct oz_usb_ctx *)hpd; in oz_usb_get()
174 struct oz_usb_ctx *usb_ctx = (struct oz_usb_ctx *)hpd; in oz_usb_put()
188 struct oz_usb_ctx *usb_ctx; in oz_usb_heartbeat()
192 usb_ctx = (struct oz_usb_ctx *) pd->app_ctx[OZ_APPID_USB]; in oz_usb_heartbeat()
213 struct oz_usb_ctx *usb_ctx = (struct oz_usb_ctx *)hpd; in oz_usb_stream_create()
[all …]
Dozusbsvc1.c30 struct oz_usb_ctx *usb_ctx, u8 strid, u8 isoc) in oz_usb_submit_elt()
59 struct oz_usb_ctx *usb_ctx = hpd; in oz_usb_get_desc_req()
95 struct oz_usb_ctx *usb_ctx = hpd; in oz_usb_set_config_req()
118 struct oz_usb_ctx *usb_ctx = hpd; in oz_usb_set_interface_req()
143 struct oz_usb_ctx *usb_ctx = hpd; in oz_usb_set_clear_feature_req()
169 struct oz_usb_ctx *usb_ctx = hpd; in oz_usb_vendor_class_req()
247 struct oz_usb_ctx *usb_ctx = hpd; in oz_usb_send_isoc()
319 static void oz_usb_handle_ep_data(struct oz_usb_ctx *usb_ctx, in oz_usb_handle_ep_data()
373 struct oz_usb_ctx *usb_ctx; in oz_usb_rx()
376 usb_ctx = (struct oz_usb_ctx *)pd->app_ctx[OZ_APPID_USB]; in oz_usb_rx()
[all …]
Dozusbsvc.h14 struct oz_usb_ctx { struct