Searched refs:ctrl_count (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/drivers/pci/hotplug/
H A Dibmphp_hpc.c829 u8 ctrl_count = 0x00; poll_hpc() local
840 ctrl_count = 0x00; poll_hpc()
842 if (ctrl_count >= ibmphp_get_total_controllers()) poll_hpc()
845 if (pslot->ctrl->ctlr_relative_id == ctrl_count) { poll_hpc()
846 ctrl_count++; poll_hpc()
872 ctrl_count = 0x00; poll_hpc()
874 if (ctrl_count >= ibmphp_get_total_controllers()) poll_hpc()
877 if (pslot->ctrl->ctlr_relative_id == ctrl_count) { poll_hpc()
878 ctrl_count++; poll_hpc()
/linux-4.4.14/drivers/net/can/usb/peak_usb/
H A Dpcan_usb_core.h53 unsigned int ctrl_count; member in struct:peak_usb_adapter
H A Dpcan_usb.c821 pcan_usb.ctrl_count); pcan_usb_init()
872 .ctrl_count = 1,
H A Dpcan_usb_fd.c882 dev->adapter->ctrl_count); pcan_usb_fd_init()
1020 .ctrl_count = PCAN_USBFD_CHANNEL_COUNT,
1092 .ctrl_count = PCAN_USBPROFD_CHANNEL_COUNT,
H A Dpcan_usb_pro.c911 pcan_usb_pro.ctrl_count); pcan_usb_pro_init()
1022 .ctrl_count = PCAN_USBPRO_CHANNEL_COUNT,
H A Dpcan_usb_core.c932 for (i = 0; i < peak_usb_adapter->ctrl_count; i++) { peak_usb_probe()

Completed in 143 milliseconds