• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/otg/

Lines Matching refs:twl4030_usb

2  * twl4030_usb - TWL4030 USB transceiver, talking to OMAP OTG controller
147 struct twl4030_usb {
169 #define xceiv_to_twl(x) container_of((x), struct twl4030_usb, otg);
173 static int twl4030_i2c_write_u8_verify(struct twl4030_usb *twl,
200 static inline int twl4030_usb_write(struct twl4030_usb *twl,
212 static inline int twl4030_readb(struct twl4030_usb *twl, u8 module, u8 address)
228 static inline int twl4030_usb_read(struct twl4030_usb *twl, u8 address)
236 twl4030_usb_set_bits(struct twl4030_usb *twl, u8 reg, u8 bits)
242 twl4030_usb_clear_bits(struct twl4030_usb *twl, u8 reg, u8 bits)
249 static enum usb_xceiv_events twl4030_usb_linkstat(struct twl4030_usb *twl)
297 static void twl4030_usb_set_mode(struct twl4030_usb *twl, int mode)
319 static void twl4030_i2c_access(struct twl4030_usb *twl, int on)
349 static void __twl4030_phy_power(struct twl4030_usb *twl, int on)
361 static void twl4030_phy_power(struct twl4030_usb *twl, int on)
382 static void twl4030_phy_suspend(struct twl4030_usb *twl, int controller_off)
392 static void __twl4030_phy_resume(struct twl4030_usb *twl)
401 static void twl4030_phy_resume(struct twl4030_usb *twl)
410 static int twl4030_usb_ldo_init(struct twl4030_usb *twl)
466 struct twl4030_usb *twl = dev_get_drvdata(dev);
481 struct twl4030_usb *twl = _twl;
499 static void twl4030_usb_phy_init(struct twl4030_usb *twl)
521 struct twl4030_usb *twl = xceiv_to_twl(x);
534 struct twl4030_usb *twl;
549 struct twl4030_usb *twl;
565 struct twl4030_usb *twl;
607 "twl4030_usb", twl);
626 struct twl4030_usb *twl = platform_get_drvdata(pdev);
663 .name = "twl4030_usb",
680 MODULE_ALIAS("platform:twl4030_usb");