Home
last modified time | relevance | path

Searched refs:vendor (Results 351 - 375 of 587) sorted by relevance

1...<<11121314151617181920>>...24

/third_party/backends/backend/
H A Dricoh2.c171 SANE_Int vendor, product; in attach() local
197 status = sanei_usb_get_vendor_product (dn, &vendor, &product); in attach()
201 "attach: couldn't get vendor and product ids of device `%s': %s\n", in attach()
209 device->sane.vendor = "Ricoh"; in attach()
H A Dibm.h313 SANE_Byte vendor[8]; member
H A Dumax.h238 char vendor[9]; /* will be UMAX */ member
/third_party/backends/testsuite/sanei/
H A Dsanei_config_test.c172 SANE_Char vendor[128]; in string_option() local
193 options[i]->name = "vendor"; in string_option()
194 options[i]->title = "vendor name"; in string_option()
195 options[i]->desc = "user provided scanner's vendor name"; in string_option()
201 values[i] = vendor; in string_option()
216 assert (strcmp (vendor, "my vendor") == 0); in string_option()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
H A DDisplayGLX.cpp307 VendorID vendor = GetVendorID(functionsGL.get()); in initialize() local
311 if (isOpenGLES && (IsIntel(vendor) || IsNvidia(vendor))) in initialize()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
H A DDisplayWGL.cpp289 VendorID vendor = GetVendorID(functionsGL); in initializeImpl() local
290 if (requestedDisplayType == EGL_PLATFORM_ANGLE_TYPE_OPENGLES_ANGLE && IsIntel(vendor)) in initializeImpl()
306 mUseDXGISwapChains = !IsAMD(vendor) && (currentProcessId != windowProcessId); in initializeImpl()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Dtncc.c465 unsigned int vendor, subtype; in tncc_supported_type() local
470 vendor = type >> 8; in tncc_supported_type()
477 if ((vendor == svendor || svendor == TNC_VENDORID_ANY) && in tncc_supported_type()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Dtncs.c490 unsigned int vendor, subtype; in tncs_supported_type() local
495 vendor = type >> 8; in tncs_supported_type()
502 if ((vendor == svendor || svendor == TNC_VENDORID_ANY) && in tncs_supported_type()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Dtncc.c465 unsigned int vendor, subtype; in tncc_supported_type() local
470 vendor = type >> 8; in tncc_supported_type()
477 if ((vendor == svendor || svendor == TNC_VENDORID_ANY) && in tncc_supported_type()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Dtncs.c490 unsigned int vendor, subtype; in tncs_supported_type() local
495 vendor = type >> 8; in tncs_supported_type()
502 if ((vendor == svendor || svendor == TNC_VENDORID_ANY) && in tncs_supported_type()
/drivers/hdf_core/adapter/khdf/linux/model/network/wifi/vendor/hi3881/
H A DMakefile46 include drivers/hdf/khdf/model/network/wifi/vendor/hi3881/env_config.mk
/drivers/peripheral/input/ddk_service/src/emit_event_manager/
H A Dvirtual_device.cpp111 uinputDev_.id.vendor = vendorId_; in SetUp()
/drivers/peripheral/input/udriver/include/
H A Dinput_device_manager.h117 "attrSet.id.busType: %{public}u attrSet.id.vendor: %{public}u " in dumpInfoList()
122 in.detailInfo.attrSet.id.busType, in.detailInfo.attrSet.id.vendor, in dumpInfoList()
/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/
H A Dbundle_manager_utils.h314 char* vendor; member
/foundation/multimodalinput/input/service/libinput_adapter/test/
H A Dhotplug_detector_test.cpp68 usetup.id.vendor = 0x1234; /* sample vendor */ in Create()
/third_party/elfutils/libebl/
H A Dlibebl.h184 extern bool ebl_check_object_attribute (Ebl *ebl, const char *vendor,
/third_party/node/deps/npm/lib/utils/
H A Dsbom-cyclonedx.js61 vendor: 'npm',
/third_party/libinput/include/linux/linux/
H A Dinput.h54 __u16 vendor; member
/third_party/libinput/include/linux/freebsd/
H A Dinput.h55 uint16_t vendor; member
/third_party/libinput/test/
H A Dlitest-device-waltop-tablet.c94 .vendor = 0x172f,
H A Dlitest-device-keyboard-quirked.c31 .vendor = 0x1,
H A Dlitest-device-keyboard-razer-blade-stealth-videoswitch.c35 .vendor = 0x1532,
H A Dlitest-device-apple-internal-keyboard.c31 .vendor = 0x5ac,
/third_party/libevdev/include/linux/linux/
H A Dinput.h59 __u16 vendor; member
/third_party/libevdev/test/
H A Dtest-common-uinput.c188 libevdev_set_id_vendor(dev->d, ids->vendor); in uinput_device_set_ids()

Completed in 22 milliseconds

1...<<11121314151617181920>>...24