Searched refs:dev_restart_async (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/can/usb/peak_usb/ |
D | pcan_usb_core.h | 67 int (*dev_restart_async)(struct peak_usb_device *dev, struct urb *urb, member
|
D | pcan_usb_fd.c | 1074 .dev_restart_async = pcan_usb_fd_restart_async, 1146 .dev_restart_async = pcan_usb_fd_restart_async, 1218 .dev_restart_async = pcan_usb_fd_restart_async, 1290 .dev_restart_async = pcan_usb_fd_restart_async,
|
D | pcan_usb_core.c | 664 if (!dev->adapter->dev_restart_async) { in peak_usb_restart() 682 err = dev->adapter->dev_restart_async(dev, urb, buf); in peak_usb_restart()
|
D | pcan_usb.c | 1029 .dev_restart_async = pcan_usb_restart_async,
|
D | pcan_usb_pro.c | 1049 .dev_restart_async = pcan_usb_pro_restart_async,
|