Home
last modified time | relevance | path

Searched refs:model_id (Results 1 – 25 of 37) sorted by relevance

12

/linux-6.6.21/sound/firewire/dice/
Ddice.c255 .model_id = (model), \
269 .model_id = 0x000010,
277 .model_id = 0x000011,
285 .model_id = 0x000020,
293 .model_id = 0x000021,
301 .model_id = 0x000022,
309 .model_id = 0x000023,
317 .model_id = 0x000024,
325 .model_id = 0x000027,
333 .model_id = 0x000030,
[all …]
Ddice-presonus.c23 u32 model_id; in snd_dice_detect_presonus_formats() member
29 int key, val, model_id; in snd_dice_detect_presonus_formats() local
32 model_id = 0; in snd_dice_detect_presonus_formats()
36 model_id = val; in snd_dice_detect_presonus_formats()
43 if (entry->model_id == model_id) in snd_dice_detect_presonus_formats()
Ddice-weiss.c64 u32 model_id; in snd_dice_detect_weiss_formats() member
78 int key, val, model_id; in snd_dice_detect_weiss_formats() local
81 model_id = 0; in snd_dice_detect_weiss_formats()
85 model_id = val; in snd_dice_detect_weiss_formats()
92 if (entry->model_id == model_id) in snd_dice_detect_weiss_formats()
Ddice-tcelectronic.c61 u32 model_id; in snd_dice_detect_tcelectronic_formats() member
73 int key, val, model_id; in snd_dice_detect_tcelectronic_formats() local
76 model_id = 0; in snd_dice_detect_tcelectronic_formats()
80 model_id = val; in snd_dice_detect_tcelectronic_formats()
87 if (entry->model_id == model_id) in snd_dice_detect_tcelectronic_formats()
/linux-6.6.21/drivers/media/i2c/ccs/
Dccs.h91 u16 model_id; member
104 u32 model_id; member
127 .model_id = model, \
135 .model_id = model, \
143 .model_id = model, \
150 .model_id = model, \
158 .model_id = model, \
Dccs-core.c2770 minfo->mipi_manufacturer_id, minfo->model_id, in ident_show()
2774 minfo->smia_manufacturer_id, minfo->model_id, in ident_show()
2800 &minfo->model_id); in ccs_identify_module()
2863 minfo->mipi_manufacturer_id, minfo->model_id); in ccs_identify_module()
2866 minfo->smia_manufacturer_id, minfo->model_id); in ccs_identify_module()
2903 !minfo->smia_manufacturer_id && !minfo->model_id) { in ccs_identify_module()
2906 minfo->model_id = minfo->sensor_model_id; in ccs_identify_module()
2920 if (ccs_module_idents[i].model_id != minfo->model_id) in ccs_identify_module()
3282 u16 model_id; in ccs_firmware_name() local
3293 model_id = sensor->minfo.model_id; in ccs_firmware_name()
[all …]
/linux-6.6.21/drivers/macintosh/
Dwindfarm_pm121.c353 int model_id; member
363 { .model_id = 2,
369 { .model_id = 3,
378 { .model_id = 2,
384 { .model_id = 3,
393 { .model_id = 2,
399 { .model_id = 3,
408 { .model_id = 2,
414 { .model_id = 3,
517 if (pm121_sys_all_params[loop_id][i].model_id == pm121_mach_model) { in pm121_create_sys_fans()
[all …]
Dwindfarm_pm81.c164 int model_id; member
196 .model_id = 2,
208 .model_id = 3,
220 .model_id = 5,
273 if (wf_smu_sys_all_params[i].model_id == wf_smu_mach_model) { in wf_smu_create_sys_fans()
711 wf_smu_mach_model = st->model_id; in wf_init_pm()
/linux-6.6.21/sound/firewire/fireface/
Dff.c188 .model_id = 0x101800,
200 .model_id = 0x101800,
212 .model_id = 0x101800,
224 .model_id = 0x101800,
236 .model_id = 0x101800,
/linux-6.6.21/sound/firewire/bebob/
Dbebob.c163 switch (entry->model_id) { in detect_quirks()
193 entry->model_id == MODEL_FOCUSRITE_SAFFIRE_BOTH) in bebob_probe()
196 entry->model_id == MODEL_MAUDIO_AUDIOPHILE_BOTH && in bebob_probe()
250 if (entry->model_id == MODEL_MAUDIO_FW1814) in bebob_probe()
285 (entry->model_id == MODEL_MAUDIO_FW1814 || entry->model_id == MODEL_MAUDIO_PROJECTMIX)) { in bebob_probe()
361 .model_id = model, \
Dbebob_proc.c16 u32 model_id; member
55 snd_iprintf(buffer, "Model ID:\t0x%02X\n", info->model_id); in proc_read_hw_info()
/linux-6.6.21/drivers/leds/
Dleds-lp50xx.c186 int model_id; member
198 .model_id = LP5009,
209 .model_id = LP5012,
220 .model_id = LP5018,
231 .model_id = LP5024,
242 .model_id = LP5030,
253 .model_id = LP5036,
368 if (priv->chip_info->model_id >= LP5030) in lp50xx_set_banks()
Dleds-lm3692x.c116 int model_id; member
249 if (led->model_id == LM36923_MODEL) in lm3692x_leds_enable()
264 if (led->model_id == LM36923_MODEL) { in lm3692x_leds_enable()
472 led->model_id = id->driver_data; in lm3692x_probe()
/linux-6.6.21/sound/firewire/oxfw/
Doxfw.c153 if (entry->model_id == MODEL_SCS1M) in detect_quirks()
163 if (entry->vendor_id == OUI_APOGEE && entry->model_id == MODEL_DUET_FW) { in detect_quirks()
214 if (entry->vendor_id == VENDOR_LOUD && entry->model_id == 0 && !detect_loud_models(unit)) in oxfw_probe()
316 .model_id = model, \
358 .model_id = 0,
/linux-6.6.21/drivers/media/firewire/
Dfiredtv-fw.c351 .model_id = 0x000024,
358 .model_id = 0x000025,
365 .model_id = 0x000026,
372 .model_id = 0x000034,
379 .model_id = 0x000035,
386 .model_id = 0x000036,
/linux-6.6.21/sound/firewire/digi00x/
Ddigi00x.c75 dg00x->is_console = entry->model_id == MODEL_CONSOLE; in snd_dg00x_probe()
140 .model_id = MODEL_CONSOLE,
148 .model_id = MODEL_RACK,
/linux-6.6.21/arch/powerpc/platforms/powermac/
Dfeature.c127 int model_id; member
182 trans = (pmac_mb.model_id != PMAC_TYPE_YOSEMITE && in ohare_htw_scc_enable()
183 pmac_mb.model_id != PMAC_TYPE_YIKES); in ohare_htw_scc_enable()
332 if (pmac_mb.model_id != PMAC_TYPE_YOSEMITE && in heathrow_modem_enable()
333 pmac_mb.model_id != PMAC_TYPE_YIKES) { in heathrow_modem_enable()
464 if (pmac_mb.model_id == PMAC_TYPE_YOSEMITE || in heathrow_sound_enable()
465 pmac_mb.model_id == PMAC_TYPE_YIKES) in heathrow_sound_enable()
938 if (pmac_mb.model_id == PMAC_TYPE_PISMO || in core99_sound_chip_enable()
939 pmac_mb.model_id == PMAC_TYPE_TITANIUM) { in core99_sound_chip_enable()
1750 if (pmac_mb.model_id == PMAC_TYPE_SAWTOOTH) { in core99_sleep()
[all …]
/linux-6.6.21/drivers/media/platform/renesas/rcar-vin/
Drcar-vin.h37 enum model_id { enum
162 enum model_id model;
/linux-6.6.21/drivers/input/mouse/
Dsynaptics.c262 return synaptics_query_int(psmouse, SYN_QUE_MODEL, &info->model_id); in synaptics_model_id()
782 if (SYN_MODEL_NEWABS(priv->info.model_id)) { in synaptics_parse_hw_state()
1468 info.model_id != priv->info.model_id || in synaptics_reconnect()
1474 priv->info.model_id, info.model_id, in synaptics_reconnect()
1587 priv->pkt_type = SYN_MODEL_NEWABS(info->model_id) ? in synaptics_init_ps2()
1594 info->model_id, in synaptics_init_ps2()
1612 psmouse->model = ((info->model_id & 0x00ff0000) >> 8) | in synaptics_init_ps2()
1613 (info->model_id & 0x000000ff); in synaptics_init_ps2()
Dsynaptics.h167 u32 model_id; /* Model-ID */ member
/linux-6.6.21/sound/soc/codecs/
Dtas2562.c55 int model_id; member
694 if (tas2562->model_id == TAS2110) in tas2562_parse_dt()
745 data->model_id = id->driver_data; in tas2562_probe()
758 if (data->model_id == TAS2110) in tas2562_probe()
/linux-6.6.21/drivers/power/supply/
Dbq256xx_charger.c286 int model_id; member
1320 .model_id = BQ25600,
1352 .model_id = BQ25600D,
1384 .model_id = BQ25601,
1416 .model_id = BQ25601D,
1448 .model_id = BQ25611D,
1480 .model_id = BQ25618,
1512 .model_id = BQ25619,
Dbq25980_charger.c46 int model_id; member
963 .model_id = BQ25980,
994 .model_id = BQ25975,
1025 .model_id = BQ25960,
/linux-6.6.21/arch/powerpc/include/asm/
Dsmu.h609 __u8 model_id; member
/linux-6.6.21/drivers/thunderbolt/
Deeprom.c234 u16 model_id; member
587 sw->device = header->model_id; in tb_drom_parse_v1()

12