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.c24 struct can_transceiver_phy { struct
35 struct can_transceiver_phy can_transceiver_phy[] __counted_by(num_ch); argument
41 struct can_transceiver_phy *can_transceiver_phy = phy_get_drvdata(phy); in can_transceiver_phy_power_on() local
42 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() local
63 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 …]