Searched refs:audpwron (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/drivers/mfd/ |
A D | twl6040.c | 253 gpiod_set_value_cansleep(twl6040->audpwron, 1); in twl6040_power_up_automatic() 264 gpiod_set_value_cansleep(twl6040->audpwron, 0); in twl6040_power_up_automatic() 292 if (twl6040->audpwron) { in twl6040_power() 339 if (twl6040->audpwron) { in twl6040_power() 341 gpiod_set_value_cansleep(twl6040->audpwron, 0); in twl6040_power() 714 twl6040->audpwron = devm_gpiod_get_optional(&client->dev, in twl6040_probe() 717 ret = PTR_ERR_OR_ZERO(twl6040->audpwron); in twl6040_probe() 721 gpiod_set_consumer_name(twl6040->audpwron, "audpwron"); in twl6040_probe()
|
/linux-6.3-rc2/Documentation/devicetree/bindings/mfd/ |
A D | twl6040.txt | 15 - twl6040,audpwron-gpio: Power on GPIO line for the twl6040 47 twl6040,audpwron-gpio = <&gpio4 31 0>;
|
/linux-6.3-rc2/include/linux/mfd/ |
A D | twl6040.h | 193 struct gpio_desc *audpwron; member
|
/linux-6.3-rc2/arch/arm/boot/dts/ |
A D | omap5-igep0050.dts | 111 ti,audpwron-gpio = <&gpio5 16 GPIO_ACTIVE_HIGH>; /* gpio line 144 */
|
A D | omap5-uevm.dts | 192 ti,audpwron-gpio = <&gpio5 13 GPIO_ACTIVE_HIGH>; /* gpio line 141 */
|
A D | omap4-duovero.dtsi | 176 ti,audpwron-gpio = <&gpio6 0 GPIO_ACTIVE_HIGH>; /* gpio_160 */
|
A D | omap4-var-som-om44.dtsi | 189 ti,audpwron-gpio = <&gpio6 22 GPIO_ACTIVE_HIGH>; /* gpio 182 */
|
A D | omap4-panda-common.dtsi | 423 ti,audpwron-gpio = <&gpio4 31 GPIO_ACTIVE_HIGH>; /* gpio line 127 */
|
A D | omap4-sdp.dts | 395 ti,audpwron-gpio = <&gpio4 31 GPIO_ACTIVE_HIGH>; /* gpio line 127 */
|
A D | omap5-board-common.dtsi | 649 /* audpwron gpio defined in the board specific dts */
|
Completed in 9 milliseconds