Home
last modified time | relevance | path

Searched defs:otg (Results 1 – 14 of 14) sorted by relevance

/linux/include/linux/usb/
H A Dotg.h64 otg_start_hnp(struct usb_otg *otg) in otg_start_hnp()
74 otg_set_vbus(struct usb_otg *otg, bool enabled) in otg_set_vbus()
84 otg_set_host(struct usb_otg *otg, struct usb_bus *host) in otg_set_host()
96 otg_set_peripheral(struct usb_otg *otg, struct usb_gadget *periph) in otg_set_peripheral()
105 otg_start_srp(struct usb_otg *otg) in otg_start_srp()
H A Dotg-fsm.h179 struct usb_otg *otg; member
/linux/drivers/usb/phy/
H A Dphy-generic.c78 static int nop_set_vbus(struct usb_otg *otg, bool enable) in nop_set_vbus()
104 struct usb_otg *otg = nop->phy.otg; in nop_gpio_vbus_thread() local
168 static int nop_set_peripheral(struct usb_otg *otg, struct usb_gadget *gadget) in nop_set_peripheral()
187 static int nop_set_host(struct usb_otg *otg, struct usb_bus *host) in nop_set_host()
H A Dphy-ulpi-viewport.c29 static int ulpi_viewport_read(struct usb_phy *otg, u32 reg) in ulpi_viewport_read()
47 static int ulpi_viewport_write(struct usb_phy *otg, u32 val, u32 reg) in ulpi_viewport_write()
/linux/drivers/phy/samsung/
H A Dphy-exynos5250-usb2.c199 u32 otg; in exynos5250_power_on() local
325 u32 otg; in exynos5250_power_off() local
/linux/arch/mips/boot/dts/ingenic/
H A Dx1830.dtsi411 otg: usb@13500000 { label
H A Dx1000.dtsi401 otg: usb@13500000 { label
H A Djz4780.dtsi581 otg: usb@13500000 { label
/linux/include/linux/platform_data/
H A Dusb-omap1.h24 u8 otg; /* port number, 1-based: usb1 == 2 */ member
/linux/drivers/usb/musb/
H A Dtusb6010.c561 struct usb_otg *otg = musb->xceiv->otg; in tusb_musb_set_vbus() local
687 struct usb_otg *otg = musb->xceiv->otg; in tusb_otg_ints() local
/linux/drivers/phy/tegra/
H A Dxusb.c634 static int tegra_xusb_set_peripheral(struct usb_otg *otg, in tegra_xusb_set_peripheral()
647 static int tegra_xusb_set_host(struct usb_otg *otg, struct usb_bus *host) in tegra_xusb_set_host()
/linux/arch/arm64/boot/dts/qcom/
H A Dmsm8976.dtsi1408 otg: usb@78db000 { label
/linux/drivers/power/supply/
H A Daxp288_charger.c132 } otg; member
/linux/drivers/usb/host/
H A Doxu210hp-hcd.c4105 void __iomem *base, int irq, int otg) in oxu_create()