Home
last modified time | relevance | path

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

/linux/include/linux/can/
H A Ddev.h192 void of_can_transceiver(struct net_device *dev);
194 static inline void of_can_transceiver(struct net_device *dev) { } in of_can_transceiver() function
/linux/drivers/net/can/dev/
H A Ddev.c507 void of_can_transceiver(struct net_device *dev) in of_can_transceiver() function
523 EXPORT_SYMBOL_GPL(of_can_transceiver);
/linux/drivers/net/can/m_can/
H A Dm_can.c2563 of_can_transceiver(cdev->net); in m_can_class_register()