Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/can/usb/peak_usb/
Dpcan_usb_core.h70 int (*dev_decode_buf)(struct peak_usb_device *dev, struct urb *urb); member
Dpcan_usb_fd.c1054 .dev_decode_buf = pcan_usb_fd_decode_buf,
1126 .dev_decode_buf = pcan_usb_fd_decode_buf,
1198 .dev_decode_buf = pcan_usb_fd_decode_buf,
1270 .dev_decode_buf = pcan_usb_fd_decode_buf,
Dpcan_usb_core.c204 if ((urb->actual_length > 0) && (dev->adapter->dev_decode_buf)) { in peak_usb_read_bulk_callback()
207 err = dev->adapter->dev_decode_buf(dev, urb); in peak_usb_read_bulk_callback()
Dpcan_usb.c901 .dev_decode_buf = pcan_usb_decode_buf,
Dpcan_usb_pro.c1053 .dev_decode_buf = pcan_usb_pro_decode_buf,