Searched refs:alloc_candev (Results 1 – 12 of 12) sorted by relevance
| /linux/include/linux/can/ |
| H A D | dev.h | 107 #define alloc_candev(sizeof_priv, echo_skb_max) \ macro
|
| /linux/drivers/net/can/usb/ |
| H A D | mcba_usb.c | 822 netdev = alloc_candev(sizeof(struct mcba_priv), MCBA_MAX_TX_URBS); in mcba_usb_probe()
|
| H A D | usb_8dev.c | 918 netdev = alloc_candev(sizeof(struct usb_8dev_priv), MAX_TX_URBS); in usb_8dev_probe()
|
| H A D | ems_usb.c | 992 netdev = alloc_candev(sizeof(struct ems_usb), MAX_TX_URBS); in ems_usb_probe()
|
| H A D | esd_usb.c | 1218 netdev = alloc_candev(sizeof(*priv), ESD_USB_MAX_TX_URBS); in esd_usb_probe_one_net()
|
| H A D | gs_usb.c | 1331 netdev = alloc_candev(sizeof(struct gs_can), GS_MAX_TX_URBS); in gs_make_candev()
|
| /linux/drivers/net/can/usb/kvaser_usb/ |
| H A D | kvaser_usb_core.c | 847 netdev = alloc_candev(struct_size(priv, tx_contexts, dev->max_tx_urbs), in kvaser_usb_init_one()
|
| /linux/drivers/net/can/ |
| H A D | at91_can.c | 1091 dev = alloc_candev(sizeof(struct at91_priv), in at91_can_probe()
|
| H A D | bxcan.c | 978 ndev = alloc_candev(sizeof(struct bxcan_priv), BXCAN_TX_MB_NUM); in bxcan_probe()
|
| /linux/drivers/net/can/ctucanfd/ |
| H A D | ctucanfd_base.c | 1351 ndev = alloc_candev(sizeof(struct ctucan_priv), ntxbufs); in ctucan_probe_common()
|
| /linux/drivers/net/can/usb/etas_es58x/ |
| H A D | es58x_core.c | 2090 netdev = alloc_candev(sizeof(struct es58x_priv), in es58x_init_netdev()
|
| /linux/drivers/net/can/m_can/ |
| H A D | m_can.c | 2476 net_dev = alloc_candev(sizeof_priv, tx_fifo_size); in m_can_class_allocate_dev()
|