Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/can/usb/peak_usb/
H A Dpcan_usb_core.h62 int (*dev_decode_buf)(struct peak_usb_device *dev, struct urb *urb); member
H A Dpcan_usb_fd.c1071 .dev_decode_buf = pcan_usb_fd_decode_buf,
1143 .dev_decode_buf = pcan_usb_fd_decode_buf,
1215 .dev_decode_buf = pcan_usb_fd_decode_buf,
1287 .dev_decode_buf = pcan_usb_fd_decode_buf,
H A Dpcan_usb_core.c237 if ((urb->actual_length > 0) && (dev->adapter->dev_decode_buf)) { in peak_usb_read_bulk_callback()
240 err = dev->adapter->dev_decode_buf(dev, urb); in peak_usb_read_bulk_callback()
H A Dpcan_usb.c1026 .dev_decode_buf = pcan_usb_decode_buf,
H A Dpcan_usb_pro.c1045 .dev_decode_buf = pcan_usb_pro_decode_buf,