Lines Matching full:otg
29 #define OTG_STS_SELECTOR 0xF000 /* OTG status selector, according to
30 * OTG and EH 2.0 Chapter 6.2.3
35 * OTG and EH 2.0 Charpter 6.2.3
42 /* Standard OTG timers */
62 * struct otg_fsm - OTG state machine according to the OTG spec
64 * OTG hardware Inputs
70 * @power_up: TRUE when the OTG device first powers up its USB system and
89 * @test_device: TRUE when the B-device switches to B-Host and detects an OTG
101 * Auxilary inputs (OTG v1.3 only. Obsolete now.)
108 * OTG Output status. Read only for users. Updated by OTG FSM helpers defined
128 * Unused as OTG fsm uses otg->host->b_hnp_enable instead
132 * Unused as OTG fsm uses otg->gadget->b_hnp_enable instead
192 struct usb_otg *otg; member