Home
last modified time | relevance | path

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

/drivers/media/i2c/ccs/
Dccs.h104 u16 model_id; member
117 u32 model_id; member
140 .model_id = model, \
148 .model_id = model, \
156 .model_id = model, \
163 .model_id = model, \
171 .model_id = model, \
Dccs-core.c2765 minfo->mipi_manufacturer_id, minfo->model_id, in ident_show()
2769 minfo->smia_manufacturer_id, minfo->model_id, in ident_show()
2795 &minfo->model_id); in ccs_identify_module()
2854 minfo->mipi_manufacturer_id, minfo->model_id); in ccs_identify_module()
2857 minfo->smia_manufacturer_id, minfo->model_id); in ccs_identify_module()
2896 !minfo->smia_manufacturer_id && !minfo->model_id) { in ccs_identify_module()
2899 minfo->model_id = minfo->sensor_model_id; in ccs_identify_module()
2912 if (ccs_module_idents[i].model_id != minfo->model_id) in ccs_identify_module()
3415 sensor->minfo.model_id, in ccs_probe()
/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.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,
369 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()
/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/media/platform/rcar-vin/
Drcar-vin.h36 enum model_id { enum
157 enum model_id model;
/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()
1466 info.model_id != priv->info.model_id || in synaptics_reconnect()
1472 priv->info.model_id, info.model_id, in synaptics_reconnect()
1585 priv->pkt_type = SYN_MODEL_NEWABS(info->model_id) ? in synaptics_init_ps2()
1592 info->model_id, in synaptics_init_ps2()
1610 psmouse->model = ((info->model_id & 0x00ff0000) >> 8) | in synaptics_init_ps2()
1611 (info->model_id & 0x000000ff); in synaptics_init_ps2()
Dsynaptics.h167 u32 model_id; /* Model-ID */ member
/drivers/power/supply/
Dbq256xx_charger.c276 int model_id; member
1274 .model_id = BQ25600,
1304 .model_id = BQ25600D,
1334 .model_id = BQ25601,
1364 .model_id = BQ25601D,
1394 .model_id = BQ25611D,
1424 .model_id = BQ25618,
1454 .model_id = BQ25619,
Dbq25980_charger.c46 int model_id; member
963 .model_id = BQ25980,
994 .model_id = BQ25975,
1025 .model_id = BQ25960,
/drivers/thunderbolt/
Deeprom.c234 u16 model_id; member
563 sw->device = header->model_id; in tb_drom_parse()
/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()