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

/drivers/net/can/usb/peak_usb/
H A Dpcan_usb_core.c709 * create one device which is attached to CAN controller #ctrl_idx of the
713 struct usb_interface *intf, int ctrl_idx)
744 dev->ctrl_idx = ctrl_idx;
748 dev->ep_msg_out = peak_usb_adapter->ep_msg_out[ctrl_idx];
773 netdev->dev_id = ctrl_idx;
806 peak_usb_adapter->name, ctrl_idx, dev->device_number);
712 peak_usb_create_dev(struct peak_usb_adapter *peak_usb_adapter, struct usb_interface *intf, int ctrl_idx) argument
H A Dpcan_usb_core.h106 unsigned int ctrl_idx; member in struct:peak_usb_device
H A Dpcan_usb_pro.c380 pcan_msg_add_rec(&um, PCAN_USBPRO_SETBTR, dev->ctrl_idx, ccbt);
401 pcan_msg_add_rec(&um, PCAN_USBPRO_SETBUSACT, dev->ctrl_idx, onoff);
411 pcan_msg_add_rec(&um, PCAN_USBPRO_SETSILENT, dev->ctrl_idx, onoff);
421 pcan_msg_add_rec(&um, PCAN_USBPRO_SETFILTR, dev->ctrl_idx, filter_mode);
432 pcan_msg_add_rec(&um, PCAN_USBPRO_SETLED, dev->ctrl_idx, mode, timeout);
446 pcan_msg_add_rec(&um, PCAN_USBPRO_GETDEVID, dev->ctrl_idx);
497 pcan_msg_add_rec(&um, PCAN_USBPRO_SETBUSACT, dev->ctrl_idx, 1);
538 const unsigned int ctrl_idx = (rx->len >> 4) & 0x0f; local
539 struct peak_usb_device *dev = usb_if->dev[ctrl_idx];
576 const unsigned int ctrl_idx local
[all...]

Completed in 60 milliseconds