Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/function/
H A Dtcm.h103 struct bot_status { struct
130 struct bot_status bot_status; member
H A Df_tcm.c76 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()
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()
322 if (!fu->bot_status.req) in bot_prepare_reqs()
325 fu->bot_status.req->buf = &fu->bot_status.csw; in bot_prepare_reqs()
326 fu->bot_status.req->length = US_BULK_CS_WRAP_LEN; in bot_prepare_reqs()
327 fu->bot_status.req->complete = bot_status_complete; in bot_prepare_reqs()
347 usb_ep_free_request(fu->ep_in, fu->bot_status.req); in bot_prepare_reqs()
[all …]