Searched refs:audpwron (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/drivers/mfd/ |
H A D | twl6040.c | 251 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 D | twl6040.txt | 15 - twl6040,audpwron-gpio: Power on GPIO line for the twl6040 47 twl6040,audpwron-gpio = <&gpio4 31 0>;
|
/openbmc/linux/include/linux/mfd/ |
H A D | twl6040.h | 193 struct gpio_desc *audpwron; member
|
/openbmc/linux/arch/arm/boot/dts/ti/omap/ |
H A D | omap5-igep0050.dts | 111 ti,audpwron-gpio = <&gpio5 16 GPIO_ACTIVE_HIGH>; /* gpio line 144 */
|
H A D | omap5-uevm.dts | 192 ti,audpwron-gpio = <&gpio5 13 GPIO_ACTIVE_HIGH>; /* gpio line 141 */
|
H A D | omap4-duovero.dtsi | 176 ti,audpwron-gpio = <&gpio6 0 GPIO_ACTIVE_HIGH>; /* gpio_160 */
|
H A D | omap4-var-som-om44.dtsi | 189 ti,audpwron-gpio = <&gpio6 22 GPIO_ACTIVE_HIGH>; /* gpio 182 */
|
H A D | omap4-panda-common.dtsi | 423 ti,audpwron-gpio = <&gpio4 31 GPIO_ACTIVE_HIGH>; /* gpio line 127 */
|
H A D | omap4-sdp.dts | 395 ti,audpwron-gpio = <&gpio4 31 GPIO_ACTIVE_HIGH>; /* gpio line 127 */
|
H A D | omap5-board-common.dtsi | 649 /* audpwron gpio defined in the board specific dts */
|