Home
last modified time | relevance | path

Searched refs:vendor_name (Results 1 - 18 of 18) sorted by relevance

/third_party/pulseaudio/src/modules/macosx/
H A Dmodule-coreaudio-device.c92 char *device_name, *vendor_name; member
489 if (u->vendor_name) in ca_device_create_sink()
490 pa_proplist_sets(new_data.proplist, PA_PROP_DEVICE_VENDOR_NAME, u->vendor_name); in ca_device_create_sink()
623 if (u->vendor_name) in ca_device_create_source()
624 pa_proplist_sets(new_data.proplist, PA_PROP_DEVICE_VENDOR_NAME, u->vendor_name); in ca_device_create_source()
822 u->vendor_name = pa_xstrdup(tmp); in pa__init()
980 pa_xfree(u->vendor_name); in pa__done()
/third_party/backends/backend/
H A Dcardscan.c481 s->vendor_name = "CardScan"; in attach_one()
494 s->vendor_name = "Sanford"; in attach_one()
505 s->vendor_name = "Unknown"; in attach_one()
510 s->vendor_name, s->product_name, s->device_name); in attach_one()
561 s->sane.vendor = s->vendor_name; in attach_one()
H A Dstv680.h102 const char *vendor_name; /* brand on the box */ member
H A Dkodak.c419 s->sane.vendor = s->vendor_name; in attach_one()
508 get_I_vendor (in, s->vendor_name); in init_inquire()
513 s->vendor_name[8] = 0; in init_inquire()
519 for (i = 7; s->vendor_name[i] == ' ' && i >= 0; i--) in init_inquire()
520 s->vendor_name[i] = 0; in init_inquire()
528 if (strcmp ("KODAK", s->vendor_name)) { in init_inquire()
529 DBG (5, "The device at '%s' is reported to be made by '%s'\n", s->device_name, s->vendor_name); in init_inquire()
535 s->vendor_name, s->product_name, s->version_name, s->build_name, in init_inquire()
H A Dcardscan.h46 char * vendor_name; member
H A Dkodak.h57 char vendor_name[9]; /* null-term data returned by SCSI inquiry.*/ member
H A Dcanon_dr.h175 char vendor_name[9]; /* raw data as returned by SCSI inquiry. */ member
H A Dfujitsu.h156 char vendor_name[9]; /* raw data as returned by SCSI inquiry. */ member
H A Dcanon_dr.c981 strcpy(s->vendor_name, global_vendor_name); in attach_one()
1048 s->sane.vendor = s->vendor_name; in attach_one()
1168 get_IN_vendor (in, s->vendor_name); in init_inquire()
1172 s->vendor_name[8] = 0; in init_inquire()
1177 for (i = 7; s->vendor_name[i] == ' ' && i >= 0; i--) in init_inquire()
1178 s->vendor_name[i] = 0; in init_inquire()
1185 if (strcmp ("CANON", s->vendor_name)) { in init_inquire()
1187 s->device_name, s->vendor_name); in init_inquire()
1205 s->vendor_name, s->model_name, s->version_name, s->device_name); in init_inquire()
H A Dfujitsu.c1081 s->sane.vendor = s->vendor_name; in attach_one()
1196 get_IN_vendor (in, s->vendor_name); in init_inquire()
1200 s->vendor_name[8] = 0; in init_inquire()
1205 for (i = 7; s->vendor_name[i] == ' ' && i >= 0; i--) in init_inquire()
1206 s->vendor_name[i] = 0; in init_inquire()
1212 if (strcmp ("FUJITSU", s->vendor_name)) { in init_inquire()
1213 DBG (5, "The device at '%s' is reported to be made by '%s'\n", s->device_name, s->vendor_name); in init_inquire()
1219 s->vendor_name, s->model_name, s->version_name, s->device_name); in init_inquire()
H A Dstv680.c969 dev->sane.vendor = dev->hw->vendor_name; in attach_vidcam()
/third_party/mesa3d/src/egl/drivers/dri2/
H A Dplatform_ohos.c1162 char *vendor_name = NULL; in ohos_open_device() local
1194 DISPLAY_LOGI("vendor_name %{public}s", vendor_name); in ohos_open_device()
1195 if (vendor_name) { in ohos_open_device()
1196 if (ohos_filter_device(disp, dri2_dpy->fd, vendor_name)) { in ohos_open_device()
1226 vendor_name ? "desired" : "any"); in ohos_open_device()
H A Dplatform_android.c1603 char *vendor_name = NULL; local
1612 if (property_get("drm.gpu.vendor_name", vendor_buf, NULL) > 0)
1613 vendor_name = vendor_buf;
1635 if (vendor_name) {
1636 if (droid_filter_device(disp, dri2_dpy->fd, vendor_name)) {
1663 vendor_name ? "desired": "any");
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Ddevice.hpp89 std::string vendor_name() const;
H A Ddevice.cpp419 device::vendor_name() const { in vendor_name() function in device
/third_party/libdrm/tests/modetest/
H A Dmodetest.c271 char *vendor_name = drmGetFormatModifierVendor(modifier); in modifier_to_string() local
275 if (vendor_name) in modifier_to_string()
277 vendor_name, "UNKNOWN_MODIFIER"); in modifier_to_string()
282 free(vendor_name); in modifier_to_string()
289 free(vendor_name); in modifier_to_string()
294 vendor_name, modifier_name); in modifier_to_string()
297 free(vendor_name); in modifier_to_string()
/third_party/mesa3d/src/gallium/frontends/clover/api/
H A Ddevice.cpp329 buf.as_string() = dev.vendor_name(); in clGetDeviceInfo()
/third_party/libdrm/
H A Dxf86drm.c151 const char *vendor_name; member
5075 return strdup(drm_format_modifier_vendor_table[i].vendor_name); in drmGetFormatModifierVendor()

Completed in 44 milliseconds