Searched refs:standby_gpio (Results 1 – 1 of 1) sorted by relevance
27 struct gpio_desc *standby_gpio; member53 gpiod_set_value_cansleep(can_transceiver_phy->standby_gpio, 0); in can_transceiver_phy_power_on()66 gpiod_set_value_cansleep(can_transceiver_phy->standby_gpio, 1); in can_transceiver_phy_power_off()168 struct gpio_desc *standby_gpio; in can_transceiver_phy_probe() local212 standby_gpio = devm_gpiod_get_index_optional(dev, "standby", i, in can_transceiver_phy_probe()214 if (IS_ERR(standby_gpio)) in can_transceiver_phy_probe()215 return PTR_ERR(standby_gpio); in can_transceiver_phy_probe()216 can_transceiver_phy->standby_gpio = standby_gpio; in can_transceiver_phy_probe()