Home
last modified time | relevance | path

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

/drivers/media/i2c/ccs/
A Dccs.h94 u16 model_id; member
107 u32 model_id; member
130 .model_id = model, \
138 .model_id = model, \
146 .model_id = model, \
153 .model_id = model, \
161 .model_id = model, \
A Dccs-core.c2700 minfo->mipi_manufacturer_id, minfo->model_id, in ident_show()
2704 minfo->smia_manufacturer_id, minfo->model_id, in ident_show()
2781 minfo->mipi_manufacturer_id, minfo->model_id); in ccs_identify_module()
2784 minfo->smia_manufacturer_id, minfo->model_id); in ccs_identify_module()
2821 !minfo->smia_manufacturer_id && !minfo->model_id) { in ccs_identify_module()
2824 minfo->model_id = minfo->sensor_model_id; in ccs_identify_module()
2838 if (ccs_module_idents[i].model_id != minfo->model_id) in ccs_identify_module()
3169 u16 model_id; in ccs_firmware_name() local
3180 model_id = sensor->minfo.model_id; in ccs_firmware_name()
3186 model_id = sensor->minfo.sensor_model_id; in ccs_firmware_name()
[all …]
/drivers/macintosh/
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 …]
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()
711 wf_smu_mach_model = st->model_id; in wf_init_pm()
/drivers/leds/
A Dleds-lp50xx.c184 int model_id; member
196 .model_id = LP5009,
207 .model_id = LP5012,
218 .model_id = LP5018,
229 .model_id = LP5024,
240 .model_id = LP5030,
251 .model_id = LP5036,
363 if (priv->chip_info->model_id >= LP5030) in lp50xx_set_banks()
A 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/
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,
/drivers/input/mouse/
A Dsynaptics.c270 return synaptics_query_int(psmouse, SYN_QUE_MODEL, &info->model_id); in synaptics_model_id()
817 if (SYN_MODEL_NEWABS(priv->info.model_id)) { in synaptics_parse_hw_state()
1502 info.model_id != priv->info.model_id || in synaptics_reconnect()
1508 priv->info.model_id, info.model_id, in synaptics_reconnect()
1621 priv->pkt_type = SYN_MODEL_NEWABS(info->model_id) ? in synaptics_init_ps2()
1628 info->model_id, in synaptics_init_ps2()
1646 psmouse->model = ((info->model_id & 0x00ff0000) >> 8) | in synaptics_init_ps2()
1647 (info->model_id & 0x000000ff); in synaptics_init_ps2()
A Dsynaptics.h167 u32 model_id; /* Model-ID */ member
/drivers/media/platform/renesas/rcar-vin/
A Drcar-vin.h36 enum model_id { enum
126 enum model_id model;
/drivers/power/supply/
A Dbq256xx_charger.c286 int model_id; member
1315 .model_id = BQ25600,
1347 .model_id = BQ25600D,
1379 .model_id = BQ25601,
1411 .model_id = BQ25601D,
1443 .model_id = BQ25611D,
1475 .model_id = BQ25618,
1507 .model_id = BQ25619,
A Dbq25980_charger.c46 int model_id; member
963 .model_id = BQ25980,
994 .model_id = BQ25975,
1025 .model_id = BQ25960,
/drivers/platform/arm64/
A Dacer-aspire1-ec.c194 u8 model_id; member
287 str_index = sdat.model_id - 1; in aspire_ec_bat_psy_get_property()
/drivers/thunderbolt/
A Deeprom.c234 u16 model_id; member
599 sw->device = header->model_id; in tb_drom_parse_v1()
/drivers/media/i2c/
A Dvd56g3.c1348 u64 model_id; in vd56g3_detect() local
1355 ret = cci_read(sensor->regmap, VD56G3_REG_MODEL_ID, &model_id, NULL); in vd56g3_detect()
1359 if (model_id != VD56G3_MODEL_ID) { in vd56g3_detect()
1360 dev_err(dev, "Unsupported sensor id: %x\n", (u16)model_id); in vd56g3_detect()
/drivers/usb/storage/
A Dsddr09.c108 int model_id; member
177 if (nand_flash_ids[i].model_id == id) in nand_find_id()
/drivers/firewire/
A Dcore-device.c181 if (id[1] == id_table->model_id) in match_ids()
/drivers/usb/gadget/function/
A Df_midi2.c1568 ump->info.model_id = ep->info.model; in f_midi2_create_card()

Completed in 60 milliseconds