/third_party/backends/tools/ |
H A D | sane-find-scanner.c | 829 unsigned short vid, pid; in check_libusb_device() local 846 vid = desc.idVendor; in check_libusb_device() 853 vid, pid, busno, address, sfs_libusb_strerror (ret)); in check_libusb_device() 861 vid, pid, busno, address, sfs_libusb_strerror (ret)); in check_libusb_device() 870 vid, pid, busno, address); in check_libusb_device() 886 vid, pid, busno, address); in check_libusb_device() 1073 printf ("found possible USB scanner (vendor=0x%04x", vid); in check_libusb_device()
|
/third_party/backends/sanei/ |
H A D | sanei_usb.c | 1920 unsigned short vid, pid; in libusb_scan_devices() local 1956 vid = desc.idVendor; in libusb_scan_devices() 1959 if ((vid == 0) || (pid == 0)) in libusb_scan_devices() 1963 vid, pid, busno, address); in libusb_scan_devices() 1972 vid, pid, busno, address, sanei_libusb_strerror (ret)); in libusb_scan_devices() 1985 vid, pid, busno, address, ret); in libusb_scan_devices() 1994 vid, pid, busno, address); in libusb_scan_devices() 2004 vid, pid, busno, address, ret); in libusb_scan_devices() 2022 vid, pid, interface); in libusb_scan_devices() 2042 vid, pi in libusb_scan_devices() 2098 unsigned short vid, pid; libusb_scan_devices() local [all...] |
/third_party/curl/src/ |
H A D | tool_writeout.c | 190 static int urlpart(struct per_transfer *per, writeoutid vid, in urlpart() argument 200 if(vid >= VAR_INPUT_URLEHOST) { in urlpart() 208 switch(vid) { in urlpart()
|
/third_party/mesa3d/src/glx/ |
H A D | glxconfig.h | 116 glx_config_find_visual(struct glx_config *configs, int vid);
|
H A D | dri_common.c | 331 uint32_t vid = attr->visual; in driInferDrawableConfig() local 333 return glx_config_find_visual(psc->visuals, vid); in driInferDrawableConfig()
|
/third_party/ffmpeg/libavformat/ |
H A D | rtpdec_qt.c | 268 RTP_QT_HANDLER(qt, vid, "X-QT", AVMEDIA_TYPE_VIDEO); 270 RTP_QT_HANDLER(quicktime, vid, "X-QUICKTIME", AVMEDIA_TYPE_VIDEO);
|
/foundation/multimodalinput/input/service/device_manager/src/ |
H A D | input_device_manager.cpp | 360 char vid[bufSize] = ""; in GetInputIdentification() local 362 sprintf_s(vid, sizeof(vid), "%04X", deviceVendor); in GetInputIdentification() 364 std::string strVid(vid); in GetInputIdentification()
|
/third_party/backends/backend/ |
H A D | cardscan.c | 441 SANE_Word vid, pid; in attach_one() local 478 sanei_usb_get_vendor_product(s->fd,&vid,&pid); in attach_one() 480 if(vid == 0x08f0){ in attach_one() 493 else if(vid == 0x0451){ in attach_one()
|
H A D | kodakaio.c | 642 static struct KodakaioCap *get_device_from_identification (const char *ident, const char *vid, const char *pid); 643 void ProcessAvahiDevice(const char *device_id, const char *vid, const char *pid, const char *ip_addr); 1938 get_device_from_identification (const char *ident, const char *vid, const char *pid) in get_device_from_identification() argument 1943 if(sscanf(vid, "%x", (unsigned int *)&vidnum) == EOF) { in get_device_from_identification() 1944 DBG(5, "could not convert hex vid <%s>\n", vid); in get_device_from_identification() 1959 DBG(20, "matched <%s> & <%s:%s>\n", kodakaio_cap[n].model, vid, pid); in get_device_from_identification() 2261 ProcessAvahiDevice(const char *device_id, const char *vid, const char *pid, const char *ip_addr) in ProcessAvahiDevice() argument 2265 DBG(min(10,DBG_AUTO),"device_id = <%s> vid:pid = <%s:%s>\n", device_id,vid,pi in ProcessAvahiDevice() [all...] |
/third_party/backends/backend/pixma/ |
H A D | pixma.h | 388 uint16_t vid; /**< USB Vendor ID */ member
|
H A D | pixma_io_sanei.c | 87 x = vid, y = pid, z = serial */ 204 u16tohex (si->cfg->vid, serial); in read_serial_number() 323 sanei_usb_find_devices (cfg->vid, cfg->pid, attach); in pixma_collect_devices()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_vidstabdetect.c | 23 #include <vid.stab/libvidstab.h>
|
H A D | vf_vidstabtransform.c | 23 #include <vid.stab/libvidstab.h> 171 av_log(ctx, AV_LOG_ERROR, "initialization of vid.stab transform failed, please report a BUG\n"); in config_input()
|
/third_party/FreeBSD/sys/dev/usb/ |
H A D | usb_ioctl.h | 244 uint16_t vid; /* Vendor ID */ member
|
/third_party/mesa3d/src/vulkan/device-select-layer/ |
H A D | device_select_layer.c | 318 uint16_t vid; in device_select_find_boot_vga_vid_did() member 355 if (id.vid == pci_infos[i].dev_info.vendor_id && in device_select_find_boot_vga_vid_did()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dhd_pcie_linux.c | 2207 uint32 vid, saved_vid; in dhdpcie_enable_device() local 2208 pci_read_config_dword(bus->dev, PCI_CFG_VID, &vid); in dhdpcie_enable_device() 2210 if (vid != saved_vid) { in dhdpcie_enable_device() 2212 "Skip the bus init\n", __FUNCTION__, vid, saved_vid)); in dhdpcie_enable_device() 2215 if (vid == (uint32)-1) { in dhdpcie_enable_device()
|
H A D | dbus_usb_linux.c | 504 int vid; member 1347 g_probe_info.vid = id->idVendor; in DBUS_USBOS_PROBE() 2115 attrib->vid = g_probe_info.vid; in dbus_usbos_intf_get_attrib() 2556 dbus_bus_osl_register(int vid, int pid, probe_cb_t prcb, in dbus_bus_osl_register() argument 2565 devid_table[0].idVendor = vid; in dbus_bus_osl_register()
|
H A D | dbus_usb.c | 206 dbus_bus_register(int vid, int pid, probe_cb_t prcb, in dbus_bus_register() argument 218 err = dbus_bus_osl_register(vid, pid, dbus_usb_probe, in dbus_bus_register()
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_sched.cpp | 475 sel_chan vid = get_value_id(n->src[i]); in try_reserve() local 477 if (vid > last_id && chan_count[vid.chan()] == 3) { in try_reserve() 481 n->bc.src[i].sel = vid.sel(); in try_reserve() 482 n->bc.src[i].chan = vid.chan(); in try_reserve()
|
/third_party/ffmpeg/tests/fate/ |
H A D | video.mak | 53 FATE_VIDEO-$(call FRAMECRC, BETHSOFTVID, BETHSOFTVID, ARESAMPLE_FILTER SCALE_FILTER) += fate-bethsoft-vid 54 fate-bethsoft-vid: CMD = framecrc -i $(TARGET_SAMPLES)/bethsoft-vid/ANIM0001.VID -t 5 -pix_fmt rgb24 -vf scale -af aresample
|
/third_party/libabigail/src/ |
H A D | abg-corpus.cc | 1804 interned_string vid = (*v)->get_id(); in get_variables() local 1806 priv_->vars_map.find(vid); in get_variables() 1812 priv_->vars_map[vid] = *v; in get_variables()
|
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/stmicro/stmmac/ |
H A D | hwif.h | 375 __be16 proto, u16 vid); 378 __be16 proto, u16 vid);
|
/third_party/libinput/test/ |
H A D | test-device.c | 751 unsigned int pid, vid; in START_TEST() local 755 vid = libevdev_get_id_vendor(dev->evdev); in START_TEST() 761 ck_assert_int_eq(vid, in START_TEST()
|
/third_party/ffmpeg/fftools/ |
H A D | ffmpeg.c | 1514 int vid, i; in print_report() local 1548 vid = 0; in print_report() 1558 if (vid && enc->codec_type == AVMEDIA_TYPE_VIDEO) { in print_report() 1563 if (!vid && enc->codec_type == AVMEDIA_TYPE_VIDEO) { in print_report() 1614 vid = 1; in print_report()
|
/third_party/libinput/src/ |
H A D | evdev-tablet.c | 2479 int vid = evdev_device_get_id_vendor(device); in tablet_is_aes() local 2487 if (vid != VENDOR_ID_WACOM) in tablet_is_aes()
|