Home
last modified time | relevance | path

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

/linux/drivers/mfd/
A Dtwl6040.c254 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/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/include/linux/mfd/
A Dtwl6040.h221 int audpwron; member
/linux/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 13 milliseconds