Home
last modified time | relevance | path

Searched refs:standby_gpio (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/phy/
H A Dphy-can-transceiver.c26 struct gpio_desc *standby_gpio; member
52 gpiod_set_value_cansleep(can_transceiver_phy->standby_gpio, 0); in can_transceiver_phy_power_on()
65 gpiod_set_value_cansleep(can_transceiver_phy->standby_gpio, 1); in can_transceiver_phy_power_off()
127 struct gpio_desc *standby_gpio; in can_transceiver_phy_probe() local
184 standby_gpio = devm_gpiod_get_index_optional(dev, "standby", i, in can_transceiver_phy_probe()
186 if (IS_ERR(standby_gpio)) in can_transceiver_phy_probe()
187 return PTR_ERR(standby_gpio); in can_transceiver_phy_probe()
188 can_transceiver_phy->standby_gpio = standby_gpio; in can_transceiver_phy_probe()
/linux/drivers/media/i2c/
H A Dmt9v032.c213 struct gpio_desc *standby_gpio; member
1068 mt9v032->standby_gpio = devm_gpiod_get_optional(mt9v032->dev, "standby", in mt9v032_probe()
1070 if (IS_ERR(mt9v032->standby_gpio)) in mt9v032_probe()
1071 return PTR_ERR(mt9v032->standby_gpio); in mt9v032_probe()