/linux-2.6.39/include/linux/usb/ |
D | otg.h | 46 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 …]
|
D | intel_mid_otg.h | 111 struct otg_transceiver otg; 150 struct intel_mid_otg_xceiv *otg_to_mid_xceiv(struct otg_transceiver *otg) in otg_to_mid_xceiv()
|
D | msm_hsusb.h | 96 struct otg_transceiver otg;
|
D | ulpi.h | 184 struct otg_transceiver *otg_ulpi_create(struct otg_io_access_ops *ops,
|
/linux-2.6.39/drivers/usb/otg/ |
D | ulpi.c | 51 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()
|
D | otg.c | 17 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()
|
D | nop-usb-xceiv.c | 36 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()
|
D | twl6030-usb.c | 89 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()
|
D | msm_otg.c | 48 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 …]
|
D | ab8500-usb.c | 71 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()
|
D | ulpi_viewport.c | 43 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()
|
D | gpio_vbus.c | 34 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()
|
D | twl4030-usb.c | 147 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()
|
D | isp1301_omap.c | 55 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/ |
D | ulpi.c | 61 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/ |
D | ulpi.h | 5 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()
|
D | mxc_ehci.h | 47 struct otg_transceiver *otg;
|
/linux-2.6.39/arch/arm/mach-mx3/ |
D | mx31moboard-devboard.c | 162 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()
|
D | mx31moboard-marxbot.c | 277 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/ |
D | pxa3xx-ulpi.c | 36 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/ |
D | usb_phy.h | 61 struct otg_transceiver *ulpi;
|
/linux-2.6.39/drivers/usb/gadget/ |
D | langwell_udc.h | 176 struct otg_transceiver *transceiver;
|
D | omap_udc.h | 167 struct otg_transceiver *transceiver;
|
D | pxa25x_udc.h | 131 struct otg_transceiver *transceiver;
|
D | ci13xxx_udc.h | 139 struct otg_transceiver *transceiver; /* Transceiver struct */
|