Home
last modified time | relevance | path

Searched full:model (Results 1 – 25 of 3811) sorted by relevance

12345678910>>...153

/linux/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
38 - raspberrypi,model-b-i2c0 # Raspberry Pi Model B (no P5)
39 - raspberrypi,model-b-rev2
40 - raspberrypi,model-b-plus
42 - raspberrypi,model-zero
43 - raspberrypi,model-zero-w
[all …]
/linux/tools/memory-model/
H A DREADME2 LINUX KERNEL MEMORY CONSISTENCY MODEL
9 This directory contains the memory consistency model (memory model, for
33 For example, a future version of herd7 might not work with the model
34 in this release. A compatible model will likely be made available in
37 If you absolutely need to run the model in this particular release,
40 klitmus7 is independent of the model provided here. It has its own
46 memory model maintainers.
66 The memory model is used, in conjunction with "herd7", to exhaustively
69 tests is available in tools/memory-model/Documentatio
[all...]
/linux/drivers/hid/
H A Dhid-glorious.c4 * Glorious Model O, O- and D mice.
21 * Glorious Model O and O- specify the const flag in the consumer input
25 * Glorious Model I incorrectly specifes the Usage Minimum for its
35 hid_info(hdev, "patching Glorious Model O consumer control report descriptor\n"); in glorious_report_fixup()
40 hid_info(hdev, "patching Glorious Model I keyboard report descriptor\n"); in glorious_report_fixup()
48 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()
H A Dhid-thrustmaster.c10 * This driver tries to understand which model of Thrustmaster wheel the generic
100 * Seems to be the model code of the wheel
103 uint16_t model; member
113 uint16_t model; member
215 * to get [what it seems to be] the wheel's model.
217 * If the model id is recognized then we send an opportune USB CONTROL REQUEST
224 uint16_t model = 0; in thrustmaster_model_handler() local
229 hid_err(hdev, "URB to get model id failed with error %d\n", urb->status); in thrustmaster_model_handler()
234 model = le16_to_cpu(tm_wheel->response->data.a.model); in thrustmaster_model_handler()
236 model = le16_to_cpu(tm_wheel->response->data.b.model); in thrustmaster_model_handler()
[all …]
/linux/drivers/scsi/
H A Dscsi_devinfo.c24 char model[16]; member
51 char *model; member
259 {"WangDAT", "Model 2600", "01.7", BLIST_SELECT_NO_ATN},
260 {"WangDAT", "Model 3200", "02.2", BLIST_SELECT_NO_ATN},
261 {"WangDAT", "Model 1300", "02.4", BLIST_SELECT_NO_ATN},
287 * devinfo vendor and model strings.
314 * @model: model (product) string
319 * Create and add one dev_info entry for @vendor, @model, @strflags or
326 static int scsi_dev_info_list_add(int compatible, char *vendor, char *model, in scsi_dev_info_list_add() argument
329 return scsi_dev_info_list_add_keyed(compatible, vendor, model, in scsi_dev_info_list_add()
[all …]
/linux/sound/pci/oxygen/
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()
184 chip->model.gpio_changed(chip); in oxygen_gpio_changed()
229 if (chip->model.dump_registers) in oxygen_proc_read()
230 chip->model.dump_registers(chip, buffer); in oxygen_proc_read()
278 * This function gets called only when a known card model has in oxygen_restore_eeprom()
359 chip->dac_volume[i] = chip->model.dac_volume_min; in oxygen_init()
376 chip->model.function_flags, in oxygen_init()
388 chip->model.misc_flags, in oxygen_init()
[all …]
H A Doxygen_pcm.c129 (chip->model.device_config & CAPTURE_2_FROM_AC97_1)) in oxygen_open()
135 if (chip->model.device_config & CAPTURE_1_FROM_SPDIF) { in oxygen_open()
146 runtime->hw.channels_max = chip->model.dac_channels_pcm; in oxygen_open()
149 if (chip->model.pcm_hardware_filter) in oxygen_open()
150 chip->model.pcm_hardware_filter(channel, &runtime->hw); 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()
387 (chip->model.device_config & CAPTURE_2_FROM_AC97_1); in oxygen_rec_b_hw_params()
[all …]
H A Dxonar_pcm179x.c258 if ((chip->model.function_flags & OXYGEN_FUNCTION_2WIRE_SPI_MASK) == in pcm1796_write()
382 data->pcm179x.dacs = chip->model.dac_channels_mixer / 2; in xonar_hdav_init()
383 data->pcm179x.h6 = chip->model.dac_channels_mixer > 2; in xonar_hdav_init()
413 data->dacs = chip->model.dac_channels_mixer / 2; in xonar_st_init_common()
414 data->h6 = chip->model.dac_channels_mixer > 2; in xonar_st_init_common()
462 data->h6 = chip->model.dac_channels_mixer > 2; in xonar_st_init()
1280 chip->model = model_xonar_d2; in get_xonar_pcm179x_model()
1281 chip->model.shortname = "Xonar D2"; in get_xonar_pcm179x_model()
1284 chip->model = model_xonar_d2; in get_xonar_pcm179x_model()
1285 chip->model.shortname = "Xonar D2X"; in get_xonar_pcm179x_model()
[all …]
H A Doxygen_mixer.c22 info->count = chip->model.dac_channels_mixer; in dac_volume_info()
23 info->value.integer.min = chip->model.dac_volume_min; in dac_volume_info()
24 info->value.integer.max = chip->model.dac_volume_max; in dac_volume_info()
35 for (i = 0; i < chip->model.dac_channels_mixer; ++i) in dac_volume_get()
50 for (i = 0; i < chip->model.dac_channels_mixer; ++i) in dac_volume_put()
56 chip->model.update_dac_volume(chip); in dac_volume_put()
82 chip->model.update_dac_mute(chip); in dac_mute_put()
90 if (chip->model.dac_channels_pcm < 8) in upmix_item_count()
92 else if (chip->model.update_center_lfe_mix) in upmix_item_count()
171 if (chip->model.adjust_dac_routing) in oxygen_update_dac_routing()
[all …]
/linux/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/Documentation/trace/rv/
H A Dda_monitor_instrumentation.rst13 * are translated into model's event.
47 instrumentation section translates *kernel events* into the *model's
54 functions* for each of the three events from the wip model. The developer
64 The preempt_disable event from the model connects directly to the
79 preempt_enable event will be used to synchronize the system to the model.
81 Initially, the *model* is placed in the initial state. However, the *system*
87 and the model are expected to return to the initial state after the
89 system and the model at the initialization of the monitoring section.
142 is used to connect the wip model events to the relative kernel event. dot2k automatically
143 adds "rv_attach_trace_probe()" function call for each model event in the enable phase, as
[all …]
H A Dda_monitor_synthesis.rst17 functions that glue the monitor to the system reference model, and the
25 | Tracing | -> | Instance(s) | <- | Model |
49 The dot2k utility leverages dot2c by converting an automaton model in
53 For example, it is possible to transform the wip.dot model present in
60 - wip.h: the wip model in C
77 to manipulate the model in a (let's say) non-standard way.
91 the model in C.
93 For example, the wip model with two states and three events can be
120 Using the wip model as example, the events "preempt_disable" and
/linux/sound/firewire/oxfw/
H A Doxfw.c54 char model[32]; in detect_loud_models() local
58 model, sizeof(model)); in detect_loud_models()
62 return match_string(models, ARRAY_SIZE(models), model) >= 0; in detect_loud_models()
70 char model[32]; in name_card() local
81 /* get model name from unit directory */ in name_card()
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()
[all …]
/linux/arch/powerpc/platforms/chrp/
H A Dsetup.c103 const char *model = ""; in chrp_show_cpuinfo() local
107 model = of_get_property(root, "model", NULL); in chrp_show_cpuinfo()
108 seq_printf(m, "machine\t\t: CHRP %s\n", model); in chrp_show_cpuinfo()
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()
[all …]
/linux/arch/arm64/kernel/
H A Dcpu_errata.c35 return midr_is_cpu_model_range(read_cpuid_id(), range->model, in is_midr_in_range()
40 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()
106 model &= MIDR_IMPLEMENTOR_MASK | (0xf00 << MIDR_PARTNUM_SHIFT) | in is_kryo_midr()
109 return model == entry->midr_range.model; in is_kryo_midr()
178 #define CAP_MIDR_RANGE(model, v_min, r_min, v_max, r_max) \ argument
180 .midr_range = MIDR_RANGE(model, v_min, r_min, v_max, r_max)
182 #define CAP_MIDR_ALL_VERSIONS(model) \ argument
[all …]
/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()
207 if (devpriv->model == VMK8061_MODEL) { in vmk80xx_write_packet()
247 switch (devpriv->model) { in vmk80xx_ai_insn_read()
267 if (devpriv->model == VMK8055_MODEL) { in vmk80xx_ai_insn_read()
296 switch (devpriv->model) { in vmk80xx_ao_insn_write()
366 if (devpriv->model == VMK8061_MODEL) { in vmk80xx_di_insn_bits()
[all …]
/linux/arch/m68k/include/uapi/asm/
H A Dbootinfo-hp300.h14 #define BI_HP300_MODEL 0x8000 /* model (__be32) */
37 #define HP_425T 11 /* 25MHz 68040 - model 425t */
38 #define HP_425S 12 /* 25MHz 68040 - model 425s */
39 #define HP_425E 13 /* 25MHz 68040 - model 425e */
40 #define HP_433T 14 /* 33MHz 68040 - model 433t */
41 #define HP_433S 15 /* 33MHz 68040 - model 433s */
/linux/arch/parisc/kernel/
H A Dprocessor.c241 /* get CPU-Model Information... */ in collect_boot_cpu_data()
242 #define p ((unsigned long *)&boot_cpu_data.pdc.model) in collect_boot_cpu_data()
243 if (pdc_model_info(&boot_cpu_data.pdc.model) == PDC_OK) { in collect_boot_cpu_data()
245 "model %08lx %08lx %08lx %08lx %08lx %08lx %08lx %08lx %08lx %08lx\n", in collect_boot_cpu_data()
248 add_device_randomness(&boot_cpu_data.pdc.model, in collect_boot_cpu_data()
249 sizeof(boot_cpu_data.pdc.model)); in collect_boot_cpu_data()
276 pr_info("HP-UX model name: %s\n", in collect_boot_cpu_data()
282 pr_info("MPE/iX model name: %s\n", serial_no); in collect_boot_cpu_data()
286 boot_cpu_data.hversion = boot_cpu_data.pdc.model.hversion; in collect_boot_cpu_data()
287 boot_cpu_data.sversion = boot_cpu_data.pdc.model.sversion; in collect_boot_cpu_data()
[all …]
/linux/drivers/input/keyboard/
H A Dcap11xx.c88 const struct cap11xx_hw_model *model; member
209 if (!priv->model->has_gain) { in cap11xx_init_keys()
211 "This model doesn't support 'sensor-gain'\n"); in cap11xx_init_keys()
228 if (priv->model->has_irq_config) { in cap11xx_init_keys()
237 "This model doesn't support 'irq-active-high'\n"); in cap11xx_init_keys()
260 priv->thresholds, priv->model->num_channels)) { in cap11xx_init_keys()
261 for (i = 0; i < priv->model->num_channels; i++) { in cap11xx_init_keys()
278 priv->model->num_channels)) { in cap11xx_init_keys()
279 if (priv->model->has_sensitivity_control) { in cap11xx_init_keys()
280 for (i = 0; i < priv->model->num_channels; i++) { in cap11xx_init_keys()
[all …]
/linux/Documentation/mm/
H A Dmemory-model.rst4 Physical Memory Model
17 memory models it supports, what the default memory model is and
23 Regardless of the selected memory model, there exists one-to-one
27 Each memory model defines :c:func:`pfn_to_page` and :c:func:`page_to_pfn`
34 The simplest memory model is FLATMEM. This model is suitable for
38 In the FLATMEM memory model, there is a global `mem_map` array that
63 SPARSEMEM is the most versatile memory model available in Linux and it
64 is the only memory model that supports several advanced features such
69 The SPARSEMEM model presents the physical memory as a collection of
/linux/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/Documentation/driver-api/driver-model/
H A Dporting.rst2 Porting Drivers to the New Driver Model
12 Please refer to `Documentation/driver-api/driver-model/*.rst` for definitions of
15 Most of the work of porting devices drivers to the new model happens
20 In a nutshell, the driver model consists of a set of objects that can
24 The generic objects must be registered with the driver model core. By
138 The driver model maintains an ordered list of devices that it uses
160 The release field is a callback that the driver model core calls
168 with the driver model core by doing::
178 it. It should instead wait for the driver model core to call the
231 of operations that the driver model core may call.
[all …]
/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()
267 * Set up input device's properties based on the detected mouse model.
353 * and its exact model and try turning on extended protocol for ones
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()
421 "Detected unknown Logitech mouse model %d\n", in ps2pp_detect()
[all …]
/linux/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/tools/memory-model/Documentation/
H A Dreferences.txt23 Programmer's Model for x86 Multiprocessors". Commun. ACM 53, 7
72 Linux-kernel memory model
95 Alan Stern. 2017. "A formal kernel memory-ordering model (part 1)"
99 Alan Stern. 2017. "A formal kernel memory-ordering model (part 2)"
103 Alan Stern. 2017-2019. "A Formal Model of Linux-Kernel Memory
108 Memory-model tooling
121 semantics of the weak consistency model specification language
125 Memory-model comparisons
129 Feng. 2018. "Linux-Kernel Memory Model". (27 September 2018).

12345678910>>...153