Home
last modified time | relevance | path

Searched refs:dev_restart_async (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/drivers/net/can/usb/peak_usb/
Dpcan_usb_core.h69 int (*dev_restart_async)(struct peak_usb_device *dev, struct urb *urb, member
Dpcan_usb_fd.c1105 .dev_restart_async = pcan_usb_fd_restart_async,
1179 .dev_restart_async = pcan_usb_fd_restart_async,
1253 .dev_restart_async = pcan_usb_fd_restart_async,
1327 .dev_restart_async = pcan_usb_fd_restart_async,
Dpcan_usb_core.c671 if (!dev->adapter->dev_restart_async) { in peak_usb_restart()
689 err = dev->adapter->dev_restart_async(dev, urb, buf); in peak_usb_restart()
Dpcan_usb.c1023 .dev_restart_async = pcan_usb_restart_async,
Dpcan_usb_pro.c1083 .dev_restart_async = pcan_usb_pro_restart_async,