Home
last modified time | relevance | path

Searched refs:is_otg (Results 1 - 2 of 2) sorted by relevance

/device/soc/rockchip/common/sdk_linux/include/linux/usb/
H A Dgadget.h367 * @is_otg: True if the USB device port uses a Mini-AB jack, so that the
369 * @is_a_peripheral: False unless is_otg, the "A" end of a USB cable
412 * driver suspend() calls. They are valid only when is_otg, and when the
439 unsigned is_otg : 1; member
601 return g->is_otg; in gadget_is_otg()
708 * If gadget->is_otg is true, the gadget driver must provide an OTG
/device/soc/rockchip/rk3588/kernel/include/linux/usb/
H A Dgadget.h376 * @is_otg: True if the USB device port uses a Mini-AB jack, so that the
378 * @is_a_peripheral: False unless is_otg, the "A" end of a USB cable
421 * driver suspend() calls. They are valid only when is_otg, and when the
448 unsigned is_otg:1; member
613 return g->is_otg; in gadget_is_otg()
696 * If gadget->is_otg is true, the gadget driver must provide an OTG

Completed in 7 milliseconds