Home
last modified time | relevance | path

Searched refs:audpwron (Results 1 – 10 of 10) sorted by relevance

/linux-6.3-rc2/drivers/mfd/
A Dtwl6040.c253 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 Dtwl6040.txt15 - 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 Dtwl6040.h193 struct gpio_desc *audpwron; member
/linux-6.3-rc2/arch/arm/boot/dts/
A Domap5-igep0050.dts111 ti,audpwron-gpio = <&gpio5 16 GPIO_ACTIVE_HIGH>; /* gpio line 144 */
A Domap5-uevm.dts192 ti,audpwron-gpio = <&gpio5 13 GPIO_ACTIVE_HIGH>; /* gpio line 141 */
A Domap4-duovero.dtsi176 ti,audpwron-gpio = <&gpio6 0 GPIO_ACTIVE_HIGH>; /* gpio_160 */
A Domap4-var-som-om44.dtsi189 ti,audpwron-gpio = <&gpio6 22 GPIO_ACTIVE_HIGH>; /* gpio 182 */
A Domap4-panda-common.dtsi423 ti,audpwron-gpio = <&gpio4 31 GPIO_ACTIVE_HIGH>; /* gpio line 127 */
A Domap4-sdp.dts395 ti,audpwron-gpio = <&gpio4 31 GPIO_ACTIVE_HIGH>; /* gpio line 127 */
A Domap5-board-common.dtsi649 /* audpwron gpio defined in the board specific dts */

Completed in 11 milliseconds