Searched refs:model_id (Results 1 - 25 of 36) sorted by relevance

12

/linux-master/sound/firewire/dice/
H A Ddice-tcelectronic.c61 u32 model_id; member in struct:__anon110
73 int key, val, model_id; local
76 model_id = 0;
80 model_id = val;
87 if (entry->model_id == model_id)
H A Ddice-presonus.c23 u32 model_id; member in struct:__anon3239
29 int key, val, model_id; local
32 model_id = 0;
36 model_id = val;
43 if (entry->model_id == model_id)
H A Ddice-weiss.c64 u32 model_id; member in struct:__anon4077
78 int key, val, model_id; local
81 model_id = 0;
85 model_id = val;
92 if (entry->model_id == model_id)
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...]
/linux-master/drivers/media/i2c/ccs/
H A Dccs.h92 u16 model_id; member in struct:ccs_module_ident
105 u32 model_id; member in struct:ccs_module_info
128 .model_id = model, \
136 .model_id = model, \
144 .model_id = model, \
151 .model_id = model, \
159 .model_id = model, \
H A Dccs-core.c2704 minfo->mipi_manufacturer_id, minfo->model_id,
2708 minfo->smia_manufacturer_id, minfo->model_id,
2732 rval = ccs_read(sensor, MODULE_MODEL_ID, &minfo->model_id);
2785 minfo->mipi_manufacturer_id, minfo->model_id);
2788 minfo->smia_manufacturer_id, minfo->model_id);
2825 !minfo->smia_manufacturer_id && !minfo->model_id) {
2828 minfo->model_id = minfo->sensor_model_id;
2842 if (ccs_module_idents[i].model_id != minfo->model_id)
3179 u16 model_id; local
[all...]
/linux-master/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-master/sound/firewire/digi00x/
H A Ddigi00x.c75 dg00x->is_console = entry->model_id == MODEL_CONSOLE;
140 .model_id = MODEL_CONSOLE,
148 .model_id = MODEL_RACK,
/linux-master/sound/firewire/oxfw/
H A Doxfw.c154 if (entry->model_id == MODEL_SCS1M)
164 if (entry->vendor_id == OUI_APOGEE && entry->model_id == MODEL_DUET_FW) {
215 if (entry->vendor_id == VENDOR_LOUD && entry->model_id == 0 && !detect_loud_models(unit))
236 if (entry->vendor_id == OUI_OXFORD && entry->model_id == 0x00f970) {
322 .model_id = model, \
366 .model_id = 0,
/linux-master/drivers/macintosh/
H A Dwindfarm_pm121.c33 * # model_id: 2
37 * # model_id: 3
43 * # model_id: 2
47 * # model_id: 3
53 * # model_id: 2
57 * # model_id: 3
73 * # model_id : 2
79 * # model_id : 3
93 * # model_id: 2
103 * # model_id
353 int model_id; member in struct:pm121_sys_param
[all...]
H A Dwindfarm_pm81.c32 * # model_id: 2
44 * # model_id: 3
56 * # model_id: 5
164 int model_id; member in struct:wf_smu_sys_fans_param
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) {
711 wf_smu_mach_model = st->model_id;
/linux-master/sound/firewire/bebob/
H A Dbebob.c163 switch (entry->model_id) {
193 entry->model_id == MODEL_FOCUSRITE_SAFFIRE_BOTH)
196 entry->model_id == MODEL_MAUDIO_AUDIOPHILE_BOTH &&
250 if (entry->model_id == MODEL_MAUDIO_FW1814)
285 (entry->model_id == MODEL_MAUDIO_FW1814 || entry->model_id == MODEL_MAUDIO_PROJECTMIX)) {
361 .model_id = model, \
H A Dbebob_proc.c16 u32 model_id; member in struct:hw_info
55 snd_iprintf(buffer, "Model ID:\t0x%02X\n", info->model_id);
/linux-master/drivers/media/firewire/
H A 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-master/drivers/leds/
H A Dleds-lp50xx.c175 * @model_id: LED device model
186 int model_id; member in struct:lp50xx_chip_info
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)
H A Dleds-lm3692x.c106 * @model_id: Current device model ID enumerated
116 int model_id; member in struct:lm3692x_led
249 if (led->model_id == LM36923_MODEL)
264 if (led->model_id == LM36923_MODEL) {
472 led->model_id = id->driver_data;
/linux-master/drivers/media/platform/renesas/rcar-vin/
H A Drcar-vin.h37 enum model_id { enum
162 enum model_id model;
/linux-master/arch/powerpc/platforms/powermac/
H A Dfeature.c127 int model_id; member in struct:pmac_mb_def
182 trans = (pmac_mb.model_id != PMAC_TYPE_YOSEMITE &&
183 pmac_mb.model_id != PMAC_TYPE_YIKES);
332 if (pmac_mb.model_id != PMAC_TYPE_YOSEMITE &&
333 pmac_mb.model_id != PMAC_TYPE_YIKES) {
464 if (pmac_mb.model_id == PMAC_TYPE_YOSEMITE ||
465 pmac_mb.model_id == PMAC_TYPE_YIKES)
938 if (pmac_mb.model_id == PMAC_TYPE_PISMO ||
939 pmac_mb.model_id == PMAC_TYPE_TITANIUM) {
1750 if (pmac_mb.model_id
[all...]
/linux-master/drivers/input/mouse/
H A Dsynaptics.c262 return synaptics_query_int(psmouse, SYN_QUE_MODEL, &info->model_id);
782 if (SYN_MODEL_NEWABS(priv->info.model_id)) {
1112 * SYN_MODEL_PEN(info->model_id): even if
1468 info.model_id != priv->info.model_id ||
1474 priv->info.model_id, info.model_id,
1587 priv->pkt_type = SYN_MODEL_NEWABS(info->model_id) ?
1594 info->model_id,
1612 psmouse->model = ((info->model_id
[all...]
H A Dsynaptics.h167 u32 model_id; /* Model-ID */ member in struct:synaptics_device_info
/linux-master/sound/soc/codecs/
H A Dtas2562.c55 int model_id; member in struct:tas2562_data
693 if (tas2562->model_id == TAS2110)
743 data->model_id = id->driver_data;
756 if (data->model_id == TAS2110)
/linux-master/drivers/power/supply/
H A Dbq256xx_charger.c254 * @model_id: device instance
286 int model_id; member in struct:bq256xx_chip_info
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,
/linux-master/arch/powerpc/include/asm/
H A Dsmu.h609 __u8 model_id; member in struct:smu_sdbp_sensortree
/linux-master/drivers/thunderbolt/
H A Deeprom.c234 u16 model_id; member in struct:tb_drom_header
587 sw->device = header->model_id;
/linux-master/sound/firewire/fireworks/
H A Dfireworks.c313 .model_id = model, \

Completed in 271 milliseconds

12