HomeSort by relevance Sort by last modified time
    Searched refs:VID (Results 1 - 17 of 17) sorted by null

  /external/autotest/client/common_lib/cros/
power_cycle_usb_util_unittest.py 14 VID = '0001'
43 self.LSUSB_DEVICE_OUTPUT, self.VID, self.PID)
46 self.LSUSB_DEVICE_OUTPUT_NONE, self.VID, self.PID)
49 self.LSUSB_DEVICE_OUTPUT_MULTI, self.VID, self.PID)
power_cycle_usb_util.py 75 def power_cycle_usb_vidpid(dut, board, vid, pid):
77 Power cycle a usb port on DUT via peripharel's VID and PID.
79 When only the VID and PID of the peripharel is known, a search is needed
80 to decide which port it connects to by its VID and PID and look up the gpio
86 @param vid: Vendor ID of the peripharel device.
89 @raise KeyError if the target device wasn't found by given VID and PID.
92 bus_idx, port_idx = get_port_number_from_vidpid(dut, vid, pid)
94 raise KeyError('Couldn\'t find target device, {}:{}.'.format(vid, pid))
105 def get_port_number_from_vidpid(dut, vid, pid):
113 @param vid: Vendor ID of the peripharel device
    [all...]
  /external/wpa_supplicant_8/src/common/
linux_vlan.h 42 int VID;
  /bionic/libc/kernel/uapi/linux/
if_vlan.h 51 int VID;
  /external/iproute2/include/uapi/linux/
if_vlan.h 31 GET_VLAN_VID_CMD /* Get the VID of this VLAN (specified by name) */
55 int VID;
  /external/kernel-headers/original/uapi/linux/
if_vlan.h 31 GET_VLAN_VID_CMD /* Get the VID of this VLAN (specified by name) */
55 int VID;
  /external/libnl/include/linux-private/linux/
if_vlan.h 29 GET_VLAN_VID_CMD /* Get the VID of this VLAN (specified by name) */
52 int VID;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if_vlan.h 30 GET_VLAN_VID_CMD /* Get the VID of this VLAN (specified by name) */
53 int VID;
  /external/tcpdump/
print-medsa.c 69 #define VID(medsa) (((u_short)(medsa->bytes[4] & 0xf) << 8 | \
100 SRC_DEV(medsa), SRC_PORT(medsa), VID(medsa)));
112 SRC_DEV(medsa), SRC_PORT(medsa), VID(medsa)));
123 SRC_DEV(medsa), SRC_PORT(medsa), VID(medsa)));
126 SRC_DEV(medsa), SRC_PORT(medsa), VID(medsa)));
152 SRC_DEV(medsa), SRC_PORT(medsa), VID(medsa)));
  /external/toybox/toys/other/
vconfig.c 64 if (toys.optargs[2]) request.u.VID = atolx_range(toys.optargs[2], 0, 4094);
65 if (request.u.VID == 1)
  /external/wpa_supplicant_8/src/ap/
vlan_ioctl.c 55 Add a vlan interface with VLAN ID 'vid' and tagged interface
62 int vlan_add(const char *if_name, int vid, const char *vlan_if_name)
67 wpa_printf(MSG_DEBUG, "VLAN: vlan_add(if_name=%s, vid=%d)",
68 if_name, vid);
88 vid);
93 if_request.u.VID == vid) {
111 if_request.u.VID = vid;
  /external/autotest/server/site_tests/firmware_IntegratedU2F/
firmware_IntegratedU2F.py 23 VID = '18D1'
73 (self.VID, self.PID)).stdout.strip()
  /external/libusb/examples/
xusb.c 144 static uint16_t VID, PID;
463 char vid[9], pid[9], rev[5]; local
491 vid[i] = buffer[8+i];
495 vid[8] = 0;
498 printf(" VID:PID:REV \"%8s\":\"%8s\":\"%4s\"\n", vid, pid, rev);
796 static int test_device(uint16_t vid, uint16_t pid)
813 printf("Opening device %04X:%04X...\n", vid, pid);
814 handle = libusb_open_device_with_vid_pid(NULL, vid, pid);
844 printf(" VID:PID: %04X:%04X\n", dev_desc.idVendor, dev_desc.idProduct)
    [all...]
  /cts/apps/CameraITS/tools/
run_all_tests.py 191 rot_rig_id = s[8:] # valid values: 'default' or '$VID:$PID:$CH'
192 # The default '$VID:$PID:$CH' is '04d8:fc73:1'
  /external/libmtp/logs/
mtp-detect-asus-memo-pad7.txt 89 Device 0 (VID=0b05 and PID=7772) is UNKNOWN.
90 Please report this VID/PID and the device model to the libmtp development team
  /external/syslinux/gpxe/src/drivers/net/
via-velocity.c 81 /* VID_setting[] is used for setting the VID of NIC.
82 0: default VID.
115 /* enable_tagging[] is used for enabling 802.1Q VID tagging.
116 0: disable VID seeting(default).
117 1: enable VID setting.
341 velocity_set_int_opt(&opts->vid, VID_setting[index], VLAN_ID_MIN,
397 if (vptr->options.vid != 0)
400 mac_set_cam(regs, 0, (u8 *) & (vptr->options.vid),
568 td_ptr->tdesc1.pqinf.VID = (vptr->options.vid & 0xfff)
    [all...]
via-velocity.h 233 u16 VID:12;
1748 int vid; \/* vlan id *\/ member in struct:velocity_opt
    [all...]

Completed in 496 milliseconds