Home
last modified time | relevance | path

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

/linux-5.10/drivers/net/can/usb/peak_usb/
Dpcan_usb_pro.c523 const unsigned int ctrl_idx = (rx->len >> 4) & 0x0f; in pcan_usb_pro_handle_canmsg() local
560 const unsigned int ctrl_idx = (er->channel >> 4) & 0x0f; in pcan_usb_pro_handle_error() local
Dpcan_usb_core.h112 unsigned int ctrl_idx; member
Dpcan_usb_core.c772 struct usb_interface *intf, int ctrl_idx) in peak_usb_create_dev()