Searched defs:m_can_classdev (Results 1 – 1 of 1) sorted by relevance
80 struct m_can_classdev { struct81 struct can_priv can;82 struct can_rx_offload offload;83 struct napi_struct napi;84 struct net_device *net;85 struct device *dev;86 struct clk *hclk;87 struct clk *cclk;89 struct workqueue_struct *tx_wq;90 struct phy *transceiver;[all …]