Home
last modified time | relevance | path

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

12

/linux/sound/firewire/dice/
H A 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
[all...]
H A 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()
H A 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()
H A 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/drivers/macintosh/
H A 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 …]
H A 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()
709 wf_smu_mach_model = st->model_id; in wf_init_pm()
/linux/sound/firewire/fireface/
H A Dff.c188 .model_id = 0x101800,
200 .model_id = 0x101800,
212 .model_id = 0x101800,
224 .model_id = 0x101800,
236 .model_id = 0x101800,
/linux/drivers/leds/
H A Dleds-lp50xx.c189 int model_id; member
201 .model_id = LP5009,
212 .model_id = LP5012,
223 .model_id = LP5018,
234 .model_id = LP5024,
245 .model_id = LP5030,
256 .model_id = LP5036,
366 if (priv->chip_info->model_id >= LP5030) in lp50xx_set_banks()
H A Dleds-lm3692x.c118 int model_id; member
251 if (led->model_id == LM36923_MODEL) in lm3692x_leds_enable()
266 if (led->model_id == LM36923_MODEL) { in lm3692x_leds_enable()
474 led->model_id = id->driver_data; in lm3692x_probe()
/linux/drivers/media/firewire/
H A Dfiredtv-fw.c350 .model_id = 0x000024,
357 .model_id = 0x000025,
364 .model_id = 0x000026,
371 .model_id = 0x000034,
378 .model_id = 0x000035,
385 .model_id = 0x000036,
/linux/arch/powerpc/platforms/powermac/
H A 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/include/linux/device-id/
H A Dieee1394.h18 __u32 model_id; member
/linux/sound/firewire/bebob/
H A 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/drivers/iio/proximity/
H A Dvl53l1x-i2c.c216 u16 model_id; in vl53l1x_chip_init() local
240 &model_id); in vl53l1x_chip_init()
244 if (model_id != VL53L1X_MODEL_ID_VAL) in vl53l1x_chip_init()
245 dev_info(dev, "unknown model id: 0x%04x, continuing\n", model_id); in vl53l1x_chip_init()
/linux/sound/soc/codecs/
H A Dtas2562.c56 int model_id; member
702 if (tas2562->model_id == TAS2110) in tas2562_parse_dt()
750 data->model_id = (uintptr_t)i2c_get_match_data(client); in tas2562_probe()
765 if (data->model_id == TAS2110) in tas2562_probe()
/linux/drivers/media/i2c/ccs/
H A Dccs-core.c2767 minfo->mipi_manufacturer_id, minfo->model_id, in ident_show()
2771 minfo->smia_manufacturer_id, minfo->model_id, in ident_show()
2795 rval = ccs_read(sensor, MODULE_MODEL_ID, &minfo->model_id); in ccs_identify_module()
2848 minfo->mipi_manufacturer_id, minfo->model_id); in ccs_identify_module()
2851 minfo->smia_manufacturer_id, minfo->model_id); in ccs_identify_module()
2888 !minfo->smia_manufacturer_id && !minfo->model_id) { in ccs_identify_module()
2891 minfo->model_id = minfo->sensor_model_id; in ccs_identify_module()
2905 if (ccs_module_idents[i].model_id != minfo->model_id) in ccs_identify_module()
3231 u16 model_id; in ccs_firmware_name() local
3242 model_id = sensor->minfo.model_id; in ccs_firmware_name()
[all …]
/linux/arch/powerpc/include/asm/
H A Dsmu.h609 __u8 model_id; member
/linux/drivers/thunderbolt/
H A Deeprom.c234 u16 model_id; member
608 sw->device = header->model_id; in tb_drom_parse_v1()
/linux/arch/arm64/boot/dts/amlogic/
H A Dmeson-axg-jethome-jethub-j1xx.dtsi199 /* ICPlus IP101A/G Ethernet PHY (vendor_id=0x0243, model_id=0x0c54) */
/linux/scripts/mod/
H A Ddevicetable-offsets.c35 DEVID_FIELD(ieee1394_device_id, model_id); in main()
H A Dfile2alias.c404 DEF_FIELD(symval, ieee1394_device_id, model_id); in do_ieee1394_entry()
411 model_id); in do_ieee1394_entry()
/linux/sound/firewire/fireworks/
H A Dfireworks.c308 .model_id = model, \
/linux/sound/core/
H A Dump.c527 snd_iprintf(buffer, "Model ID: 0x%04x\n", ump->info.model_id); in snd_ump_proc_read()
743 ump->info.model_id = (buf->device_info.model_msb << 8) | in ump_handle_device_info_msg()
752 ump->info.model_id, in ump_handle_device_info_msg()
/linux/drivers/usb/storage/
H A Dsddr09.c108 int model_id; member
177 if (nand_flash_ids[i].model_id == id) in nand_find_id()
/linux/tools/include/uapi/sound/
H A Dasound.h

12