Searched refs:model_id (Results 1 – 13 of 13) sorted by relevance
/linux-2.6.39/drivers/macintosh/ |
D | windfarm_pm121.c | 362 int model_id; member 372 { .model_id = 2, 378 { .model_id = 3, 387 { .model_id = 2, 393 { .model_id = 3, 402 { .model_id = 2, 408 { .model_id = 3, 417 { .model_id = 2, 423 { .model_id = 3, 526 if (pm121_sys_all_params[loop_id][i].model_id == pm121_mach_model) { in pm121_create_sys_fans() [all …]
|
D | windfarm_pm81.c | 164 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() 709 wf_smu_mach_model = st->model_id; in wf_init_pm()
|
/linux-2.6.39/drivers/input/mouse/ |
D | synaptics.c | 126 priv->model_id = (mi[0]<<16) | (mi[1]<<8) | mi[2]; in synaptics_model_id() 408 if (SYN_MODEL_NEWABS(priv->model_id)) { in synaptics_parse_hw_state() 561 if (SYN_MODEL_PEN(priv->model_id)) in synaptics_process_packet() 789 old_priv.model_id != priv->model_id || in synaptics_reconnect() 795 old_priv.model_id, priv->model_id, in synaptics_reconnect() 903 priv->pkt_type = SYN_MODEL_NEWABS(priv->model_id) ? SYN_NEWABS : SYN_OLDABS; in synaptics_init() 908 priv->model_id, priv->capabilities, priv->ext_cap, priv->ext_cap_0c); in synaptics_init() 919 psmouse->model = ((priv->model_id & 0x00ff0000) >> 8) | in synaptics_init() 920 (priv->model_id & 0x000000ff); in synaptics_init()
|
D | synaptics.h | 127 unsigned long int model_id; /* Model-ID */ member
|
/linux-2.6.39/drivers/media/dvb/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,
|
/linux-2.6.39/arch/powerpc/platforms/powermac/ |
D | feature.c | 130 int model_id; member 185 trans = (pmac_mb.model_id != PMAC_TYPE_YOSEMITE && in ohare_htw_scc_enable() 186 pmac_mb.model_id != PMAC_TYPE_YIKES); in ohare_htw_scc_enable() 335 if (pmac_mb.model_id != PMAC_TYPE_YOSEMITE && in heathrow_modem_enable() 336 pmac_mb.model_id != PMAC_TYPE_YIKES) { in heathrow_modem_enable() 467 if (pmac_mb.model_id == PMAC_TYPE_YOSEMITE || in heathrow_sound_enable() 468 pmac_mb.model_id == PMAC_TYPE_YIKES) in heathrow_sound_enable() 941 if (pmac_mb.model_id == PMAC_TYPE_PISMO || in core99_sound_chip_enable() 942 pmac_mb.model_id == PMAC_TYPE_TITANIUM) { in core99_sound_chip_enable() 1763 if (pmac_mb.model_id == PMAC_TYPE_SAWTOOTH) { in core99_sleep() [all …]
|
/linux-2.6.39/arch/powerpc/include/asm/ |
D | smu.h | 615 __u8 model_id; member
|
/linux-2.6.39/drivers/staging/crystalhd/ |
D | crystalhd_fw_if.h | 114 unsigned char model_id; /* Model id. */ member
|
/linux-2.6.39/include/linux/ |
D | mod_devicetable.h | 33 __u32 model_id; member
|
/linux-2.6.39/sound/firewire/ |
D | speakers.c | 816 .model_id = 0x00f970, 826 .model_id = 0x00f970,
|
/linux-2.6.39/scripts/mod/ |
D | file2alias.c | 299 id->model_id = TO_NATIVE(id->model_id); in do_ieee1394_entry() 307 id->model_id); in do_ieee1394_entry()
|
/linux-2.6.39/drivers/usb/storage/ |
D | sddr09.c | 118 int model_id; member 187 if (nand_flash_ids[i].model_id == id) in nand_find_id()
|
/linux-2.6.39/drivers/firewire/ |
D | core-device.c | 158 if (id[1] == id_table->model_id) in match_ids()
|