Lines Matching full:otg
16 #define OTG_STS_SELECTOR 0xF000 /* OTG status selector, according to
17 * OTG and EH 2.0 Chapter 6.2.3
22 * OTG and EH 2.0 Charpter 6.2.3
29 /* Standard OTG timers */
49 * struct otg_fsm - OTG state machine according to the OTG spec
51 * OTG hardware Inputs
57 * @power_up: TRUE when the OTG device first powers up its USB system and
76 * @test_device: TRUE when the B-device switches to B-Host and detects an OTG
88 * Auxiliary inputs (OTG v1.3 only. Obsolete now.)
95 * OTG Output status. Read only for users. Updated by OTG FSM helpers defined
115 * Unused as OTG fsm uses otg->host->b_hnp_enable instead
119 * Unused as OTG fsm uses otg->gadget->b_hnp_enable instead
179 struct usb_otg *otg; member