Searched defs:twl (Results 1 - 3 of 3) sorted by relevance

/drivers/usb/otg/
H A Dtwl6030-usb.c29 #include <linux/i2c/twl.h>
114 static inline int twl6030_writeb(struct twl6030_usb *twl, u8 module, argument
121 dev_err(twl->dev,
126 static inline u8 twl6030_readb(struct twl6030_usb *twl, u8 module, u8 address) argument
134 dev_err(twl->dev,
142 struct twl6030_usb *twl; local
146 twl = phy_to_twl(x);
147 dev = twl->dev;
150 if (twl->linkstat == USB_EVENT_ID)
151 pdata->phy_power(twl
160 struct twl6030_usb *twl; local
172 struct twl6030_usb *twl = phy_to_twl(x); local
183 struct twl6030_usb *twl = phy_to_twl(otg->phy); local
194 twl6030_usb_ldo_init(struct twl6030_usb *twl) argument
231 struct twl6030_usb *twl = dev_get_drvdata(dev); local
258 struct twl6030_usb *twl = _twl; local
297 struct twl6030_usb *twl = _twl; local
344 struct twl6030_usb *twl = phy_to_twl(x); local
362 struct twl6030_usb *twl = container_of(data, struct twl6030_usb, local
380 struct twl6030_usb *twl = phy_to_twl(otg->phy); local
401 struct twl6030_usb *twl; local
493 struct twl6030_usb *twl = platform_get_drvdata(pdev); local
[all...]
H A Dtwl4030-usb.c37 #include <linux/i2c/twl.h>
173 static int twl4030_i2c_write_u8_verify(struct twl4030_usb *twl, argument
182 dev_dbg(twl->dev, "Write%d[%d,0x%x] wrote %02x but read %02x\n",
190 dev_dbg(twl->dev, "Write%d[%d,0x%x] wrote %02x but read %02x\n",
197 #define twl4030_usb_write_verify(twl, address, data) \
198 twl4030_i2c_write_u8_verify(twl, TWL4030_MODULE_USB, (data), (address))
200 static inline int twl4030_usb_write(struct twl4030_usb *twl, argument
207 dev_dbg(twl->dev,
212 static inline int twl4030_readb(struct twl4030_usb *twl, u8 module, u8 address) argument
221 dev_dbg(twl
228 twl4030_usb_read(struct twl4030_usb *twl, u8 address) argument
236 twl4030_usb_set_bits(struct twl4030_usb *twl, u8 reg, u8 bits) argument
242 twl4030_usb_clear_bits(struct twl4030_usb *twl, u8 reg, u8 bits) argument
249 twl4030_usb_linkstat(struct twl4030_usb *twl) argument
305 twl4030_usb_set_mode(struct twl4030_usb *twl, int mode) argument
328 twl4030_i2c_access(struct twl4030_usb *twl, int on) argument
358 __twl4030_phy_power(struct twl4030_usb *twl, int on) argument
370 twl4030_phy_power(struct twl4030_usb *twl, int on) argument
398 twl4030_phy_suspend(struct twl4030_usb *twl, int controller_off) argument
408 __twl4030_phy_resume(struct twl4030_usb *twl) argument
417 twl4030_phy_resume(struct twl4030_usb *twl) argument
426 twl4030_usb_ldo_init(struct twl4030_usb *twl) argument
488 struct twl4030_usb *twl = dev_get_drvdata(dev); local
503 struct twl4030_usb *twl = _twl; local
532 twl4030_usb_phy_init(struct twl4030_usb *twl) argument
554 struct twl4030_usb *twl = phy_to_twl(x); local
592 struct twl4030_usb *twl; local
675 struct twl4030_usb *twl = platform_get_drvdata(pdev); local
[all...]
/drivers/mfd/
H A Dtwl-core.c47 #include <linux/i2c/twl.h>
49 #include "twl-core.h"
64 #define DRIVER_NAME "twl"
273 * <linux/i2c/twl.h> defines for TWL4030_MODULE_*
309 * <linux/i2c/twl.h> defines for TWL4030_MODULE_*
363 struct twl_client *twl; local
380 twl = &twl_modules[sid];
382 mutex_lock(&twl->xfer_lock);
387 msg = &twl->xfer_msg[0];
388 msg->addr = twl
425 struct twl_client *twl; local
568 struct twl_client *twl = &twl_modules[chip]; local
1212 struct twl_client *twl = &twl_modules[i]; local
1270 struct twl_client *twl = &twl_modules[i]; local
[all...]

Completed in 97 milliseconds