Home
last modified time | relevance | path

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

/drivers/media/i2c/smiapp/
Dsmiapp.h95 u16 model_id; member
106 u32 model_id; member
130 .model_id = model, \
138 .model_id = model, \
146 .model_id = model, \
153 .model_id = model, \
161 .model_id = model, \
Dsmiapp-core.c2356 minfo->manufacturer_id, minfo->model_id, in smiapp_sysfs_ident_read()
2380 &minfo->model_id); in smiapp_identify_module()
2433 minfo->manufacturer_id, minfo->model_id); in smiapp_identify_module()
2455 if (!minfo->manufacturer_id && !minfo->model_id) { in smiapp_identify_module()
2457 minfo->model_id = minfo->sensor_model_id; in smiapp_identify_module()
2465 if (smiapp_module_idents[i].model_id != minfo->model_id) in smiapp_identify_module()
2488 minfo->name, minfo->manufacturer_id, minfo->model_id, in smiapp_identify_module()
/drivers/macintosh/
Dwindfarm_pm121.c352 int model_id; member
362 { .model_id = 2,
368 { .model_id = 3,
377 { .model_id = 2,
383 { .model_id = 3,
392 { .model_id = 2,
398 { .model_id = 3,
407 { .model_id = 2,
413 { .model_id = 3,
516 if (pm121_sys_all_params[loop_id][i].model_id == pm121_mach_model) { in pm121_create_sys_fans()
[all …]
Dwindfarm_pm81.c163 int model_id; member
195 .model_id = 2,
207 .model_id = 3,
219 .model_id = 5,
272 if (wf_smu_sys_all_params[i].model_id == wf_smu_mach_model) { in wf_smu_create_sys_fans()
710 wf_smu_mach_model = st->model_id; in wf_init_pm()
/drivers/leds/
Dleds-lp50xx.c187 int model_id; member
199 .model_id = LP5009,
210 .model_id = LP5012,
221 .model_id = LP5018,
232 .model_id = LP5024,
243 .model_id = LP5030,
254 .model_id = LP5036,
370 if (priv->chip_info->model_id >= LP5030) in lp50xx_set_banks()
Dleds-lm3692x.c117 int model_id; member
250 if (led->model_id == LM36923_MODEL) in lm3692x_leds_enable()
265 if (led->model_id == LM36923_MODEL) { in lm3692x_leds_enable()
473 led->model_id = id->driver_data; in lm3692x_probe()
/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,
/drivers/input/mouse/
Dsynaptics.c260 return synaptics_query_int(psmouse, SYN_QUE_MODEL, &info->model_id); in synaptics_model_id()
780 if (SYN_MODEL_NEWABS(priv->info.model_id)) { in synaptics_parse_hw_state()
1109 if (SYN_MODEL_PEN(info->model_id)) in synaptics_process_packet()
1463 info.model_id != priv->info.model_id || in synaptics_reconnect()
1469 priv->info.model_id, info.model_id, in synaptics_reconnect()
1582 priv->pkt_type = SYN_MODEL_NEWABS(info->model_id) ? in synaptics_init_ps2()
1589 info->model_id, in synaptics_init_ps2()
1607 psmouse->model = ((info->model_id & 0x00ff0000) >> 8) | in synaptics_init_ps2()
1608 (info->model_id & 0x000000ff); in synaptics_init_ps2()
Dsynaptics.h167 u32 model_id; /* Model-ID */ member
/drivers/media/platform/rcar-vin/
Drcar-vin.h36 enum model_id { enum
154 enum model_id model;
/drivers/power/supply/
Dbq25980_charger.c46 int model_id; member
963 .model_id = BQ25980,
994 .model_id = BQ25975,
1025 .model_id = BQ25960,
/drivers/thunderbolt/
Deeprom.c231 u16 model_id; member
603 sw->device = header->model_id; in tb_drom_read()
/drivers/usb/storage/
Dsddr09.c108 int model_id; member
177 if (nand_flash_ids[i].model_id == id) in nand_find_id()
/drivers/firewire/
Dcore-device.c147 if (id[1] == id_table->model_id) in match_ids()