Home
last modified time | relevance | path

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

12

/Linux-v4.19/include/linux/usb/
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()
/Linux-v4.19/drivers/phy/ti/
Dphy-omap-usb2.c63 static int omap_usb_set_vbus(struct usb_otg *otg, bool enabled) in omap_usb_set_vbus()
73 static int omap_usb_start_srp(struct usb_otg *otg) in omap_usb_start_srp()
83 static int omap_usb_set_host(struct usb_otg *otg, struct usb_bus *host) in omap_usb_set_host()
92 static int omap_usb_set_peripheral(struct usb_otg *otg, in omap_usb_set_peripheral()
279 struct usb_otg *otg; in omap_usb2_probe() local
Dphy-dm816x-usb.c62 static int dm816x_usb_phy_set_host(struct usb_otg *otg, struct usb_bus *host) in dm816x_usb_phy_set_host()
71 static int dm816x_usb_phy_set_peripheral(struct usb_otg *otg, in dm816x_usb_phy_set_peripheral()
190 struct usb_otg *otg; in dm816x_usb_phy_probe() local
Dphy-twl4030-usb.c623 static int twl4030_set_peripheral(struct usb_otg *otg, in twl4030_set_peripheral()
636 static int twl4030_set_host(struct usb_otg *otg, struct usb_bus *host) in twl4030_set_host()
666 struct usb_otg *otg; in twl4030_usb_probe() local
/Linux-v4.19/drivers/usb/phy/
Dphy-mv-usb.c51 static int mv_otg_set_vbus(struct usb_otg *otg, bool on) in mv_otg_set_vbus()
60 static int mv_otg_set_host(struct usb_otg *otg, in mv_otg_set_host()
68 static int mv_otg_set_peripheral(struct usb_otg *otg, in mv_otg_set_peripheral()
196 struct usb_otg *otg = mvotg->phy.otg; in mv_otg_start_host() local
217 struct usb_otg *otg = mvotg->phy.otg; in mv_otg_start_periphrals() local
405 struct usb_otg *otg; in mv_otg_work() local
668 struct usb_otg *otg; in mv_otg_probe() local
Dphy-ulpi.c199 static int ulpi_set_host(struct usb_otg *otg, struct usb_bus *host) in ulpi_set_host()
225 static int ulpi_set_vbus(struct usb_otg *otg, bool on) in ulpi_set_vbus()
248 struct usb_otg *otg; in otg_ulpi_create() local
Dphy-fsl-usb.c459 struct usb_otg *otg = fsm->otg; in fsl_otg_start_host() local
526 struct usb_otg *otg = fsm->otg; in fsl_otg_start_gadget() local
550 static int fsl_otg_set_host(struct usb_otg *otg, struct usb_bus *host) in fsl_otg_set_host()
599 static int fsl_otg_set_peripheral(struct usb_otg *otg, in fsl_otg_set_peripheral()
662 static int fsl_otg_start_srp(struct usb_otg *otg) in fsl_otg_start_srp()
680 static int fsl_otg_start_hnp(struct usb_otg *otg) in fsl_otg_start_hnp()
709 struct usb_otg *otg = ((struct fsl_otg *)dev_id)->phy.otg; in fsl_otg_isr() local
Dphy-generic.c105 struct usb_otg *otg = nop->phy.otg; in nop_gpio_vbus_thread() local
174 static int nop_set_peripheral(struct usb_otg *otg, struct usb_gadget *gadget) in nop_set_peripheral()
193 static int nop_set_host(struct usb_otg *otg, struct usb_bus *host) in nop_set_host()
Dphy-ulpi-viewport.c35 static int ulpi_viewport_read(struct usb_phy *otg, u32 reg) in ulpi_viewport_read()
53 static int ulpi_viewport_write(struct usb_phy *otg, u32 val, u32 reg) in ulpi_viewport_write()
Dphy-isp1301-omap.c646 struct usb_otg *otg = isp->phy.otg; in omap_otg_irq() local
934 struct usb_otg *otg = isp->phy.otg; in isp_update_otg() local
1263 isp1301_set_host(struct usb_otg *otg, struct usb_bus *host) in isp1301_set_host()
1319 isp1301_set_peripheral(struct usb_otg *otg, struct usb_gadget *gadget) in isp1301_set_peripheral()
1399 isp1301_start_srp(struct usb_otg *otg) in isp1301_start_srp()
1425 isp1301_start_hnp(struct usb_otg *otg) in isp1301_start_hnp()
Dphy-gpio-vbus-usb.c159 struct usb_otg *otg = gpio_vbus->phy.otg; in gpio_vbus_irq() local
174 static int gpio_vbus_set_peripheral(struct usb_otg *otg, in gpio_vbus_set_peripheral()
Dphy-tahvo.c192 static int tahvo_usb_set_host(struct usb_otg *otg, struct usb_bus *host) in tahvo_usb_set_host()
221 static int tahvo_usb_set_peripheral(struct usb_otg *otg, in tahvo_usb_set_peripheral()
Dphy-ab8500-usb.c599 static int ab8500_usb_set_peripheral(struct usb_otg *otg, in ab8500_usb_set_peripheral()
624 static int ab8500_usb_set_host(struct usb_otg *otg, struct usb_bus *host) in ab8500_usb_set_host()
844 struct usb_otg *otg; in ab8500_usb_probe() local
/Linux-v4.19/arch/arm/mach-pxa/
Dpxa3xx-ulpi.c36 struct usb_phy *otg; member
82 static int pxa310_ulpi_read(struct usb_phy *otg, u32 reg) in pxa310_ulpi_read()
101 static int pxa310_ulpi_write(struct usb_phy *otg, u32 val, u32 reg) in pxa310_ulpi_write()
/Linux-v4.19/drivers/usb/musb/
Dmusb_virthub.c53 struct usb_otg *otg = musb->xceiv->otg; in musb_port_suspend() local
199 struct usb_otg *otg = musb->xceiv->otg; in musb_root_disconnect() local
Dtusb6010.c554 struct usb_otg *otg = musb->xceiv->otg; in tusb_musb_set_vbus() local
680 struct usb_otg *otg = musb->xceiv->otg; in tusb_otg_ints() local
Ddavinci.c248 struct usb_otg *otg = musb->xceiv->otg; in davinci_musb_interrupt() local
/Linux-v4.19/arch/arm/mach-imx/
Dmx31moboard-devboard.c162 static int devboard_isp1105_init(struct usb_phy *otg) in devboard_isp1105_init()
181 static int devboard_isp1105_set_vbus(struct usb_otg *otg, bool on) in devboard_isp1105_set_vbus()
Dmx31moboard-marxbot.c187 static int marxbot_isp1105_init(struct usb_phy *otg) in marxbot_isp1105_init()
206 static int marxbot_isp1105_set_vbus(struct usb_otg *otg, bool on) in marxbot_isp1105_set_vbus()
/Linux-v4.19/include/linux/platform_data/
Dusb-ehci-mxc.h10 struct usb_phy *otg; member
Dusb-omap1.h24 u8 otg; /* port number, 1-based: usb1 == 2 */ member
/Linux-v4.19/drivers/phy/motorola/
Dphy-cpcap-usb.c152 static int cpcap_usb_phy_set_host(struct usb_otg *otg, struct usb_bus *host) in cpcap_usb_phy_set_host()
161 static int cpcap_usb_phy_set_peripheral(struct usb_otg *otg, in cpcap_usb_phy_set_peripheral()
566 struct usb_otg *otg; in cpcap_usb_phy_probe() local
/Linux-v4.19/drivers/phy/samsung/
Dphy-exynos5250-usb2.c204 u32 otg; in exynos5250_power_on() local
330 u32 otg; in exynos5250_power_off() local
/Linux-v4.19/drivers/usb/chipidea/
Dhost.c160 struct usb_otg *otg = &ci->otg; in host_start() local
/Linux-v4.19/drivers/usb/host/
Dehci-mv.c28 struct usb_phy *otg; member

12