Home
last modified time | relevance | path

Searched defs:ctrl_idx (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/can/usb/peak_usb/
H A Dpcan_usb_pro.c536 const unsigned int ctrl_idx = (rx->len >> 4) & 0x0f; in pcan_usb_pro_handle_canmsg() local
575 const unsigned int ctrl_idx = (er->channel >> 4) & 0x0f; in pcan_usb_pro_handle_error() local
H A Dpcan_usb_core.h113 unsigned int ctrl_idx; member
H A Dpcan_usb_core.c917 struct usb_interface *intf, int ctrl_idx) in peak_usb_create_dev()