OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:port_count
(Results
1 - 3
of
3
) sorted by null
/external/autotest/server/site_tests/firmware_ECUsbPorts/
firmware_ECUsbPorts.py
97
def wait_port_disabled(self,
port_count
, timeout):
102
@param
port_count
: Number of USB ports.
105
logging.info('Waiting for %d USB ports to be disabled.',
port_count
)
109
for idx in xrange(1,
port_count
+1):
/system/core/adb/client/
usb_libusb.cpp
164
int
port_count
= libusb_get_port_numbers(device, ports, 7);
local
165
if (
port_count
< 0) return "";
169
for (int port = 1; port <
port_count
; ++port) {
178
int
port_count
= libusb_get_port_numbers(device, ports, 7);
local
179
if (
port_count
< 0) return "";
/external/iproute2/devlink/
devlink.c
188
uint32_t
port_count
;
member in struct:dl_opts
827
err = dl_argv_uint32_t(dl, &opts->
port_count
);
1054
opts->
port_count
);
[
all
...]
Completed in 536 milliseconds