Home
last modified time | relevance | path

Searched refs:vendor (Results 126 - 150 of 491) sorted by relevance

12345678910>>...20

/third_party/libinput/test/
H A Dlitest-device-mouse-wheel-click-angle.c31 .vendor = 0x1234,
H A Dlitest-device-lid-switch-surface3.c32 .vendor = 0x0,
H A Dlitest-device-logitech-trackball.c31 .vendor = 0x46d,
H A Dlitest-device-lid-switch.c31 .vendor = 0x0,
H A Dlitest-device-tablet-mode-switch.c31 .vendor = 0x123,
H A Dlitest-device-trackpoint.c31 .vendor = 0x2,
H A Dlitest-device-ignored-mouse.c31 .vendor = 0x17ef,
H A Dlitest-device-mouse-wheel-click-count.c31 .vendor = 0x1234,
H A Dlitest-device-mouse.c31 .vendor = 0x17ef,
H A Dlitest-device-cyborg-rat-5.c31 .vendor = 0x6a3,
H A Dlitest-device-mouse-low-dpi.c31 .vendor = 0x1,
H A Dlitest-device-absinfo-override.c31 .vendor = 0x1234,
H A Dlitest-device-hp-wmi-hotkeys.c31 .vendor = 0x000,
H A Dlitest-device-wacom-cintiq-pro-16-pad.c50 .vendor = 0x56a,
H A Dlitest-device-ms-nano-transceiver-mouse.c31 .vendor = 0x045e,
H A Dlitest-device-mouse-wheel-tilt.c31 .vendor = 0x17ef,
H A Dlitest-device-wacom-bamboo-2fg-pad.c50 .vendor = 0x56a,
H A Dlitest-device-keyboard-all-codes.c35 .vendor = 0x1,
/third_party/backends/backend/
H A Dlexmark.c345 SANE_Int dn, vendor, product, variant; in attachLexmark() local
382 vendor = 0x043d; in attachLexmark()
387 status = sanei_usb_get_vendor_product (dn, &vendor, &product); in attachLexmark()
392 "attachLexmark: couldn't get vendor and product ids of device `%s': %s\n", in attachLexmark()
404 devname, vendor, product, variant); in attachLexmark()
407 vendor, in attachLexmark()
411 devname, vendor, product); in attachLexmark()
460 SANE_Int vendor, product; in probe_lexmark_devices() local
497 if (sscanf (lp, "usb %i %i", &vendor, &product) == 2) in probe_lexmark_devices()
H A Dpieusb.h71 /* List of default supported scanners by vendor-id, product-id and model number.
77 SANE_Word vendor; /* USB vendor identifier */ member
/third_party/eudev/src/scsi_id/
H A Dscsi_id.h30 * added prefixes such as vendor and product (model) strings.
41 char vendor[9]; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dgen_extensions.py97 bool {name_camel_case}{vendor} = false;
173 map["{full_name}"] = {mode}Extension(&Extensions::{name_camel_case}{vendor});"""
279 _MD_GLES_EXT_LINK_TEMPLATE = """[{full_name}](https://khronos.org/registry/OpenGL/extensions/{vendor}/{vendor}_{link}.txt)"""
280 _MD_ANGLE_EXT_LINK_TEMPLATE = """[{full_name}](https://chromium.googlesource.com/angle/angle/+/refs/heads/main/extensions/{vendor}_{link}.txt)"""
291 0. Delete the API and vendor prefix.
294 3. Add back the vendor prefix to the end. """
306 'vendor': m.group(2),
325 expression=' || '.join(['%s%s' % (ext_name, vendor) for vendor i
[all...]
/third_party/backends/sanei/
H A Dsanei_scsi.c648 char vendor[9]; in open_aspi() local
725 get_inquiry_vendor ((char *) aspi_buf, vendor); in open_aspi()
729 pp = &vendor[7]; in open_aspi()
730 vendor[8] = '\0'; in open_aspi()
731 while (pp >= vendor && (*pp == ' ' || *pp >= 127)) in open_aspi()
751 fprintf (tmp, "Vendor: %s ", vendor); in open_aspi()
2716 char vendor[32], model[32], type[32], revision[32]; in sanei_proc_scsi_find_devices() local
2788 param[0].u.str = vendor; in sanei_proc_scsi_find_devices()
2808 vendor[0] = model[0] = type[0] = '\0'; in sanei_proc_scsi_find_devices()
2883 if ((!findvendor || strncmp (vendor, findvendo in sanei_proc_scsi_find_devices()
3359 cam_compare_inquiry(int fd, path_id_t path_id, target_id_t target_id, lun_id_t target_lun, const char *vendor, const char *product, const char *type) cam_compare_inquiry() argument
4094 char vendor[32], model[32], type[32], revision[32]; sanei_scsi_find_devices() local
4507 char vendor[9], /* Vendor name */ sanei_scsi_find_devices() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap_fast.c170 data->phase2_type.vendor = EAP_VENDOR_IETF; in eap_fast_init()
348 eap_peer_get_eap_method(data->phase2_type.vendor, in eap_fast_init_phase2_method()
383 data->phase2_type.vendor = EAP_VENDOR_IETF; in eap_fast_select_phase2_method()
386 "vendor %d method %d for TNC", in eap_fast_select_phase2_method()
387 data->phase2_type.vendor, in eap_fast_select_phase2_method()
394 if (data->phase2_types[i].vendor != EAP_VENDOR_IETF || in eap_fast_select_phase2_method()
398 data->phase2_type.vendor = data->phase2_types[i].vendor; in eap_fast_select_phase2_method()
401 "vendor %d method %d", in eap_fast_select_phase2_method()
402 data->phase2_type.vendor, in eap_fast_select_phase2_method()
[all...]
H A Deap_teap.c187 data->phase2_type.vendor = EAP_VENDOR_IETF; in eap_teap_init()
313 eap_peer_get_eap_method(data->phase2_type.vendor, in eap_teap_init_phase2_method()
343 data->phase2_type.vendor = EAP_VENDOR_IETF; in eap_teap_select_phase2_method()
346 "EAP-TEAP: Selected Phase 2 EAP vendor %d method %d for TNC", in eap_teap_select_phase2_method()
347 data->phase2_type.vendor, in eap_teap_select_phase2_method()
354 if (data->phase2_types[i].vendor != EAP_VENDOR_IETF || in eap_teap_select_phase2_method()
358 data->phase2_type.vendor = data->phase2_types[i].vendor; in eap_teap_select_phase2_method()
361 "EAP-TEAP: Selected Phase 2 EAP vendor %d method %d", in eap_teap_select_phase2_method()
362 data->phase2_type.vendor, in eap_teap_select_phase2_method()
[all...]

Completed in 13 milliseconds

12345678910>>...20