Searched refs:MAX_PORTS (Results 1 – 10 of 10) sorted by relevance
/external/crosvm/devices/src/usb/xhci/ |
D | xhci_regs.rs | 23 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()
|
D | usb_hub.rs | 8 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()
|
D | device_slot.rs | 13 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/ |
D | tcp_server.py | 33 MAX_PORTS = 2 variable 57 serverSocket.listen(MAX_PORTS)
|
/external/openssh/ |
D | servconf.h | 21 #define MAX_PORTS 256 /* Max # ports. */ macro 78 int ports[MAX_PORTS]; /* Port number to listen on. */
|
D | sshd.c | 1590 if (options.num_ports >= MAX_PORTS) {
|
D | servconf.c | 1333 if (options->num_ports >= MAX_PORTS) in process_server_config_line_depth()
|
/external/wpa_supplicant_8/hostapd/hidl/1.3/ |
D | hostapd.cpp | 46 #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/ |
D | kernel_ExternalUsbPeripheralsDetectionStress.py | 14 MAX_PORTS = 8 variable 266 while usb_port < MAX_PORTS:
|
/external/autotest/server/cros/servo/ |
D | pd_device.py | 727 MAX_PORTS = 2 729 for port in range(MAX_PORTS):
|