Searched refs:max_slots (Results 1 – 7 of 7) sorted by relevance
71 short max_slots ; /* maximum number of slots */ member
46 static int max_slots; variable466 if ((number > max_slots) || (number < 0)) in validate()1219 max_slots = get_max_slots(); in ibmphp_init()
923 int max_slots; in evdev_handle_mt_request() local931 max_slots = (size - sizeof(__u32)) / sizeof(__s32); in evdev_handle_mt_request()932 for (i = 0; i < mt->num_slots && i < max_slots; i++) { in evdev_handle_mt_request()
295 int max_slots; member
2498 slot_zero->max_slots = VCHIQ_MAX_SLOTS; in vchiq_init_slots()
3489 unsigned int max_slots; in bios_get_board_layout_info() local3505 max_slots = MAX_BOARD_SLOTS; in bios_get_board_layout_info()3509 max_slots = 1; in bios_get_board_layout_info()3512 for (i = 0; i < max_slots; ++i) { in bios_get_board_layout_info()
472 u32 max_slots; in xhci_enable_max_dev_slots() local474 max_slots = HCS_MAX_SLOTS(xhci->hcs_params1); in xhci_enable_max_dev_slots()476 max_slots); in xhci_enable_max_dev_slots()480 config_reg |= max_slots; in xhci_enable_max_dev_slots()
Completed in 41 milliseconds