Home
last modified time | relevance | path

Searched refs:max_slots (Results 1 – 9 of 9) sorted by relevance

/drivers/staging/unisys/include/
Dchannel.h190 u32 max_slots; /* Max # of slots in queue, 1 slot is member
226 chan->QHDRFLD.max_slots = \
228 chan->QHDRFLD.max_signals = chan->QHDRFLD.max_slots - 1;\
/drivers/net/fddi/skfp/h/
Dtargethw.h75 short max_slots ; /* maximum number of slots */ member
/drivers/staging/unisys/visorbus/
Dvisorchannel.c242 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()
/drivers/pci/hotplug/
Dibmphp_core.c60 static int max_slots; variable
564 if ((number > max_slots) || (number < 0)) in validate()
1339 max_slots = get_max_slots(); in ibmphp_init()
/drivers/input/
Devdev.c955 int max_slots; in evdev_handle_mt_request() local
963 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()
/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_core.h392 int max_slots; member
Dvchiq_core.c2294 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()
/drivers/input/touchscreen/
Dcyttsp4_core.c720 int max_slots) in cyttsp4_report_slot_liftoff() argument
727 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() argument
826 for (t = 0; t < max_slots; t++) { in cyttsp4_final_sync()
/drivers/usb/host/
Dxhci.h1550 u8 max_slots; member