Home
last modified time | relevance | path

Searched refs:otg_transceiver (Results 1 – 25 of 40) sorted by relevance

12

/linux-2.6.39/include/linux/usb/
Dotg.h46 struct otg_transceiver;
52 int (*read)(struct otg_transceiver *otg, u32 reg);
53 int (*write)(struct otg_transceiver *otg, u32 val, u32 reg);
62 struct otg_transceiver { struct
85 int (*init)(struct otg_transceiver *otg); argument
86 void (*shutdown)(struct otg_transceiver *otg); argument
89 int (*set_host)(struct otg_transceiver *otg, argument
93 int (*set_peripheral)(struct otg_transceiver *otg, argument
97 int (*set_power)(struct otg_transceiver *otg, argument
101 int (*set_vbus)(struct otg_transceiver *otg, argument
[all …]
Dintel_mid_otg.h111 struct otg_transceiver otg;
150 struct intel_mid_otg_xceiv *otg_to_mid_xceiv(struct otg_transceiver *otg) in otg_to_mid_xceiv()
Dmsm_hsusb.h96 struct otg_transceiver otg;
Dulpi.h184 struct otg_transceiver *otg_ulpi_create(struct otg_io_access_ops *ops,
/linux-2.6.39/drivers/usb/otg/
Dulpi.c51 static int ulpi_set_otg_flags(struct otg_transceiver *otg) in ulpi_set_otg_flags()
75 static int ulpi_set_fc_flags(struct otg_transceiver *otg) in ulpi_set_fc_flags()
117 static int ulpi_set_ic_flags(struct otg_transceiver *otg) in ulpi_set_ic_flags()
136 static int ulpi_set_flags(struct otg_transceiver *otg) in ulpi_set_flags()
151 static int ulpi_check_integrity(struct otg_transceiver *otg) in ulpi_check_integrity()
177 static int ulpi_init(struct otg_transceiver *otg) in ulpi_init()
208 static int ulpi_set_host(struct otg_transceiver *otg, struct usb_bus *host) in ulpi_set_host()
233 static int ulpi_set_vbus(struct otg_transceiver *otg, bool on) in ulpi_set_vbus()
250 struct otg_transceiver *
254 struct otg_transceiver *otg; in otg_ulpi_create()
Dotg.c17 static struct otg_transceiver *xceiv;
28 struct otg_transceiver *otg_get_transceiver(void) in otg_get_transceiver()
44 void otg_put_transceiver(struct otg_transceiver *x) in otg_put_transceiver()
59 int otg_set_transceiver(struct otg_transceiver *x) in otg_set_transceiver()
Dnop-usb-xceiv.c36 struct otg_transceiver otg;
61 static inline struct nop_usb_xceiv *xceiv_to_nop(struct otg_transceiver *x) in xceiv_to_nop()
66 static int nop_set_suspend(struct otg_transceiver *x, int suspend) in nop_set_suspend()
71 static int nop_set_peripheral(struct otg_transceiver *x, in nop_set_peripheral()
91 static int nop_set_host(struct otg_transceiver *x, struct usb_bus *host) in nop_set_host()
Dtwl6030-usb.c89 struct otg_transceiver otg;
135 static int twl6030_set_phy_clk(struct otg_transceiver *x, int on) in twl6030_set_phy_clk()
150 static int twl6030_phy_init(struct otg_transceiver *x) in twl6030_phy_init()
168 static void twl6030_phy_shutdown(struct otg_transceiver *x) in twl6030_phy_shutdown()
180 static int twl6030_phy_suspend(struct otg_transceiver *x, int suspend) in twl6030_phy_suspend()
318 static int twl6030_set_peripheral(struct otg_transceiver *x, in twl6030_set_peripheral()
334 static int twl6030_enable_irq(struct otg_transceiver *x) in twl6030_enable_irq()
352 static int twl6030_set_vbus(struct otg_transceiver *x, bool enabled) in twl6030_set_vbus()
369 static int twl6030_set_host(struct otg_transceiver *x, struct usb_bus *host) in twl6030_set_host()
Dmsm_otg.c48 static int ulpi_read(struct otg_transceiver *otg, u32 reg) in ulpi_read()
73 static int ulpi_write(struct otg_transceiver *otg, u32 val, u32 reg) in ulpi_write()
203 static int msm_otg_reset(struct otg_transceiver *otg) in msm_otg_reset()
261 struct otg_transceiver *otg = &motg->otg; in msm_otg_suspend()
342 struct otg_transceiver *otg = &motg->otg; in msm_otg_resume()
406 static void msm_otg_start_host(struct otg_transceiver *otg, int on) in msm_otg_start_host()
445 static int msm_otg_set_host(struct otg_transceiver *otg, struct usb_bus *host) in msm_otg_set_host()
491 static void msm_otg_start_peripheral(struct otg_transceiver *otg, int on) in msm_otg_start_peripheral()
518 static int msm_otg_set_peripheral(struct otg_transceiver *otg, in msm_otg_set_peripheral()
614 struct otg_transceiver *otg = &motg->otg; in msm_otg_sm_work()
[all …]
Dab8500-usb.c71 struct otg_transceiver otg;
85 static inline struct ab8500_usb *xceiv_to_ab(struct otg_transceiver *x) in xceiv_to_ab()
272 static int ab8500_usb_set_power(struct otg_transceiver *otg, unsigned mA) in ab8500_usb_set_power()
293 static int ab8500_usb_set_suspend(struct otg_transceiver *x, int suspend) in ab8500_usb_set_suspend()
299 static int ab8500_usb_set_peripheral(struct otg_transceiver *otg, in ab8500_usb_set_peripheral()
332 static int ab8500_usb_set_host(struct otg_transceiver *otg, in ab8500_usb_set_host()
Dulpi_viewport.c43 static int ulpi_viewport_read(struct otg_transceiver *otg, u32 reg) in ulpi_viewport_read()
61 static int ulpi_viewport_write(struct otg_transceiver *otg, u32 val, u32 reg) in ulpi_viewport_write()
Dgpio_vbus.c34 struct otg_transceiver otg;
151 static int gpio_vbus_set_peripheral(struct otg_transceiver *otg, in gpio_vbus_set_peripheral()
191 static int gpio_vbus_set_power(struct otg_transceiver *otg, unsigned mA) in gpio_vbus_set_power()
203 static int gpio_vbus_set_suspend(struct otg_transceiver *otg, int suspend) in gpio_vbus_set_suspend()
Dtwl4030-usb.c147 struct otg_transceiver otg;
545 static int twl4030_set_suspend(struct otg_transceiver *x, int suspend) in twl4030_set_suspend()
557 static int twl4030_set_peripheral(struct otg_transceiver *x, in twl4030_set_peripheral()
573 static int twl4030_set_host(struct otg_transceiver *x, struct usb_bus *host) in twl4030_set_host()
Disp1301_omap.c55 struct otg_transceiver otg;
1297 isp1301_set_host(struct otg_transceiver *otg, struct usb_bus *host) in isp1301_set_host()
1353 isp1301_set_peripheral(struct otg_transceiver *otg, struct usb_gadget *gadget) in isp1301_set_peripheral()
1422 isp1301_set_power(struct otg_transceiver *dev, unsigned mA) in isp1301_set_power()
1432 isp1301_start_srp(struct otg_transceiver *dev) in isp1301_start_srp()
1459 isp1301_start_hnp(struct otg_transceiver *dev) in isp1301_start_hnp()
/linux-2.6.39/arch/arm/plat-mxc/
Dulpi.c61 static int ulpi_read(struct otg_transceiver *otg, u32 reg) in ulpi_read()
87 static int ulpi_write(struct otg_transceiver *otg, u32 val, u32 reg) in ulpi_write()
115 struct otg_transceiver *imx_otg_ulpi_create(unsigned int flags) in imx_otg_ulpi_create()
/linux-2.6.39/arch/arm/plat-mxc/include/mach/
Dulpi.h5 struct otg_transceiver *imx_otg_ulpi_create(unsigned int flags);
7 static inline struct otg_transceiver *imx_otg_ulpi_create(unsigned int flags) in imx_otg_ulpi_create()
Dmxc_ehci.h47 struct otg_transceiver *otg;
/linux-2.6.39/arch/arm/mach-mx3/
Dmx31moboard-devboard.c162 static int devboard_isp1105_init(struct otg_transceiver *otg) in devboard_isp1105_init()
181 static int devboard_isp1105_set_vbus(struct otg_transceiver *otg, bool on) in devboard_isp1105_set_vbus()
198 struct otg_transceiver *otg; in devboard_usbh1_init()
Dmx31moboard-marxbot.c277 static int marxbot_isp1105_init(struct otg_transceiver *otg) in marxbot_isp1105_init()
296 static int marxbot_isp1105_set_vbus(struct otg_transceiver *otg, bool on) in marxbot_isp1105_set_vbus()
313 struct otg_transceiver *otg; in marxbot_usbh1_init()
/linux-2.6.39/arch/arm/mach-pxa/
Dpxa3xx-ulpi.c36 struct otg_transceiver *otg;
82 static int pxa310_ulpi_read(struct otg_transceiver *otg, u32 reg) in pxa310_ulpi_read()
101 static int pxa310_ulpi_write(struct otg_transceiver *otg, u32 val, u32 reg) in pxa310_ulpi_write()
/linux-2.6.39/arch/arm/mach-tegra/include/mach/
Dusb_phy.h61 struct otg_transceiver *ulpi;
/linux-2.6.39/drivers/usb/gadget/
Dlangwell_udc.h176 struct otg_transceiver *transceiver;
Domap_udc.h167 struct otg_transceiver *transceiver;
Dpxa25x_udc.h131 struct otg_transceiver *transceiver;
Dci13xxx_udc.h139 struct otg_transceiver *transceiver; /* Transceiver struct */

12