Home
last modified time | relevance | path

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

/drivers/net/fddi/skfp/h/
A Dtargethw.h71 short max_slots ; /* maximum number of slots */ member
/drivers/pci/hotplug/
A Dibmphp_core.c46 static int max_slots; variable
466 if ((number > max_slots) || (number < 0)) in validate()
1219 max_slots = get_max_slots(); in ibmphp_init()
/drivers/input/
A Devdev.c923 int max_slots; in evdev_handle_mt_request() local
931 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()
/drivers/staging/vc04_services/interface/vchiq_arm/
A Dvchiq_core.h295 int max_slots; member
A Dvchiq_core.c2498 slot_zero->max_slots = VCHIQ_MAX_SLOTS; in vchiq_init_slots()
/drivers/gpu/drm/amd/display/dc/bios/
A Dbios_parser2.c3489 unsigned int max_slots; in bios_get_board_layout_info() local
3505 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()
/drivers/usb/host/
A Dxhci.c472 u32 max_slots; in xhci_enable_max_dev_slots() local
474 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