Home
last modified time | relevance | path

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

/linux/drivers/phy/
H A Dphy-can-transceiver.c23 struct can_transceiver_phy { struct
34 struct can_transceiver_phy can_transceiver_phy[] __counted_by(num_ch); argument
40 struct can_transceiver_phy *can_transceiver_phy = phy_get_drvdata(phy); in can_transceiver_phy_power_on() local
41 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() local
62 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 …]