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