Searched refs:max_slots (Results 1 – 8 of 8) sorted by relevance
71 short max_slots ; /* maximum number of slots */ member
222 sig_hdr.tail = (sig_hdr.tail + 1) % sig_hdr.max_slots; in signalremove_inner()309 sig_hdr.head = (sig_hdr.head + 1) % sig_hdr.max_slots; in signalinsert_inner()
46 static int max_slots; variable537 if ((number > max_slots) || (number < 0)) in validate()1293 max_slots = get_max_slots(); in ibmphp_init()
937 int max_slots; in evdev_handle_mt_request() local945 max_slots = (size - sizeof(__u32)) / sizeof(__s32); in evdev_handle_mt_request()946 for (i = 0; i < mt->num_slots && i < max_slots; i++) { in evdev_handle_mt_request()
359 int max_slots; member
2113 slot_zero->max_slots = VCHIQ_MAX_SLOTS; in vchiq_init_slots()
738 int max_slots) in cyttsp4_report_slot_liftoff() argument745 for (t = 0; t < max_slots; t++) { in cyttsp4_report_slot_liftoff()840 static void cyttsp4_final_sync(struct input_dev *input, int max_slots, int *ids) in cyttsp4_final_sync() argument844 for (t = 0; t < max_slots; t++) { in cyttsp4_final_sync()
1751 u8 max_slots; member