Searched refs:dev_restart_async (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/net/can/usb/peak_usb/ |
H A D | pcan_usb_core.h | 70 int (*dev_restart_async)(struct peak_usb_device *dev, struct urb *urb, member
|
H A D | pcan_usb_fd.c | 1202 .dev_restart_async = pcan_usb_fd_restart_async, 1278 .dev_restart_async = pcan_usb_fd_restart_async, 1354 .dev_restart_async = pcan_usb_fd_restart_async, 1430 .dev_restart_async = pcan_usb_fd_restart_async,
|
H A D | pcan_usb_core.c | 691 if (!dev->adapter->dev_restart_async) { in peak_usb_restart() 709 err = dev->adapter->dev_restart_async(dev, urb, buf); in peak_usb_restart()
|
H A D | pcan_usb.c | 1054 .dev_restart_async = pcan_usb_restart_async,
|
H A D | pcan_usb_pro.c | 1102 .dev_restart_async = pcan_usb_pro_restart_async,
|