Lines Matching refs:numslots

910     assert(slotid >= 1 && slotid <= xhci->numslots);  in xhci_epmask_to_eps_with_streams()
1134 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_enable_ep()
1235 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_ep_nuke_xfers()
1274 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_disable_ep()
1311 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_stop_ep()
1348 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_reset_ep()
1399 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_set_ep_dequeue()
1846 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_kick_ep()
2035 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_enable_slot()
2048 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_disable_slot()
2105 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_address_slot()
2145 for (i = 0; i < xhci->numslots; i++) { in xhci_address_slot()
2209 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_configure_slot()
2308 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_evaluate_slot()
2372 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_reset_slot()
2398 if (slotid < 1 || slotid > xhci->numslots) { in xhci_get_slot()
2415 for (slot = 0; slot < xhci->numslots; slot++) { in xhci_detach_slot()
2420 if (slot == xhci->numslots) { in xhci_detach_slot()
2490 for (i = 0; i < xhci->numslots; i++) { in xhci_process_commands()
2495 if (i >= xhci->numslots) { in xhci_process_commands()
2712 for (i = 0; i < xhci->numslots; i++) { in xhci_reset()
2750 | (xhci->numintrs<<8) | xhci->numslots; in xhci_cap_read()
3172 if (reg > xhci->numslots) { in xhci_doorbell_write()
3328 if (slotid == 0 || slotid > xhci->numslots || in xhci_wakeup_endpoint()
3401 if (xhci->numslots > XHCI_MAXSLOTS) { in usb_xhci_realize()
3402 xhci->numslots = XHCI_MAXSLOTS; in usb_xhci_realize()
3404 if (xhci->numslots < 1) { in usb_xhci_realize()
3405 xhci->numslots = 1; in usb_xhci_realize()
3448 for (i = 0; i < xhci->numslots; i++) { in usb_xhci_unrealize()
3483 for (slotid = 1; slotid <= xhci->numslots; slotid++) { in usb_xhci_post_load()
3609 VMSTATE_STRUCT_VARRAY_UINT32(slots, XHCIState, numslots, 1,