/third_party/libinput/test/ |
H A D | litest-device-mouse-wheel-click-angle.c | 31 .vendor = 0x1234,
|
H A D | litest-device-lid-switch-surface3.c | 32 .vendor = 0x0,
|
H A D | litest-device-logitech-trackball.c | 31 .vendor = 0x46d,
|
H A D | litest-device-lid-switch.c | 31 .vendor = 0x0,
|
H A D | litest-device-tablet-mode-switch.c | 31 .vendor = 0x123,
|
H A D | litest-device-trackpoint.c | 31 .vendor = 0x2,
|
H A D | litest-device-ignored-mouse.c | 31 .vendor = 0x17ef,
|
H A D | litest-device-mouse-wheel-click-count.c | 31 .vendor = 0x1234,
|
H A D | litest-device-mouse.c | 31 .vendor = 0x17ef,
|
H A D | litest-device-cyborg-rat-5.c | 31 .vendor = 0x6a3,
|
H A D | litest-device-mouse-low-dpi.c | 31 .vendor = 0x1,
|
H A D | litest-device-absinfo-override.c | 31 .vendor = 0x1234,
|
H A D | litest-device-hp-wmi-hotkeys.c | 31 .vendor = 0x000,
|
H A D | litest-device-wacom-cintiq-pro-16-pad.c | 50 .vendor = 0x56a,
|
H A D | litest-device-ms-nano-transceiver-mouse.c | 31 .vendor = 0x045e,
|
H A D | litest-device-mouse-wheel-tilt.c | 31 .vendor = 0x17ef,
|
H A D | litest-device-wacom-bamboo-2fg-pad.c | 50 .vendor = 0x56a,
|
H A D | litest-device-keyboard-all-codes.c | 35 .vendor = 0x1,
|
/third_party/backends/backend/ |
H A D | lexmark.c | 345 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 D | pieusb.h | 71 /* 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 D | scsi_id.h | 30 * 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 D | gen_extensions.py | 97 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 D | sanei_scsi.c | 648 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 D | eap_fast.c | 170 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 D | eap_teap.c | 187 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...] |