Searched refs:twl (Results 1 – 11 of 11) sorted by relevance
| /drivers/phy/ti/ |
| A D | phy-twl4030-usb.c | 211 dev_dbg(twl->dev, in twl4030_usb_write() 225 dev_dbg(twl->dev, in twl4030_readb() 404 if (!twl->runtime_suspended && !atomic_read(&twl->connected)) { in twl4030_usb_suspend() 479 twl4030_usb_set_mode(twl, twl->usb_mode); in twl4030_usb_runtime_resume() 532 twl->usb3v1 = devm_regulator_get(twl->dev, "usb3v1"); in twl4030_usb_ldo_init() 541 twl->usb1v5 = devm_regulator_get(twl->dev, "usb1v5"); in twl4030_usb_ldo_init() 550 twl->usb1v8 = devm_regulator_get(twl->dev, "usb1v8"); in twl4030_usb_ldo_init() 693 twl = devm_kzalloc(&pdev->dev, sizeof(*twl), GFP_KERNEL); in twl4030_usb_probe() 694 if (!twl) in twl4030_usb_probe() 717 twl->phy.dev = twl->dev; in twl4030_usb_probe() [all …]
|
| /drivers/usb/phy/ |
| A D | phy-twl6030-usb.c | 111 dev_err(twl->dev, in twl6030_writeb() 125 dev_err(twl->dev, in twl6030_readb() 155 twl->usb3v3 = regulator_get(twl->dev, "usb"); in twl6030_usb_ldo_init() 283 twl6030_usb_irq(twl->irq2, twl); in twl6030_status_work() 284 twl6030_usbotg_irq(twl->irq1, twl); in twl6030_status_work() 342 twl = devm_kzalloc(dev, sizeof(*twl), GFP_KERNEL); in twl6030_usb_probe() 343 if (!twl) in twl6030_usb_probe() 397 twl->asleep = 0; in twl6030_usb_probe() 405 free_irq(twl->irq1, twl); in twl6030_usb_probe() 421 free_irq(twl->irq1, twl); in twl6030_usb_remove() [all …]
|
| /drivers/pwm/ |
| A D | pwm-twl.c | 99 mutex_lock(&twl->mutex); in twl4030_pwm_enable() 119 mutex_unlock(&twl->mutex); in twl4030_pwm_enable() 129 mutex_lock(&twl->mutex); in twl4030_pwm_disable() 149 mutex_unlock(&twl->mutex); in twl4030_pwm_disable() 166 mutex_lock(&twl->mutex); in twl4030_pwm_request() 201 mutex_lock(&twl->mutex); in twl4030_pwm_free() 226 mutex_lock(&twl->mutex); in twl6030_pwm_enable() 249 mutex_lock(&twl->mutex); in twl6030_pwm_disable() 344 struct twl_pwm_chip *twl; in twl_pwm_probe() local 349 twl = to_twl(chip); in twl_pwm_probe() [all …]
|
| A D | Makefile | 72 obj-$(CONFIG_PWM_TWL) += pwm-twl.o 73 obj-$(CONFIG_PWM_TWL_LED) += pwm-twl-led.o
|
| A D | Kconfig | 759 will be called pwm-twl. 768 will be called pwm-twl-led.
|
| /drivers/mfd/ |
| A D | twl-core.c | 424 struct twl_client *twl; in twl_get_regmap() local 436 twl = &twl_priv->twl_modules[sid]; in twl_get_regmap() 438 return twl->regmap; in twl_get_regmap() 688 if (twl->client && twl->client != client) in twl_remove() 690 twl->client = NULL; in twl_remove() 794 twl->client = client; in twl_probe() 798 if (IS_ERR(twl->client)) { in twl_probe() 801 status = PTR_ERR(twl->client); in twl_probe() 806 twl->regmap = devm_regmap_init_i2c(twl->client, in twl_probe() 808 if (IS_ERR(twl->regmap)) { in twl_probe() [all …]
|
| A D | Makefile | 113 obj-$(CONFIG_TWL4030_CORE) += twl-core.o twl4030-irq.o twl6030-irq.o
|
| /drivers/clk/ |
| A D | Makefile | 103 obj-$(CONFIG_CLK_TWL) += clk-twl.o
|
| /drivers/rtc/ |
| A D | Makefile | 190 obj-$(CONFIG_RTC_DRV_TWL4030) += rtc-twl.o
|
| A D | Kconfig | 576 will be called rtc-twl.
|
| /drivers/regulator/ |
| A D | Makefile | 194 obj-$(CONFIG_REGULATOR_TWL4030) += twl-regulator.o twl6030-regulator.o
|
Completed in 28 milliseconds