Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/function/
H A Dtcm.h117 #define USBG_IS_BOT (1 << 3) macro
H A Df_tcm.c393 fu->flags = USBG_IS_BOT; in bot_set_alt()
416 fu->flags = USBG_IS_BOT; in bot_set_alt()
1010 if (fu->flags & USBG_IS_BOT) in usbg_send_status_response()
1022 if (fu->flags & USBG_IS_BOT) in usbg_send_write_request()
1034 if (fu->flags & USBG_IS_BOT) in usbg_send_read_response()
2037 if (fu->flags & USBG_IS_BOT) in tcm_delayed_set_alt()
2084 else if (fu->flags & USBG_IS_BOT) in tcm_disable()
2094 if (!(fu->flags & USBG_IS_BOT)) in tcm_setup()