Lines Matching defs:ndev
360 static int set_reset_mode(struct net_device *ndev) in set_reset_mode()
390 static int xcan_set_bittiming(struct net_device *ndev) in xcan_set_bittiming()
459 static int xcan_chip_start(struct net_device *ndev) in xcan_chip_start()
524 static int xcan_do_set_mode(struct net_device *ndev, enum can_mode mode) in xcan_do_set_mode()
551 static void xcan_write_frame(struct net_device *ndev, struct sk_buff *skb, in xcan_write_frame()
642 static int xcan_start_xmit_fifo(struct sk_buff *skb, struct net_device *ndev) in xcan_start_xmit_fifo()
676 static int xcan_start_xmit_mailbox(struct sk_buff *skb, struct net_device *ndev) in xcan_start_xmit_mailbox()
709 static netdev_tx_t xcan_start_xmit(struct sk_buff *skb, struct net_device *ndev) in xcan_start_xmit()
742 static int xcan_rx(struct net_device *ndev, int frame_base) in xcan_rx()
811 static int xcanfd_rx(struct net_device *ndev, int frame_base) in xcanfd_rx()
893 static enum can_state xcan_current_error_state(struct net_device *ndev) in xcan_current_error_state()
915 static void xcan_set_error_state(struct net_device *ndev, in xcan_set_error_state()
946 static void xcan_update_error_state_after_rxtx(struct net_device *ndev) in xcan_update_error_state_after_rxtx()
988 static void xcan_err_interrupt(struct net_device *ndev, u32 isr) in xcan_err_interrupt()
1117 static void xcan_state_interrupt(struct net_device *ndev, u32 isr) in xcan_state_interrupt()
1191 struct net_device *ndev = napi->dev; in xcan_rx_poll() local
1235 static void xcan_tx_interrupt(struct net_device *ndev, u32 isr) in xcan_tx_interrupt()
1321 struct net_device *ndev = (struct net_device *)dev_id; in xcan_interrupt() local
1369 static void xcan_chip_stop(struct net_device *ndev) in xcan_chip_stop()
1389 static int xcan_open(struct net_device *ndev) in xcan_open()
1448 static int xcan_close(struct net_device *ndev) in xcan_close()
1472 static int xcan_get_berr_counter(const struct net_device *ndev, in xcan_get_berr_counter()
1511 struct net_device *ndev = dev_get_drvdata(dev); in xcan_suspend() local
1531 struct net_device *ndev = dev_get_drvdata(dev); in xcan_resume() local
1563 struct net_device *ndev = dev_get_drvdata(dev); in xcan_runtime_suspend() local
1581 struct net_device *ndev = dev_get_drvdata(dev); in xcan_runtime_resume() local
1668 struct net_device *ndev; in xcan_probe() local
1853 struct net_device *ndev = platform_get_drvdata(pdev); in xcan_remove() local