Home
last modified time | relevance | path

Searched refs:model (Results 1 – 25 of 3220) sorted by relevance

12345678910>>...129

/linux-6.15/Documentation/devicetree/bindings/arm/bcm/
H A Dbcm2835.yaml23 - raspberrypi,4-model-b
29 - raspberrypi,5-model-b
35 - raspberrypi,model-a
36 - raspberrypi,model-a-plus
37 - raspberrypi,model-b
39 - raspberrypi,model-b-rev2
40 - raspberrypi,model-b-plus
42 - raspberrypi,model-zero
43 - raspberrypi,model-zero-w
49 - raspberrypi,2-model-b
[all …]
/linux-6.15/drivers/hwmon/
H A Dk8temp.c39 static int is_rev_g_desktop(u8 model) in is_rev_g_desktop() argument
43 if (model < 0x69) in is_rev_g_desktop()
46 if (model == 0xc1 || model == 0x6c || model == 0x7c) in is_rev_g_desktop()
58 if ((model == 0x6f || model == 0x7f) && in is_rev_g_desktop()
63 if (model == 0x6b && in is_rev_g_desktop()
137 u8 model, stepping; in k8temp_probe() local
145 model = boot_cpu_data.x86_model; in k8temp_probe()
149 if ((model == 4 && stepping == 0) || in k8temp_probe()
150 (model == 5 && stepping <= 1)) in k8temp_probe()
157 if (model >= 0x40) { in k8temp_probe()
[all …]
/linux-6.15/drivers/scsi/
H A Dscsi_devinfo.c24 char model[16]; member
51 char *model; member
371 scsi_strcpy_devinfo("model", devinfo->model, sizeof(devinfo->model), in scsi_dev_info_list_add_keyed()
372 model, compatible); in scsi_dev_info_list_add_keyed()
449 mskip = model; in scsi_dev_info_list_find()
472 mlen = strnlen(devinfo->model, sizeof(devinfo->model)); in scsi_dev_info_list_find()
479 !memcmp(devinfo->model, model, in scsi_dev_info_list_find()
551 model = strsep(&next, ":"); in scsi_dev_info_list_add_str()
552 if (model) in scsi_dev_info_list_add_str()
554 if (!model || !strflags) { in scsi_dev_info_list_add_str()
[all …]
/linux-6.15/sound/pci/oxygen/
H A Doxygen.c759 chip->model = model_generic; in get_oxygen_model()
763 chip->model.init = meridian_init; in get_oxygen_model()
776 chip->model.init = claro_init; in get_oxygen_model()
780 chip->model.resume = claro_resume; in get_oxygen_model()
783 chip->model.init = claro_halo_init; in get_oxygen_model()
787 chip->model.resume = claro_resume; in get_oxygen_model()
800 chip->model.chip = "CMI8787"; in get_oxygen_model()
802 chip->model.init = fantasia_init; in get_oxygen_model()
805 chip->model.resume = stereo_resume; in get_oxygen_model()
815 chip->model.dac_channels_pcm = 2; in get_oxygen_model()
[all …]
H A Doxygen_lib.c49 if (chip->model.uart_input) in oxygen_read_uart()
50 chip->model.uart_input(chip); in oxygen_read_uart()
183 if (chip->model.gpio_changed) in oxygen_gpio_changed()
388 chip->model.misc_flags, in oxygen_init()
575 chip->model.cleanup(chip); in oxygen_card_free()
647 chip->model.init(chip); in __oxygen_pci_probe()
724 if (chip->model.suspend) in oxygen_pci_suspend()
725 chip->model.suspend(chip); in oxygen_pci_suspend()
782 if (chip->model.resume) in oxygen_pci_resume()
783 chip->model.resume(chip); in oxygen_pci_resume()
[all …]
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 …]
/linux-6.15/tools/perf/arch/loongarch/util/
H A Dheader.c46 char *line, *model, *cpuid; in _get_cpuid() local
53 line = model = cpuid = NULL; in _get_cpuid()
58 model = _get_field(line); in _get_cpuid()
59 if (!model) in _get_cpuid()
64 if (model && (asprintf(&cpuid, "%s", model) < 0)) in _get_cpuid()
69 free(model); in _get_cpuid()
/linux-6.15/drivers/macintosh/
H A Dvia-pmu-led.c85 const char *model; in via_pmu_led_init() local
94 model = of_get_property(dt, "model", NULL); in via_pmu_led_init()
95 if (!model) in via_pmu_led_init()
98 if (strncmp(model, "PowerBook", strlen("PowerBook")) != 0 && in via_pmu_led_init()
99 strncmp(model, "iBook", strlen("iBook")) != 0 && in via_pmu_led_init()
100 strcmp(model, "PowerMac7,2") != 0 && in via_pmu_led_init()
101 strcmp(model, "PowerMac7,3") != 0) in via_pmu_led_init()
/linux-6.15/arch/powerpc/platforms/chrp/
H A Dsetup.c103 const char *model = ""; in chrp_show_cpuinfo() local
111 if (model && !strncmp(model, "IBM,LongTrail", 13)) { in chrp_show_cpuinfo()
124 model = "4 MB"; in chrp_show_cpuinfo()
127 model = "8 MB"; in chrp_show_cpuinfo()
130 model = "16 MB"; in chrp_show_cpuinfo()
133 model = "32 MB"; in chrp_show_cpuinfo()
136 model = "64 MB"; in chrp_show_cpuinfo()
139 model = "128 MB"; in chrp_show_cpuinfo()
142 model = "Reserved"; in chrp_show_cpuinfo()
199 const char *model; in sio_init() local
[all …]
/linux-6.15/tools/perf/arch/s390/util/
H A Dheader.c33 char type[8], model[33], version[8], manufacturer[32], authorization[8]; in get_cpuid() local
52 memset(model, 0, sizeof(model)); in get_cpuid()
83 mdsize += scnprintf(model + mdsize, sizeof(model) - mdsize, in get_cpuid()
84 "%s%s", model[0] ? "," : "", cp); in get_cpuid()
92 if (!manufacturer[0] || !type[0] || !model[0]) in get_cpuid()
132 manufacturer, type, model, version, in get_cpuid()
136 model); in get_cpuid()
/linux-6.15/drivers/gpu/drm/etnaviv/
H A Detnaviv_hwdb.c10 .model = 0x400,
42 .model = 0x520,
73 .model = 0x7000,
105 .model = 0x7000,
137 .model = 0x7000,
168 .model = 0x7000,
200 .model = 0x8000,
232 .model = 0x8000,
274 if (etnaviv_chip_identities[i].model == ident->model && in etnaviv_fill_identity_from_hwdb()
/linux-6.15/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
1388 const struct cci_pmu_model *model = cci_pmu->model; in cci_pmu_init() local
1389 char *name = model->name; in cci_pmu_init()
1403 .name = cci_pmu->model->name, in cci_pmu_init()
1599 if (!model) { in cci_pmu_alloc()
1604 if (!model) { in cci_pmu_alloc()
[all …]
/linux-6.15/arch/alpha/kernel/
H A Dpc873xx.c13 static unsigned int base, model; variable
23 return pc873xx_names[model]; in pc873xx_get_model()
54 model = PC87332; in pc873xx_probe()
57 model = PC87306; in pc873xx_probe()
60 model = PC87334; in pc873xx_probe()
63 model = PC87303; in pc873xx_probe()
/linux-6.15/drivers/parisc/
H A Dled.c54 unsigned long model:16; /* DISPLAY_MODEL_XXXX */ member
79 .model = DISPLAY_MODEL_NONE,
102 if (lcd_info.model != DISPLAY_MODEL_LCD) in lcd_print_now()
404 lcd_info.model = model; /* store the values */ in register_led_driver()
407 switch (lcd_info.model) { in register_led_driver()
435 pr_err("led: Unknown LCD/LED model type %d\n", lcd_info.model); in register_led_driver()
470 lcd_info.model = DISPLAY_MODEL_LCD; in early_led_init()
482 lcd_info.model = DISPLAY_MODEL_NONE; in early_led_init()
490 switch (lcd_info.model) { in early_led_init()
511 lcd_info.model); in early_led_init()
[all …]
/linux-6.15/sound/firewire/oxfw/
H A Doxfw.c54 char model[32]; in detect_loud_models() local
58 model, sizeof(model)); in detect_loud_models()
70 char model[32]; in name_card() local
83 model, sizeof(model)); in name_card()
105 m = model; in name_card()
137 int vendor, model; in detect_quirks() local
180 vendor = model = 0; in detect_quirks()
186 model = val; in detect_quirks()
198 if (model == MODEL_ONYX_1640I) { in detect_quirks()
315 #define OXFW_DEV_ENTRY(vendor, model, data) \ argument
[all …]
/linux-6.15/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 …]
/linux-6.15/drivers/media/i2c/ccs/
H A Dccs.h126 #define CCS_IDENT_FQ(manufacturer, model, rev, fl, _name, _quirk) \ argument
128 .model_id = model, \
134 #define CCS_IDENT_LQ(manufacturer, model, rev, _name, _quirk) \ argument
136 .model_id = model, \
142 #define CCS_IDENT_L(manufacturer, model, rev, _name) \ argument
144 .model_id = model, \
149 #define CCS_IDENT_Q(manufacturer, model, rev, _name, _quirk) \ argument
151 .model_id = model, \
157 #define CCS_IDENT(manufacturer, model, rev, _name) \ argument
159 .model_id = model, \
/linux-6.15/arch/arm64/kernel/
H A Dcpu_errata.c40 range->model, in is_midr_in_range()
49 while (ranges->model) in is_midr_in_range_list()
101 u32 model; in is_kryo_midr() local
105 model = read_cpuid_id(); in is_kryo_midr()
109 return model == entry->midr_range.model; in is_kryo_midr()
182 #define CAP_MIDR_ALL_VERSIONS(model) \ argument
184 .midr_range = MIDR_ALL_VERSIONS(model)
202 #define ERRATA_MIDR_REV(model, var, rev) \ argument
208 CAP_MIDR_ALL_VERSIONS(model)
294 .midr_range.model = MIDR_QCOM_KRYO,
[all …]
/linux-6.15/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 …]
/linux-6.15/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()
/linux-6.15/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()
/linux-6.15/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 …]
/linux-6.15/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()
/linux-6.15/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()

12345678910>>...129