Searched refs:twl6040_power (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/clk/ |
D | clk-twl6040.c | 50 ret = twl6040_power(twl6040_clk->twl6040, 1); in twl6040_bitclk_prepare() 63 ret = twl6040_power(twl6040_clk->twl6040, 0); in twl6040_bitclk_unprepare()
|
/linux-4.4.14/drivers/mfd/ |
D | twl6040.c | 251 twl6040_power(twl6040, 0); in twl6040_thint_handler() 254 twl6040_power(twl6040, 1); in twl6040_thint_handler() 283 int twl6040_power(struct twl6040 *twl6040, int on) in twl6040_power() function 359 EXPORT_SYMBOL(twl6040_power); 785 twl6040_power(twl6040, 0); in twl6040_remove()
|
/linux-4.4.14/drivers/input/misc/ |
D | twl6040-vibra.c | 100 twl6040_power(info->twl6040, 1); in twl6040_vibra_enable() 128 twl6040_power(info->twl6040, 0); in twl6040_vibra_disable()
|
/linux-4.4.14/include/linux/mfd/ |
D | twl6040.h | 254 int twl6040_power(struct twl6040 *twl6040, int on);
|
/linux-4.4.14/sound/soc/codecs/ |
D | twl6040.c | 838 ret = twl6040_power(twl6040, 1); in twl6040_set_bias_level() 851 twl6040_power(twl6040, 0); in twl6040_set_bias_level()
|