Searched refs:audpwron (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/drivers/mfd/ |
D | twl6040.c | 264 gpio_set_value(twl6040->audpwron, 1); in twl6040_power_up_automatic() 275 gpio_set_value(twl6040->audpwron, 0); in twl6040_power_up_automatic() 299 if (gpio_is_valid(twl6040->audpwron)) { in twl6040_power() 334 if (gpio_is_valid(twl6040->audpwron)) { in twl6040_power() 336 gpio_set_value(twl6040->audpwron, 0); in twl6040_power() 690 twl6040->audpwron = of_get_named_gpio(node, in twl6040_probe() 693 twl6040->audpwron = -EINVAL; in twl6040_probe() 695 if (gpio_is_valid(twl6040->audpwron)) { in twl6040_probe() 696 ret = devm_gpio_request_one(&client->dev, twl6040->audpwron, in twl6040_probe()
|
/linux-4.4.14/Documentation/devicetree/bindings/mfd/ |
D | twl6040.txt | 15 - twl6040,audpwron-gpio: Power on GPIO line for the twl6040 47 twl6040,audpwron-gpio = <&gpio4 31 0>;
|
/linux-4.4.14/include/linux/mfd/ |
D | twl6040.h | 233 int audpwron; member
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | omap4-duovero.dtsi | 182 ti,audpwron-gpio = <&gpio6 0 GPIO_ACTIVE_HIGH>; /* gpio_160 */
|
D | omap4-var-som-om44.dtsi | 199 ti,audpwron-gpio = <&gpio6 22 GPIO_ACTIVE_HIGH>; /* gpio 182 */
|
D | omap4-panda-common.dtsi | 386 ti,audpwron-gpio = <&gpio4 31 GPIO_ACTIVE_HIGH>; /* gpio line 127 */
|
D | omap4-sdp.dts | 377 ti,audpwron-gpio = <&gpio4 31 GPIO_ACTIVE_HIGH>; /* gpio line 127 */
|
D | omap5-board-common.dtsi | 593 ti,audpwron-gpio = <&gpio5 13 GPIO_ACTIVE_HIGH>; /* gpio line 141 */
|