Searched refs:audpwron (Results 1 – 10 of 10) sorted by relevance
/Linux-v6.1/drivers/mfd/ |
D | twl6040.c | 254 gpio_set_value(twl6040->audpwron, 1); in twl6040_power_up_automatic() 265 gpio_set_value(twl6040->audpwron, 0); in twl6040_power_up_automatic() 293 if (gpio_is_valid(twl6040->audpwron)) { in twl6040_power() 340 if (gpio_is_valid(twl6040->audpwron)) { in twl6040_power() 342 gpio_set_value(twl6040->audpwron, 0); in twl6040_power() 716 twl6040->audpwron = of_get_named_gpio(node, in twl6040_probe() 719 twl6040->audpwron = -EINVAL; in twl6040_probe() 721 if (gpio_is_valid(twl6040->audpwron)) { in twl6040_probe() 722 ret = devm_gpio_request_one(&client->dev, twl6040->audpwron, in twl6040_probe()
|
/Linux-v6.1/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-v6.1/include/linux/mfd/ |
D | twl6040.h | 221 int audpwron; member
|
/Linux-v6.1/arch/arm/boot/dts/ |
D | omap5-igep0050.dts | 111 ti,audpwron-gpio = <&gpio5 16 GPIO_ACTIVE_HIGH>; /* gpio line 144 */
|
D | omap5-uevm.dts | 192 ti,audpwron-gpio = <&gpio5 13 GPIO_ACTIVE_HIGH>; /* gpio line 141 */
|
D | omap4-duovero.dtsi | 176 ti,audpwron-gpio = <&gpio6 0 GPIO_ACTIVE_HIGH>; /* gpio_160 */
|
D | omap4-var-som-om44.dtsi | 189 ti,audpwron-gpio = <&gpio6 22 GPIO_ACTIVE_HIGH>; /* gpio 182 */
|
D | omap4-panda-common.dtsi | 423 ti,audpwron-gpio = <&gpio4 31 GPIO_ACTIVE_HIGH>; /* gpio line 127 */
|
D | omap4-sdp.dts | 395 ti,audpwron-gpio = <&gpio4 31 GPIO_ACTIVE_HIGH>; /* gpio line 127 */
|
D | omap5-board-common.dtsi | 649 /* audpwron gpio defined in the board specific dts */
|