Searched refs:pcan_usb_pro_rxmsg (Results 1 – 2 of 2) sorted by relevance
132 struct __packed pcan_usb_pro_rxmsg { struct180 struct pcan_usb_pro_rxmsg rx_msg;
81 [PCAN_USBPRO_RXMSG8] = sizeof(struct pcan_usb_pro_rxmsg),82 [PCAN_USBPRO_RXMSG4] = sizeof(struct pcan_usb_pro_rxmsg) - 4,83 [PCAN_USBPRO_RXMSG0] = sizeof(struct pcan_usb_pro_rxmsg) - 8,84 [PCAN_USBPRO_RXRTR] = sizeof(struct pcan_usb_pro_rxmsg) - 8,534 struct pcan_usb_pro_rxmsg *rx) in pcan_usb_pro_handle_canmsg()