Searched refs:can_transceiver_phy (Results 1 – 1 of 1) sorted by relevance
24 struct can_transceiver_phy { struct35 struct can_transceiver_phy can_transceiver_phy[] __counted_by(num_ch); argument41 struct can_transceiver_phy *can_transceiver_phy = phy_get_drvdata(phy); in can_transceiver_phy_power_on() local42 struct can_transceiver_priv *priv = can_transceiver_phy->priv; in can_transceiver_phy_power_on()52 gpiod_set_value_cansleep(can_transceiver_phy->silent_gpio, 0); in can_transceiver_phy_power_on()53 gpiod_set_value_cansleep(can_transceiver_phy->standby_gpio, 0); in can_transceiver_phy_power_on()54 gpiod_set_value_cansleep(can_transceiver_phy->enable_gpio, 1); in can_transceiver_phy_power_on()62 struct can_transceiver_phy *can_transceiver_phy = phy_get_drvdata(phy); in can_transceiver_phy_power_off() local63 struct can_transceiver_priv *priv = can_transceiver_phy->priv; in can_transceiver_phy_power_off()65 gpiod_set_value_cansleep(can_transceiver_phy->silent_gpio, 1); in can_transceiver_phy_power_off()[all …]