Home
last modified time | relevance | path

Searched refs:VID (Results 1 – 25 of 300) sorted by relevance

12345678910>>...12

/external/tcpdump/
Dprint-medsa.c69 #define VID(medsa) (((u_short)(medsa->bytes[4] & 0xf) << 8 | \ macro
100 SRC_DEV(medsa), SRC_PORT(medsa), VID(medsa))); in medsa_print_full()
112 SRC_DEV(medsa), SRC_PORT(medsa), VID(medsa))); in medsa_print_full()
123 SRC_DEV(medsa), SRC_PORT(medsa), VID(medsa))); in medsa_print_full()
126 SRC_DEV(medsa), SRC_PORT(medsa), VID(medsa))); in medsa_print_full()
152 SRC_DEV(medsa), SRC_PORT(medsa), VID(medsa))); in medsa_print()
/external/autotest/client/common_lib/cros/
Dpower_cycle_usb_util_unittest.py14 VID = '0001' variable in PowerCycleUsbUtilTest
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)
/external/u-boot/board/freescale/common/
DKconfig25 depends on VID
30 functionality. It is used by common VID driver.
33 depends on VID
38 functionality. It is used by common VID driver.
/external/libmtp/logs/
Dmtp-detect-blu-studio-hd.txt7 Device 0 (VID=0e8d and PID=2008) is UNKNOWN.
8 Please report this VID/PID and the device model to the libmtp development team
114 ** [bugs:#1383] Device 0 (VID=0e8d and PID=2008) is UNKNOWN.**
127 Device 0 (VID=0e8d and PID=2008) is UNKNOWN.
128 Please report this VID/PID and the device model to the libmtp development team
Dmtp-detect-yota-phone.txt16 Device 0 (VID=2916 and PID=9139) is UNKNOWN in libmtp v1.1.11.
17 Please report this VID/PID and the device model to the libmtp development team.
25 Device 0 (VID=2916 and PID=9139) is UNKNOWN in libmtp v1.1.11.
26 Please report this VID/PID and the device model to the libmtp development team
Dmtp-detect-archos-5.txt1 Device 0 (VID=0e79 and PID=1333) is UNKNOWN.
2 Please report this VID/PID and the device model to the libmtp development team
Dmtp-detect-gigaware-gx400.txt6 Device 0 (VID=0aa6 and PID=9702) is UNKNOWN.
7 Please report this VID/PID and the device model to the libmtp development team
Dmtp-detect-huawei-Kavak-Y625-U03.txt5 Device 0 (VID=12d1 and PID=255d) is UNKNOWN.
6 Please report this VID/PID and the device model to the libmtp development team
Dmtp-detect-lg-g3.txt2 Device 0 (VID=1004 and PID=633e) is UNKNOWN.
3 Please report this VID/PID and the device model to the libmtp development team
Dmtp-detect-zuk-z1.txt2 Device 0 (VID=2b4c and PID=1005) is UNKNOWN in libmtp v1.1.12.
3 Please report this VID/PID and the device model to the libmtp development team
Dmtp-detect-asus-me301t.txt3 Device 0 (VID=0b05 and PID=4cd0) is UNKNOWN.
4 Please report this VID/PID and the device model to the libmtp development team
/external/u-boot/doc/
DREADME.t1040-l2switch41 if [vlan <vid>] is missing, VID 1 will be used
45 ethsw [port <port_no>] egress tag { [help] | show | pvid | classified } - configure VID source for …
46 Tag's VID could be the frame's classified VID or the PVID of the port
DREADME.ubispl105 * The VID and Data offset depend on the capability of the
108 * If the flash chip supports subpage writes, then the VID
110 * with 4 subpages the VID offset is 512. The DATA offset is 2k.
113 * VID offset is FLASH_PAGE_SIZE and the DATA offset
DREADME.sdp46 the boot ROM's SDP protocol. The USB VID/PID will depend on standard
48 imx_usb is aware of the USB VID/PID for your device by adding a
77 consecutive reenumerations by adding multiple VID/PID specifications
/external/libusb/examples/
Dxusb.c144 static uint16_t VID, PID; variable
984 VID = 0; in main()
1026 if (!VID && !PID) { in main()
1027 VID = 0x15BA; in main()
1033 if (!VID && !PID) { in main()
1034 VID = 0x0204; in main()
1041 VID = 0x054C; in main()
1047 VID = 0x045E; in main()
1053 VID = 0x045E; in main()
1071 VID = (uint16_t)tmp_vid; in main()
[all …]
/external/toybox/toys/other/
Dvconfig.c61 if (toys.optargs[2]) request.u.VID = atolx_range(toys.optargs[2], 0, 4094); in vconfig_main()
62 if (request.u.VID == 1) in vconfig_main()
/external/tcpdump/tests/
Ddcb_pfc.out32 vlan id (VID): 1
66 vlan id (VID): 1
100 vlan id (VID): 1
134 vlan id (VID): 1
Ddcb_ets.out33 vlan id (VID): 1
130 vlan id (VID): 1
214 vlan id (VID): 1
312 vlan id (VID): 1
367 vlan id (VID): 1
434 vlan id (VID): 1
489 vlan id (VID): 1
568 vlan id (VID): 1
623 vlan id (VID): 1
678 vlan id (VID): 1
[all …]
Ddcb_qcn.out44 vlan id (VID): 1
75 vlan id (VID): 1
118 vlan id (VID): 1
158 vlan id (VID): 1
228 vlan id (VID): 1
259 vlan id (VID): 1
303 vlan id (VID): 1
343 vlan id (VID): 1
/external/wpa_supplicant_8/src/ap/
Dvlan_ioctl.c93 if_request.u.VID == vid) { in vlan_add()
111 if_request.u.VID = vid; in vlan_add()
/external/ImageMagick/coders/
Dvid.h27 MagickCoderExports(VID)
/external/autotest/server/site_tests/firmware_IntegratedU2F/
Dfirmware_IntegratedU2F.py23 VID = '18D1' variable in firmware_IntegratedU2F
100 path = '/sys/bus/hid/devices/*:%s:%s.*/hidraw' % (self.VID, self.PID)
/external/wpa_supplicant_8/src/common/
Dlinux_vlan.h42 int VID; member
/external/libnl/include/linux-private/linux/
Dif_vlan.h52 int VID; member
/external/iproute2/include/uapi/linux/
Dif_vlan.h55 int VID; member

12345678910>>...12