Home
last modified time | relevance | path

Searched refs:MAX_PORTS (Results 1 – 10 of 10) sorted by relevance

/external/crosvm/devices/src/usb/xhci/
Dxhci_regs.rs23 pub const MAX_PORTS: u8 = USB3_PORTS_END; constant
315 cnt: MAX_PORTS, in init_xhci_mmio_space_and_regs()
327 cnt: MAX_PORTS, in init_xhci_mmio_space_and_regs()
338 cnt: MAX_PORTS, in init_xhci_mmio_space_and_regs()
349 cnt: MAX_PORTS, in init_xhci_mmio_space_and_regs()
Dusb_hub.rs8 XhciRegs, MAX_PORTS, PORTSC_CONNECT_STATUS_CHANGE, PORTSC_CURRENT_CONNECT_STATUS,
184 assert_eq!(MAX_PORTS as usize, regs.portsc.len()); in new()
222 if port_id == 0 || port_id > MAX_PORTS { in get_port()
Ddevice_slot.rs13 use super::xhci_regs::{valid_slot_id, MAX_PORTS, MAX_SLOTS};
225 if !(1..=MAX_PORTS).contains(&value) { in set()
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtcp_server.py33 MAX_PORTS = 2 variable
57 serverSocket.listen(MAX_PORTS)
/external/openssh/
Dservconf.h21 #define MAX_PORTS 256 /* Max # ports. */ macro
78 int ports[MAX_PORTS]; /* Port number to listen on. */
Dsshd.c1590 if (options.num_ports >= MAX_PORTS) {
Dservconf.c1333 if (options->num_ports >= MAX_PORTS) in process_server_config_line_depth()
/external/wpa_supplicant_8/hostapd/hidl/1.3/
Dhostapd.cpp46 #define MAX_PORTS 1024 macro
57 int i, ifindices[MAX_PORTS]; in GetInterfacesInBridge()
61 memset(ifindices, 0, MAX_PORTS * sizeof(int)); in GetInterfacesInBridge()
65 args[2] = MAX_PORTS; in GetInterfacesInBridge()
76 for (i = 0; i < MAX_PORTS; i ++) { in GetInterfacesInBridge()
/external/autotest/server/site_tests/kernel_ExternalUsbPeripheralsDetectionStress/
Dkernel_ExternalUsbPeripheralsDetectionStress.py14 MAX_PORTS = 8 variable
266 while usb_port < MAX_PORTS:
/external/autotest/server/cros/servo/
Dpd_device.py727 MAX_PORTS = 2
729 for port in range(MAX_PORTS):