Home
last modified time | relevance | path

Searched refs:model (Results 26 – 50 of 3484) sorted by relevance

12345678910>>...140

/openbmc/linux/sound/pci/oxygen/
H A Dxonar_pcm179x.c1280 chip->model = model_xonar_d2; in get_xonar_pcm179x_model()
1284 chip->model = model_xonar_d2; in get_xonar_pcm179x_model()
1286 chip->model.init = xonar_d2x_init; in get_xonar_pcm179x_model()
1289 chip->model = model_xonar_hdav; in get_xonar_pcm179x_model()
1303 chip->model = model_xonar_st; in get_xonar_pcm179x_model()
1312 chip->model.dac_channels_pcm = 8; in get_xonar_pcm179x_model()
1314 chip->model.dac_volume_min = 255; in get_xonar_pcm179x_model()
1320 chip->model = model_xonar_st; in get_xonar_pcm179x_model()
1327 chip->model = model_xonar_st; in get_xonar_pcm179x_model()
1345 chip->model = model_xonar_st; in get_xonar_pcm179x_model()
[all …]
H A Doxygen_pcm.c149 if (chip->model.pcm_hardware_filter) in oxygen_open()
330 mclks = chip->model.dac_mclks; in get_mclk()
332 mclks = chip->model.adc_mclks; in get_mclk()
360 chip->model.adc_i2s_format | in oxygen_rec_a_hw_params()
370 chip->model.set_adc_params(chip, hw_params); in oxygen_rec_a_hw_params()
396 chip->model.adc_i2s_format | in oxygen_rec_b_hw_params()
407 chip->model.set_adc_params(chip, hw_params); in oxygen_rec_b_hw_params()
433 chip->model.adc_i2s_format | in oxygen_rec_c_hw_params()
444 chip->model.set_adc_params(chip, hw_params); in oxygen_rec_c_hw_params()
496 chip->model.dac_i2s_format | in oxygen_multich_hw_params()
[all …]
/openbmc/linux/sound/firewire/oxfw/
H A Doxfw.c53 char model[32]; in detect_loud_models() local
57 model, sizeof(model)); in detect_loud_models()
69 char model[32]; in name_card() local
82 model, sizeof(model)); in name_card()
104 m = model; in name_card()
136 int vendor, model; in detect_quirks() local
179 vendor = model = 0; in detect_quirks()
185 model = val; in detect_quirks()
197 if (model == MODEL_ONYX_1640I) { in detect_quirks()
309 #define OXFW_DEV_ENTRY(vendor, model, data) \ argument
[all …]
/openbmc/qemu/linux-user/alpha/
H A Dtarget_proc.h14 char model[32]; in open_cpuinfo() local
21 assert(t < sizeof(model)); in open_cpuinfo()
22 memcpy(model, p, t); in open_cpuinfo()
23 model[t] = 0; in open_cpuinfo()
60 model, TARGET_PAGE_SIZE, TARGET_PHYS_ADDR_SPACE_BITS, in open_cpuinfo()
/openbmc/phosphor-psu-code-mgmt/tools/
H A Dgenerate-psu-tar10 --model <model> PSU FW model
49 model=""
65 --model)
66 model="$2"
115 if [ -z "${model}" ]; then
167 extended_version=model=$model,manufacturer=$manufacturer" > $manifest_location
/openbmc/linux/drivers/perf/
H A Darm-cci.c35 #define CCI_PMU_CNTR_SIZE(model) ((model)->cntr_size) argument
36 #define CCI_PMU_CNTR_BASE(model, idx) ((idx) * CCI_PMU_CNTR_SIZE(model)) argument
40 #define CCI_PMU_MAX_HW_CNTRS(model) \ argument
41 ((model)->num_hw_cntrs + (model)->fixed_hw_cntrs)
104 const struct cci_pmu_model *model; member
1398 const struct cci_pmu_model *model = cci_pmu->model; in cci_pmu_init() local
1399 char *name = model->name; in cci_pmu_init()
1412 .name = cci_pmu->model->name, in cci_pmu_init()
1608 if (!model) { in cci_pmu_alloc()
1613 if (!model) { in cci_pmu_alloc()
[all …]
/openbmc/linux/drivers/parisc/
H A Dled.c55 unsigned long model:16; /* DISPLAY_MODEL_XXXX */ member
80 .model = DISPLAY_MODEL_NONE,
103 if (lcd_info.model != DISPLAY_MODEL_LCD) in lcd_print_now()
407 lcd_info.model = model; /* store the values */ in register_led_driver()
410 switch (lcd_info.model) { in register_led_driver()
438 pr_err("led: Unknown LCD/LED model type %d\n", lcd_info.model); in register_led_driver()
474 lcd_info.model = DISPLAY_MODEL_LCD; in early_led_init()
486 lcd_info.model = DISPLAY_MODEL_NONE; in early_led_init()
494 switch (lcd_info.model) { in early_led_init()
515 lcd_info.model); in early_led_init()
[all …]
/openbmc/u-boot/common/
H A Dboard_info.c20 const char *model; in show_board_info() local
22 model = fdt_getprop(gd->fdt_blob, 0, "model", NULL); in show_board_info()
24 if (model) in show_board_info()
25 printf("Model: %s\n", model); in show_board_info()
/openbmc/linux/tools/memory-model/
H A DREADME9 This directory contains the memory consistency model (memory model, for
46 memory model maintainers.
73 tools/memory-model/litmus-tests/
85 tools/memory-model/Documentation/litmus-tests.txt
88 located in the tools/memory-model directory.
90 To run SB+fencembonceonces.litmus against the memory model:
92 $ cd $LINUX_SOURCE_TREE/tools/memory-model
174 event types used by the memory model and (2) performs RCU
182 by the memory model. Allowed executions are those which
183 satisfy the model's "coherence", "atomic", "happens-before",
[all …]
/openbmc/linux/drivers/media/i2c/ccs/
H A Dccs.h125 #define CCS_IDENT_FQ(manufacturer, model, rev, fl, _name, _quirk) \ argument
127 .model_id = model, \
133 #define CCS_IDENT_LQ(manufacturer, model, rev, _name, _quirk) \ argument
135 .model_id = model, \
141 #define CCS_IDENT_L(manufacturer, model, rev, _name) \ argument
143 .model_id = model, \
148 #define CCS_IDENT_Q(manufacturer, model, rev, _name, _quirk) \ argument
150 .model_id = model, \
156 #define CCS_IDENT(manufacturer, model, rev, _name) \ argument
158 .model_id = model, \
/openbmc/openbmc/poky/meta/recipes-support/boost/boost/
H A D0001-dont-setup-compiler-flags-m32-m64.patch24 - # Handle address-model
25 - compile-link-flags <target-os>aix/<address-model>32 : -maix32 ;
26 - compile-link-flags <target-os>aix/<address-model>64 : -maix64 ;
28 - compile-link-flags <target-os>hpux/<address-model>32 : -milp32 ;
29 - compile-link-flags <target-os>hpux/<address-model>64 : -mlp64 ;
33 - compile-link-flags <target-os>$(generic-os)/<architecture>$(arch)/<address-model>32 : -m32 ;
34 - compile-link-flags <target-os>$(generic-os)/<architecture>$(arch)/<address-model>64 : -m64 ;
/openbmc/linux/arch/arm64/kernel/
H A Dcpu_errata.c47 u32 model; in is_kryo_midr() local
51 model = read_cpuid_id(); in is_kryo_midr()
55 return model == entry->midr_range.model; in is_kryo_midr()
144 #define CAP_MIDR_ALL_VERSIONS(model) \ argument
146 .midr_range = MIDR_ALL_VERSIONS(model)
164 #define ERRATA_MIDR_REV(model, var, rev) \ argument
165 ERRATA_MIDR_RANGE(model, var, rev, var, rev)
168 #define ERRATA_MIDR_ALL_VERSIONS(model) \ argument
170 CAP_MIDR_ALL_VERSIONS(model)
220 .midr_range.model = MIDR_QCOM_KRYO,
[all …]
/openbmc/linux/arch/x86/lib/
H A Dcpu.c21 unsigned int fam, model; in x86_model() local
25 model = (sig >> 4) & 0xf; in x86_model()
28 model += ((sig >> 16) & 0xf) << 4; in x86_model()
30 return model; in x86_model()
/openbmc/u-boot/doc/device-tree-bindings/exynos/
H A Dsoc.txt1 Exynos SoC model
3 The "cpu-model" property is a non-standard extension for the device tree root
12 - cpu-model : Exynos product name
17 model = "Samsung/Google Peach Pi board based on Exynos5800";
18 cpu-model = "Exynos5800";
/openbmc/linux/drivers/hid/
H A Dhid-glorious.c48 const char *model = "Device"; in glorious_update_name() local
52 model = "Model O"; break; in glorious_update_name()
54 model = "Model D"; break; in glorious_update_name()
56 model = "Model I"; break; in glorious_update_name()
59 snprintf(hdev->name, sizeof(hdev->name), "%s %s", "Glorious", model); in glorious_update_name()
/openbmc/linux/drivers/comedi/drivers/
H A Dvmk80xx.c109 enum vmk80xx_model model; member
123 .model = VMK8055_MODEL,
133 .model = VMK8061_MODEL,
151 enum vmk80xx_model model; member
186 if (devpriv->model == VMK8061_MODEL) { in vmk80xx_read_packet()
247 switch (devpriv->model) { in vmk80xx_ai_insn_read()
296 switch (devpriv->model) { in vmk80xx_ao_insn_write()
448 switch (devpriv->model) { in vmk80xx_cnt_insn_read()
647 if (devpriv->model == VMK8061_MODEL) in vmk80xx_find_usb_endpoints()
694 if (devpriv->model == VMK8055_MODEL) in vmk80xx_init_subdevices()
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dtaskexp.py36 def __init__(self, model, dep_type, label): argument
40 self.filter_model = model.filter_new()
45 def _filter(self, model, iter, data): argument
46 this_type = model[iter][COL_DEP_TYPE]
47 package = model[iter][COL_DEP_PARENT]
57 def __init__(self, model, label): argument
60 self.filter_model = model.filter_new()
72 def _filter(self, model, iter, data): argument
73 package = model[iter][COL_DEP_PACKAGE]
143 model = treeview.get_model()
[all …]
/openbmc/u-boot/arch/arm/mach-uniphier/
H A Dcpu-info.c17 unsigned int id, model, rev, required_model = 1, required_rev = 1; in print_cpuinfo() local
20 model = uniphier_get_soc_model(); in print_cpuinfo()
59 printf(" (model %d, revision %d)\n", model, rev); in print_cpuinfo()
61 if (model < required_model) { in print_cpuinfo()
/openbmc/linux/arch/powerpc/platforms/cell/
H A Dsetup.c66 const char *model = ""; in cell_show_cpuinfo() local
70 model = of_get_property(root, "model", NULL); in cell_show_cpuinfo()
71 seq_printf(m, "machine\t\t: CHRP %s\n", model); in cell_show_cpuinfo()
118 const char *model; in cell_setup_phb() local
128 model = of_get_property(np, "model", NULL); in cell_setup_phb()
129 if (model == NULL || !of_node_name_eq(np, "pci")) in cell_setup_phb()
133 if (strcmp(model, "Spider")) in cell_setup_phb()
/openbmc/u-boot/board/raspberrypi/rpi/
H A Drpi.c244 static const struct rpi_model *model; variable
296 fdtfile = model->fdtfile; in set_fdtfile()
330 if (!model->has_onboard_eth) in set_usbethaddr()
366 env_set("board_name", model->name); in set_board_info()
449 model = &rpi_model_unknown; in get_board_rev()
452 model = &rpi_model_unknown; in get_board_rev()
454 model = &models[rev_type]; in get_board_rev()
457 printf("RPI %s (0x%x)\n", model->name, revision); in get_board_rev()
/openbmc/u-boot/doc/driver-model/
H A DMIGRATION.txt4 U-Boot has been migrating to a new driver model since its introduction in
5 2014. This file describes the schedule for deprecation of pre-driver-model
15 switching over to using CONFIG_DM_MMC and other base driver model options in
26 other base driver model options in time for inclusion in the 2019.07 rerelease.
36 other base driver model options in time for inclusion in the 2019.07 rerelease.
95 The PCI subsystem has supported driver model since mid 2015. Maintainers should
97 model options in time for inclusion in the 2019.07 release.
104 The video subsystem has supported driver model since early 2016. Maintainers
106 driver model options in time for inclusion in the 2019.07 release.
/openbmc/linux/drivers/input/joystick/
H A Dtmdc.c261 const struct tmdc_model *model; in tmdc_setup_port() local
276 for (model = tmdc_models; model->id && model->id != port->mode; model++) in tmdc_setup_port()
279 port->abs = model->axes; in tmdc_setup_port()
280 port->btn = model->buttons; in tmdc_setup_port()
282 if (!model->id) { in tmdc_setup_port()
287 port->absc = model->abs; in tmdc_setup_port()
289 port->btnc[i] = model->btnc[i]; in tmdc_setup_port()
293 port->btno[i] = model->btno[i]; in tmdc_setup_port()
295 snprintf(port->name, sizeof(port->name), model->name, in tmdc_setup_port()
305 input_dev->id.product = model->id; in tmdc_setup_port()
[all …]
/openbmc/linux/drivers/cpufreq/
H A Dspeedstep-centrino.c237 struct cpu_model *model; in centrino_cpu_init_table() local
239 for(model = models; model->cpu_id != NULL; model++) in centrino_cpu_init_table()
240 if (centrino_verify_cpu_id(cpu, model->cpu_id) && in centrino_cpu_init_table()
241 (model->model_name == NULL || in centrino_cpu_init_table()
242 strcmp(cpu->x86_model_id, model->model_name) == 0)) in centrino_cpu_init_table()
245 if (model->cpu_id == NULL) { in centrino_cpu_init_table()
253 if (model->op_points == NULL) { in centrino_cpu_init_table()
261 per_cpu(centrino_model, policy->cpu) = model; in centrino_cpu_init_table()
264 model->model_name, model->max_freq); in centrino_cpu_init_table()
/openbmc/linux/drivers/input/mouse/
H A Dlogips2pp.c32 u8 model; member
207 static const struct ps2pp_info *get_model_info(unsigned char model) in get_model_info() argument
260 if (model == ps2pp_list[i].model) in get_model_info()
362 u8 model, buttons; in ps2pp_detect() local
374 model = ((param[0] >> 4) & 0x07) | ((param[0] << 3) & 0x78); in ps2pp_detect()
377 if (!model || !buttons) in ps2pp_detect()
380 model_info = get_model_info(model); in ps2pp_detect()
422 model); in ps2pp_detect()
427 psmouse->model = model; in ps2pp_detect()
/openbmc/qemu/docs/system/
H A Dcpu-models-x86.rst.inc15 This passes the host CPU model features, model, stepping, exactly to
22 (2) **Named model**
34 model". This uses the QEMU "Named model" feature, automatically picking
417 Host model::
419 <cpu mode='host-model'/>
421 Host model with feature customization::
423 <cpu mode='host-model'>
428 Named model::
431 <model name="Westmere"/>
434 Named model with feature customization::
[all …]

12345678910>>...140