Home
last modified time | relevance | path

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

/openbmc/linux/drivers/phy/
H A Dphy-can-transceiver.c22 struct can_transceiver_phy { struct
32 struct can_transceiver_phy *can_transceiver_phy = phy_get_drvdata(phy); in can_transceiver_phy_power_on() local
35 if (can_transceiver_phy->mux_state) { in can_transceiver_phy_power_on()
42 if (can_transceiver_phy->standby_gpio) in can_transceiver_phy_power_on()
44 if (can_transceiver_phy->enable_gpio) in can_transceiver_phy_power_on()
53 struct can_transceiver_phy *can_transceiver_phy = phy_get_drvdata(phy); in can_transceiver_phy_power_off() local
59 if (can_transceiver_phy->mux_state) in can_transceiver_phy_power_off()
100 struct can_transceiver_phy *can_transceiver_phy; in can_transceiver_phy_probe() local
109 can_transceiver_phy = devm_kzalloc(dev, sizeof(struct can_transceiver_phy), GFP_KERNEL); in can_transceiver_phy_probe()
110 if (!can_transceiver_phy) in can_transceiver_phy_probe()
[all …]