Home
last modified time | relevance | path

Searched refs:vendor_name (Results 1 – 25 of 1764) sorted by relevance

12345678910>>...71

/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/usb/
H A Dquirks-table.h135 .vendor_name = "Yamaha", \
144 .vendor_name = "Yamaha", \
408 .vendor_name = "Roland",
464 .vendor_name = "EDIROL",
494 .vendor_name = "Roland",
524 .vendor_name = "Roland",
556 .vendor_name = "EDIROL",
1075 .vendor_name = "BOSS",
1331 .vendor_name = "BOSS",
2318 .vendor_name = "MOTU",
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/sound/usb/
H A Dquirks-table.h135 .vendor_name = "Yamaha", \
144 .vendor_name = "Yamaha", \
408 .vendor_name = "Roland",
464 .vendor_name = "EDIROL",
494 .vendor_name = "Roland",
524 .vendor_name = "Roland",
556 .vendor_name = "EDIROL",
1075 .vendor_name = "BOSS",
1331 .vendor_name = "BOSS",
2318 .vendor_name = "MOTU",
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/usb/
H A Dquirks-table.h135 .vendor_name = "Yamaha", \
144 .vendor_name = "Yamaha", \
408 .vendor_name = "Roland",
464 .vendor_name = "EDIROL",
494 .vendor_name = "Roland",
524 .vendor_name = "Roland",
556 .vendor_name = "EDIROL",
1075 .vendor_name = "BOSS",
1331 .vendor_name = "BOSS",
2318 .vendor_name = "MOTU",
[all …]
/dports/sysutils/mate-control-center/mate-control-center-1.26.0/capplets/keyboard/
H A Dmate-keyboard-properties-xkbmc.c79 gchar *vendor_name = in add_vendor_to_list() local
83 if (vendor_name == NULL) in add_vendor_to_list()
90 current_vendor_name = g_strdup (vendor_name); in add_vendor_to_list()
102 gtk_list_store_set (list_store, &iter, 0, vendor_name, -1); in add_vendor_to_list()
114 gchar *vendor_name = in add_model_to_list() local
117 if (vendor_name == NULL) in add_model_to_list()
120 if (g_ascii_strcasecmp (vendor_name, current_vendor_name)) in add_model_to_list()
139 gchar *vendor_name = NULL; in xkb_model_chooser_change_vendor_sel() local
141 0, &vendor_name, -1); in xkb_model_chooser_change_vendor_sel()
143 current_vendor_name = vendor_name; in xkb_model_chooser_change_vendor_sel()
[all …]
/dports/sysutils/xfce4-settings/xfce4-settings-4.16.2/common/
H A Ddisplay-name.c44 const char vendor_name[78]; member
2605 const char *vendor_name; in find_vendor() local
2610 vendor_name = g_hash_table_lookup (pnp_ids, code); in find_vendor()
2612 if (vendor_name) in find_vendor()
2613 return vendor_name; in find_vendor()
2620 return v->vendor_name; in find_vendor()
/dports/x11/mate-desktop/mate-desktop-1.26.0/libmate-desktop/
H A Ddisplay-name.c38 const char vendor_name[28]; member
229 const char* vendor_name; in find_vendor() local
234 vendor_name = g_hash_table_lookup(pnp_ids, code); in find_vendor()
236 if (vendor_name) in find_vendor()
237 return vendor_name; in find_vendor()
244 return v->vendor_name; in find_vendor()
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/objects/phodevi/components/
H A Dphodevi_audio.php72 foreach(pts_file_io::glob('/sys/class/sound/card*/hwC0D*/vendor_name') as $vendor_name)
74 $card_dir = dirname($vendor_name) . '/';
82 $vendor_name = pts_file_io::file_get_contents($vendor_name);
85 $audio = $vendor_name . ' '. $chip_name;
/dports/net/freediameter/freeDiameter-1.5.0/contrib/tools/
H A Dorg_to_fd.pl12 my ($vendor_name) = "";
58 …t_type_data\t tdata = { AVP_TYPE_INTEGER32, \"Enumerated(" . ($vendor_name ? "$vendor_name/" : "")…
81 $vendor_name = $opt_V;
88 print_comment(" org_to_fd.pl -V '$vendor_name' -v $vendor");
/dports/databases/db18/db-18.1.40/examples/c/getting_started/
H A Dexample_database_read.c201 char *category, *name, *sku, *vendor_name; in show_inventory_item() local
228 vendor_name = buf + buf_pos; in show_inventory_item()
239 return (vendor_name); in show_inventory_item()
249 show_vendor_record(char *vendor_name, DB *vendor_dbp) in show_vendor_record() argument
260 key.data = vendor_name; in show_vendor_record()
261 key.size = (u_int32_t)strlen(vendor_name) + 1; in show_vendor_record()
278 vendor_name); in show_vendor_record()
/dports/databases/db5/db-5.3.28/examples/c/getting_started/
H A Dexample_database_read.c197 char *category, *name, *sku, *vendor_name; in show_inventory_item() local
215 vendor_name = buf + buf_pos; in show_inventory_item()
224 return (vendor_name); in show_inventory_item()
234 show_vendor_record(char *vendor_name, DB *vendor_dbp) in show_vendor_record() argument
245 key.data = vendor_name; in show_vendor_record()
246 key.size = (u_int32_t)strlen(vendor_name) + 1; in show_vendor_record()
263 vendor_name); in show_vendor_record()
/dports/sysutils/nut-devel/nut-9e6a5ab2/tools/nut-scanner/
H A Dscan_usb.c150 char *vendor_name = NULL; in nutscan_scan_usb() local
210 vendor_name = strdup(str_rtrim(string, ' ')); in nutscan_scan_usb()
221 free(vendor_name); in nutscan_scan_usb()
259 if (vendor_name) { in nutscan_scan_usb()
262 vendor_name); in nutscan_scan_usb()
263 free(vendor_name); in nutscan_scan_usb()
264 vendor_name = NULL; in nutscan_scan_usb()
/dports/sysutils/polkit/polkit-0.120/src/polkit/
H A Dpolkitactiondescription.c51 gchar *vendor_name; member
87 g_free (action_description->vendor_name); in polkit_action_description_finalize()
161 return action_description->vendor_name; in polkit_action_description_get_vendor_name()
299 const gchar *vendor_name, in polkit_action_description_new() argument
313 ret->vendor_name = g_strdup (vendor_name); in polkit_action_description_new()
340 &action_description->vendor_name, in polkit_action_description_new_for_gvariant()
375 action_description->vendor_name ? : "", in polkit_action_description_to_gvariant()
/dports/x11/cinnamon-desktop/cinnamon-desktop-4.8.1/libcinnamon-desktop/
H A Ddisplay-name.c39 const char *vendor_name; in find_vendor() local
43 vendor_name = gnome_pnp_ids_get_pnp_id (pnp_ids, code); in find_vendor()
46 if (vendor_name) in find_vendor()
47 return vendor_name; in find_vendor()
/dports/devel/py-oci/oci-2.53.1/src/oci/opsi/models/
H A Dhost_cpu_hardware_configuration.py141 def vendor_name(self): member in HostCpuHardwareConfiguration
152 @vendor_name.setter
153 def vendor_name(self, vendor_name): member in HostCpuHardwareConfiguration
162 self._vendor_name = vendor_name
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/arch/x86/cpu/i386/
H A Dcpu.c232 static int build_vendor_name(char *vendor_name) in build_vendor_name() argument
236 unsigned int *name_as_ints = (unsigned int *)vendor_name; in build_vendor_name()
247 char vendor_name[16]; in identify_cpu() local
250 vendor_name[0] = '\0'; /* Unset */ in identify_cpu()
261 memcpy(vendor_name, "CyrixInstead", 13); in identify_cpu()
266 memcpy(vendor_name, "NexGenDriven", 13); in identify_cpu()
271 cpuid_level = build_vendor_name(vendor_name); in identify_cpu()
272 vendor_name[12] = '\0'; in identify_cpu()
284 if (memcmp(vendor_name, x86_vendors[i].name, 12) == 0) { in identify_cpu()
/dports/sysutils/u-boot-olinuxino-lime2-emmc/u-boot-2021.07/arch/x86/cpu/i386/
H A Dcpu.c252 static int build_vendor_name(char *vendor_name) in build_vendor_name() argument
256 unsigned int *name_as_ints = (unsigned int *)vendor_name; in build_vendor_name()
294 char vendor_name[16]; in identify_cpu() local
297 vendor_name[0] = '\0'; /* Unset */ in identify_cpu()
307 memcpy(vendor_name, "CyrixInstead", 13); in identify_cpu()
312 memcpy(vendor_name, "NexGenDriven", 13); in identify_cpu()
316 cpuid_level = build_vendor_name(vendor_name); in identify_cpu()
317 vendor_name[12] = '\0'; in identify_cpu()
329 if (memcmp(vendor_name, x86_vendors[i].name, 12) == 0) { in identify_cpu()
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/arch/x86/cpu/i386/
H A Dcpu.c252 static int build_vendor_name(char *vendor_name) in build_vendor_name() argument
256 unsigned int *name_as_ints = (unsigned int *)vendor_name; in build_vendor_name()
294 char vendor_name[16]; in identify_cpu() local
297 vendor_name[0] = '\0'; /* Unset */ in identify_cpu()
307 memcpy(vendor_name, "CyrixInstead", 13); in identify_cpu()
312 memcpy(vendor_name, "NexGenDriven", 13); in identify_cpu()
316 cpuid_level = build_vendor_name(vendor_name); in identify_cpu()
317 vendor_name[12] = '\0'; in identify_cpu()
329 if (memcmp(vendor_name, x86_vendors[i].name, 12) == 0) { in identify_cpu()
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/arch/x86/cpu/i386/
H A Dcpu.c252 static int build_vendor_name(char *vendor_name) in build_vendor_name() argument
256 unsigned int *name_as_ints = (unsigned int *)vendor_name; in build_vendor_name()
294 char vendor_name[16]; in identify_cpu() local
297 vendor_name[0] = '\0'; /* Unset */ in identify_cpu()
307 memcpy(vendor_name, "CyrixInstead", 13); in identify_cpu()
312 memcpy(vendor_name, "NexGenDriven", 13); in identify_cpu()
316 cpuid_level = build_vendor_name(vendor_name); in identify_cpu()
317 vendor_name[12] = '\0'; in identify_cpu()
329 if (memcmp(vendor_name, x86_vendors[i].name, 12) == 0) { in identify_cpu()
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/arch/x86/cpu/i386/
H A Dcpu.c252 static int build_vendor_name(char *vendor_name) in build_vendor_name() argument
256 unsigned int *name_as_ints = (unsigned int *)vendor_name; in build_vendor_name()
294 char vendor_name[16]; in identify_cpu() local
297 vendor_name[0] = '\0'; /* Unset */ in identify_cpu()
307 memcpy(vendor_name, "CyrixInstead", 13); in identify_cpu()
312 memcpy(vendor_name, "NexGenDriven", 13); in identify_cpu()
316 cpuid_level = build_vendor_name(vendor_name); in identify_cpu()
317 vendor_name[12] = '\0'; in identify_cpu()
329 if (memcmp(vendor_name, x86_vendors[i].name, 12) == 0) { in identify_cpu()
/dports/sysutils/u-boot-wandboard/u-boot-2021.07/arch/x86/cpu/i386/
H A Dcpu.c252 static int build_vendor_name(char *vendor_name) in build_vendor_name() argument
256 unsigned int *name_as_ints = (unsigned int *)vendor_name; in build_vendor_name()
294 char vendor_name[16]; in identify_cpu() local
297 vendor_name[0] = '\0'; /* Unset */ in identify_cpu()
307 memcpy(vendor_name, "CyrixInstead", 13); in identify_cpu()
312 memcpy(vendor_name, "NexGenDriven", 13); in identify_cpu()
316 cpuid_level = build_vendor_name(vendor_name); in identify_cpu()
317 vendor_name[12] = '\0'; in identify_cpu()
329 if (memcmp(vendor_name, x86_vendors[i].name, 12) == 0) { in identify_cpu()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/arch/x86/cpu/i386/
H A Dcpu.c232 static int build_vendor_name(char *vendor_name)
236 unsigned int *name_as_ints = (unsigned int *)vendor_name;
247 char vendor_name[16];
250 vendor_name[0] = '\0'; /* Unset */
261 memcpy(vendor_name, "CyrixInstead", 13);
266 memcpy(vendor_name, "NexGenDriven", 13);
271 cpuid_level = build_vendor_name(vendor_name);
272 vendor_name[12] = '\0';
284 if (memcmp(vendor_name, x86_vendors[i].name, 12) == 0) {
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/arch/x86/cpu/i386/
H A Dcpu.c252 static int build_vendor_name(char *vendor_name) in build_vendor_name() argument
256 unsigned int *name_as_ints = (unsigned int *)vendor_name; in build_vendor_name()
294 char vendor_name[16]; in identify_cpu() local
297 vendor_name[0] = '\0'; /* Unset */ in identify_cpu()
307 memcpy(vendor_name, "CyrixInstead", 13); in identify_cpu()
312 memcpy(vendor_name, "NexGenDriven", 13); in identify_cpu()
316 cpuid_level = build_vendor_name(vendor_name); in identify_cpu()
317 vendor_name[12] = '\0'; in identify_cpu()
329 if (memcmp(vendor_name, x86_vendors[i].name, 12) == 0) { in identify_cpu()
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/arch/x86/cpu/i386/
H A Dcpu.c252 static int build_vendor_name(char *vendor_name) in build_vendor_name() argument
256 unsigned int *name_as_ints = (unsigned int *)vendor_name; in build_vendor_name()
294 char vendor_name[16]; in identify_cpu() local
297 vendor_name[0] = '\0'; /* Unset */ in identify_cpu()
307 memcpy(vendor_name, "CyrixInstead", 13); in identify_cpu()
312 memcpy(vendor_name, "NexGenDriven", 13); in identify_cpu()
316 cpuid_level = build_vendor_name(vendor_name); in identify_cpu()
317 vendor_name[12] = '\0'; in identify_cpu()
329 if (memcmp(vendor_name, x86_vendors[i].name, 12) == 0) { in identify_cpu()
/dports/sysutils/u-boot-sopine/u-boot-2021.07/arch/x86/cpu/i386/
H A Dcpu.c252 static int build_vendor_name(char *vendor_name) in build_vendor_name() argument
256 unsigned int *name_as_ints = (unsigned int *)vendor_name; in build_vendor_name()
294 char vendor_name[16]; in identify_cpu() local
297 vendor_name[0] = '\0'; /* Unset */ in identify_cpu()
307 memcpy(vendor_name, "CyrixInstead", 13); in identify_cpu()
312 memcpy(vendor_name, "NexGenDriven", 13); in identify_cpu()
316 cpuid_level = build_vendor_name(vendor_name); in identify_cpu()
317 vendor_name[12] = '\0'; in identify_cpu()
329 if (memcmp(vendor_name, x86_vendors[i].name, 12) == 0) { in identify_cpu()
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/arch/x86/cpu/i386/
H A Dcpu.c252 static int build_vendor_name(char *vendor_name) in build_vendor_name() argument
256 unsigned int *name_as_ints = (unsigned int *)vendor_name; in build_vendor_name()
294 char vendor_name[16]; in identify_cpu() local
297 vendor_name[0] = '\0'; /* Unset */ in identify_cpu()
307 memcpy(vendor_name, "CyrixInstead", 13); in identify_cpu()
312 memcpy(vendor_name, "NexGenDriven", 13); in identify_cpu()
316 cpuid_level = build_vendor_name(vendor_name); in identify_cpu()
317 vendor_name[12] = '\0'; in identify_cpu()
329 if (memcmp(vendor_name, x86_vendors[i].name, 12) == 0) { in identify_cpu()

12345678910>>...71