Home
last modified time | relevance | path

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

/drivers/net/fddi/skfp/h/
Dtargethw.h71 short max_slots ; /* maximum number of slots */ member
/drivers/visorbus/
Dvisorchannel.c222 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()
/drivers/pci/hotplug/
Dibmphp_core.c46 static int max_slots; variable
537 if ((number > max_slots) || (number < 0)) in validate()
1293 max_slots = get_max_slots(); in ibmphp_init()
/drivers/input/
Devdev.c937 int max_slots; in evdev_handle_mt_request() local
945 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()
/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_core.h359 int max_slots; member
Dvchiq_core.c2113 slot_zero->max_slots = VCHIQ_MAX_SLOTS; in vchiq_init_slots()
/drivers/input/touchscreen/
Dcyttsp4_core.c738 int max_slots) in cyttsp4_report_slot_liftoff() argument
745 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() argument
844 for (t = 0; t < max_slots; t++) { in cyttsp4_final_sync()
/drivers/usb/host/
Dxhci.h1751 u8 max_slots; member