Searched refs:audpwron (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/mfd/ |
D | twl6040.c | 268 gpio_set_value(twl6040->audpwron, 1); in twl6040_power_up_automatic() 279 gpio_set_value(twl6040->audpwron, 0); in twl6040_power_up_automatic() 307 if (gpio_is_valid(twl6040->audpwron)) { in twl6040_power() 343 if (gpio_is_valid(twl6040->audpwron)) { in twl6040_power() 345 gpio_set_value(twl6040->audpwron, 0); in twl6040_power() 718 twl6040->audpwron = of_get_named_gpio(node, in twl6040_probe() 721 twl6040->audpwron = -EINVAL; in twl6040_probe() 723 if (gpio_is_valid(twl6040->audpwron)) { in twl6040_probe() 724 ret = devm_gpio_request_one(&client->dev, twl6040->audpwron, in twl6040_probe()
|
/Linux-v4.19/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-v4.19/include/linux/mfd/ |
D | twl6040.h | 235 int audpwron; member
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | omap5-igep0050.dts | 114 ti,audpwron-gpio = <&gpio5 16 GPIO_ACTIVE_HIGH>; /* gpio line 144 */
|
D | omap5-uevm.dts | 175 ti,audpwron-gpio = <&gpio5 13 GPIO_ACTIVE_HIGH>; /* gpio line 141 */
|
D | omap4-duovero.dtsi | 188 ti,audpwron-gpio = <&gpio6 0 GPIO_ACTIVE_HIGH>; /* gpio_160 */
|
D | omap4-var-som-om44.dtsi | 201 ti,audpwron-gpio = <&gpio6 22 GPIO_ACTIVE_HIGH>; /* gpio 182 */
|
D | omap4-panda-common.dtsi | 415 ti,audpwron-gpio = <&gpio4 31 GPIO_ACTIVE_HIGH>; /* gpio line 127 */
|
D | omap4-sdp.dts | 378 ti,audpwron-gpio = <&gpio4 31 GPIO_ACTIVE_HIGH>; /* gpio line 127 */
|
D | omap5-board-common.dtsi | 656 /* audpwron gpio defined in the board specific dts */
|