Searched refs:can_transceiver_phy (Results 1 – 1 of 1) sorted by relevance
23 struct can_transceiver_phy { struct34 struct can_transceiver_phy can_transceiver_phy[] __counted_by(num_ch); argument40 struct can_transceiver_phy *can_transceiver_phy = phy_get_drvdata(phy); in can_transceiver_phy_power_on() local41 struct can_transceiver_priv *priv = can_transceiver_phy->priv; in can_transceiver_phy_power_on()51 gpiod_set_value_cansleep(can_transceiver_phy->silent_gpio, 0); in can_transceiver_phy_power_on()52 gpiod_set_value_cansleep(can_transceiver_phy->standby_gpio, 0); in can_transceiver_phy_power_on()53 gpiod_set_value_cansleep(can_transceiver_phy->enable_gpio, 1); in can_transceiver_phy_power_on()61 struct can_transceiver_phy *can_transceiver_phy = phy_get_drvdata(phy); in can_transceiver_phy_power_off() local62 struct can_transceiver_priv *priv = can_transceiver_phy->priv; in can_transceiver_phy_power_off()64 gpiod_set_value_cansleep(can_transceiver_phy->silent_gpio, 1); in can_transceiver_phy_power_off()[all …]