Home
last modified time | relevance | path

Searched refs:bot_status (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/usb/gadget/legacy/
Dtcm_usb_gadget.h99 struct bot_status { struct
126 struct bot_status bot_status; member
Dtcm_usb_gadget.c72 struct bulk_cs_wrap *csw = &fu->bot_status.csw; in bot_enqueue_sense_code()
88 fu->bot_status.req->context = cmd; in bot_enqueue_sense_code()
89 ret = usb_ep_queue(fu->ep_in, fu->bot_status.req, GFP_ATOMIC); in bot_enqueue_sense_code()
120 struct bulk_cs_wrap *csw = &fu->bot_status.csw; in bot_send_bad_status()
154 struct bulk_cs_wrap *csw = &fu->bot_status.csw; in bot_send_status()
171 fu->bot_status.req->context = cmd; in bot_send_status()
173 ret = usb_ep_queue(fu->ep_in, fu->bot_status.req, GFP_KERNEL); in bot_send_status()
326 fu->bot_status.req = usb_ep_alloc_request(fu->ep_in, GFP_KERNEL); in bot_prepare_reqs()
327 if (!fu->bot_status.req) in bot_prepare_reqs()
330 fu->bot_status.req->buf = &fu->bot_status.csw; in bot_prepare_reqs()
[all …]