Searched refs:model_id (Results 1 – 12 of 12) sorted by relevance
/drivers/media/i2c/smiapp/ |
D | smiapp.h | 53 u16 model_id; member 64 u32 model_id; member 88 .model_id = model, \ 96 .model_id = model, \ 104 .model_id = model, \ 111 .model_id = model, \ 119 .model_id = model, \
|
D | smiapp-core.c | 2362 minfo->manufacturer_id, minfo->model_id, in smiapp_sysfs_ident_read() 2386 &minfo->model_id); in smiapp_identify_module() 2439 minfo->manufacturer_id, minfo->model_id); in smiapp_identify_module() 2461 if (!minfo->manufacturer_id && !minfo->model_id) { in smiapp_identify_module() 2463 minfo->model_id = minfo->sensor_model_id; in smiapp_identify_module() 2471 if (smiapp_module_idents[i].model_id != minfo->model_id) in smiapp_identify_module() 2494 minfo->name, minfo->manufacturer_id, minfo->model_id, in smiapp_identify_module()
|
/drivers/macintosh/ |
D | windfarm_pm121.c | 352 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 …]
|
D | windfarm_pm81.c | 163 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/media/firewire/ |
D | firedtv-fw.c | 347 .model_id = 0x000024, 354 .model_id = 0x000025, 361 .model_id = 0x000026, 368 .model_id = 0x000034, 375 .model_id = 0x000035, 382 .model_id = 0x000036,
|
/drivers/leds/ |
D | leds-lm3692x.c | 116 int model_id; member 277 if (led->model_id == LM36923_MODEL) in lm3692x_init() 292 if (led->model_id == LM36923_MODEL) { in lm3692x_init() 392 led->model_id = id->driver_data; in lm3692x_probe()
|
/drivers/input/mouse/ |
D | synaptics.c | 253 return synaptics_query_int(psmouse, SYN_QUE_MODEL, &info->model_id); in synaptics_model_id() 773 if (SYN_MODEL_NEWABS(priv->info.model_id)) { in synaptics_parse_hw_state() 1102 if (SYN_MODEL_PEN(info->model_id)) in synaptics_process_packet() 1456 info.model_id != priv->info.model_id || in synaptics_reconnect() 1462 priv->info.model_id, info.model_id, in synaptics_reconnect() 1575 priv->pkt_type = SYN_MODEL_NEWABS(info->model_id) ? in synaptics_init_ps2() 1582 info->model_id, in synaptics_init_ps2() 1600 psmouse->model = ((info->model_id & 0x00ff0000) >> 8) | in synaptics_init_ps2() 1601 (info->model_id & 0x000000ff); in synaptics_init_ps2()
|
D | synaptics.h | 167 u32 model_id; /* Model-ID */ member
|
/drivers/media/platform/rcar-vin/ |
D | rcar-vin.h | 35 enum model_id { enum 135 enum model_id model;
|
/drivers/thunderbolt/ |
D | eeprom.c | 191 u16 model_id; member 571 sw->device = header->model_id; in tb_drom_read()
|
/drivers/usb/storage/ |
D | sddr09.c | 108 int model_id; member 177 if (nand_flash_ids[i].model_id == id) in nand_find_id()
|
/drivers/firewire/ |
D | core-device.c | 148 if (id[1] == id_table->model_id) in match_ids()
|