Searched refs:standby_gpio (Results 1 – 2 of 2) sorted by relevance
26 struct gpio_desc *standby_gpio; member52 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() local184 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()
213 struct gpio_desc *standby_gpio; member1068 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()