Searched refs:max_slots (Results 1 – 9 of 9) sorted by relevance
190 u32 max_slots; /* Max # of slots in queue, 1 slot is member226 chan->QHDRFLD.max_slots = \228 chan->QHDRFLD.max_signals = chan->QHDRFLD.max_slots - 1;\
75 short max_slots ; /* maximum number of slots */ member
242 sig_hdr.tail = (sig_hdr.tail + 1) % sig_hdr.max_slots; in signalremove_inner()333 sig_hdr.head = (sig_hdr.head + 1) % sig_hdr.max_slots; in signalinsert_inner()
60 static int max_slots; variable564 if ((number > max_slots) || (number < 0)) in validate()1339 max_slots = get_max_slots(); in ibmphp_init()
955 int max_slots; in evdev_handle_mt_request() local963 max_slots = (size - sizeof(__u32)) / sizeof(__s32); in evdev_handle_mt_request()964 for (i = 0; i < mt->num_slots && i < max_slots; i++) { in evdev_handle_mt_request()
392 int max_slots; member
2294 slot_zero->max_slots = VCHIQ_MAX_SLOTS; in vchiq_init_slots()2359 (slot_zero->max_slots != VCHIQ_MAX_SLOTS) || in vchiq_init_state()2373 if (slot_zero->max_slots != VCHIQ_MAX_SLOTS) in vchiq_init_state()2376 (unsigned int)slot_zero, slot_zero->max_slots, in vchiq_init_state()
720 int max_slots) in cyttsp4_report_slot_liftoff() argument727 for (t = 0; t < max_slots; t++) { in cyttsp4_report_slot_liftoff()822 static void cyttsp4_final_sync(struct input_dev *input, int max_slots, int *ids) in cyttsp4_final_sync() argument826 for (t = 0; t < max_slots; t++) { in cyttsp4_final_sync()
1550 u8 max_slots; member