Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/can/
Ddev.h176 void of_can_transceiver(struct net_device *dev);
178 static inline void of_can_transceiver(struct net_device *dev) { } in of_can_transceiver() function
/Linux-v4.19/drivers/net/can/
Ddev.c823 void of_can_transceiver(struct net_device *dev) in of_can_transceiver() function
838 EXPORT_SYMBOL_GPL(of_can_transceiver);
/Linux-v4.19/drivers/net/can/m_can/
Dm_can.c1674 of_can_transceiver(dev); in m_can_plat_probe()