Searched refs:bot_status (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
H A D | tcm.h | 103 struct bot_status { struct 130 struct bot_status bot_status; member
|
H A D | f_tcm.c | 76 struct bulk_cs_wrap *csw = &fu->bot_status.csw; in bot_enqueue_sense_code() 83 fu->bot_status.req->context = cmd; in bot_enqueue_sense_code() 84 ret = usb_ep_queue(fu->ep_in, fu->bot_status.req, GFP_ATOMIC); in bot_enqueue_sense_code() 115 struct bulk_cs_wrap *csw = &fu->bot_status.csw; in bot_send_bad_status() 149 struct bulk_cs_wrap *csw = &fu->bot_status.csw; in bot_send_status() 166 fu->bot_status.req->context = cmd; in bot_send_status() 168 ret = usb_ep_queue(fu->ep_in, fu->bot_status.req, GFP_KERNEL); in bot_send_status() 321 fu->bot_status.req = usb_ep_alloc_request(fu->ep_in, GFP_KERNEL); in bot_prepare_reqs() 322 if (!fu->bot_status.req) in bot_prepare_reqs() 325 fu->bot_status in bot_prepare_reqs() [all...] |
/kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
H A D | tcm.h | 103 struct bot_status { struct 130 struct bot_status bot_status; member
|
H A D | f_tcm.c | 76 struct bulk_cs_wrap *csw = &fu->bot_status.csw; in bot_enqueue_sense_code() 83 fu->bot_status.req->context = cmd; in bot_enqueue_sense_code() 84 ret = usb_ep_queue(fu->ep_in, fu->bot_status.req, GFP_ATOMIC); in bot_enqueue_sense_code() 115 struct bulk_cs_wrap *csw = &fu->bot_status.csw; in bot_send_bad_status() 149 struct bulk_cs_wrap *csw = &fu->bot_status.csw; in bot_send_status() 166 fu->bot_status.req->context = cmd; in bot_send_status() 168 ret = usb_ep_queue(fu->ep_in, fu->bot_status.req, GFP_KERNEL); in bot_send_status() 321 fu->bot_status.req = usb_ep_alloc_request(fu->ep_in, GFP_KERNEL); in bot_prepare_reqs() 322 if (!fu->bot_status.req) in bot_prepare_reqs() 325 fu->bot_status in bot_prepare_reqs() [all...] |
Completed in 6 milliseconds