Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mfd/
H A Dtwl6040.c251 gpiod_set_value_cansleep(twl6040->audpwron, 1); in twl6040_power_up_automatic()
262 gpiod_set_value_cansleep(twl6040->audpwron, 0); in twl6040_power_up_automatic()
290 if (twl6040->audpwron) { in twl6040_power()
337 if (twl6040->audpwron) { in twl6040_power()
339 gpiod_set_value_cansleep(twl6040->audpwron, 0); in twl6040_power()
712 twl6040->audpwron = devm_gpiod_get_optional(&client->dev, in twl6040_probe()
715 ret = PTR_ERR_OR_ZERO(twl6040->audpwron); in twl6040_probe()
719 gpiod_set_consumer_name(twl6040->audpwron, "audpwron"); in twl6040_probe()
/openbmc/linux/Documentation/devicetree/bindings/mfd/
H A Dtwl6040.txt15 - twl6040,audpwron-gpio: Power on GPIO line for the twl6040
47 twl6040,audpwron-gpio = <&gpio4 31 0>;
/openbmc/linux/include/linux/mfd/
H A Dtwl6040.h193 struct gpio_desc *audpwron; member
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Domap5-igep0050.dts111 ti,audpwron-gpio = <&gpio5 16 GPIO_ACTIVE_HIGH>; /* gpio line 144 */
H A Domap5-uevm.dts192 ti,audpwron-gpio = <&gpio5 13 GPIO_ACTIVE_HIGH>; /* gpio line 141 */
H A Domap4-duovero.dtsi176 ti,audpwron-gpio = <&gpio6 0 GPIO_ACTIVE_HIGH>; /* gpio_160 */
H A Domap4-var-som-om44.dtsi189 ti,audpwron-gpio = <&gpio6 22 GPIO_ACTIVE_HIGH>; /* gpio 182 */
H A Domap4-panda-common.dtsi423 ti,audpwron-gpio = <&gpio4 31 GPIO_ACTIVE_HIGH>; /* gpio line 127 */
H A Domap4-sdp.dts395 ti,audpwron-gpio = <&gpio4 31 GPIO_ACTIVE_HIGH>; /* gpio line 127 */
H A Domap5-board-common.dtsi649 /* audpwron gpio defined in the board specific dts */