Searched refs:twl4030_usb (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/otg/
H A Dtwl4030-usb.c2 * twl4030_usb - TWL4030 USB transceiver, talking to OMAP OTG controller
147 struct twl4030_usb { struct
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 *tw
[all...]

Completed in 63 milliseconds