| /linux/sound/firewire/dice/ |
| H A D | dice-presonus.c | 23 u32 model_id; in snd_dice_detect_presonus_formats() member 29 int key, val, model_id; in snd_dice_detect_presonus_formats() local 32 model_id = 0; in snd_dice_detect_presonus_formats() 36 model_id = val; in snd_dice_detect_presonus_formats() 43 if (entry->model_id == model_id) in snd_dice_detect_presonus_formats()
|
| H A D | dice-weiss.c | 64 u32 model_id; in snd_dice_detect_weiss_formats() member 78 int key, val, model_id; in snd_dice_detect_weiss_formats() local 81 model_id = 0; in snd_dice_detect_weiss_formats() 85 model_id = val; in snd_dice_detect_weiss_formats() 92 if (entry->model_id == model_id) in snd_dice_detect_weiss_formats()
|
| H A D | dice-tcelectronic.c | 61 u32 model_id; in snd_dice_detect_tcelectronic_formats() member 73 int key, val, model_id; in snd_dice_detect_tcelectronic_formats() local 76 model_id = 0; in snd_dice_detect_tcelectronic_formats() 80 model_id = val; in snd_dice_detect_tcelectronic_formats() 87 if (entry->model_id == model_id) in snd_dice_detect_tcelectronic_formats()
|
| /linux/drivers/macintosh/ |
| H A D | windfarm_pm121.c | 353 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 …]
|
| H A 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() 711 wf_smu_mach_model = st->model_id; in wf_init_pm()
|
| /linux/sound/firewire/fireface/ |
| H A D | ff.c | 188 .model_id = 0x101800, 200 .model_id = 0x101800, 212 .model_id = 0x101800, 224 .model_id = 0x101800, 236 .model_id = 0x101800,
|
| /linux/drivers/media/firewire/ |
| H A D | firedtv-fw.c | 351 .model_id = 0x000024, 358 .model_id = 0x000025, 365 .model_id = 0x000026, 372 .model_id = 0x000034, 379 .model_id = 0x000035, 386 .model_id = 0x000036,
|
| /linux/arch/powerpc/platforms/powermac/ |
| H A D | feature.c | 127 int model_id; member 182 trans = (pmac_mb.model_id != PMAC_TYPE_YOSEMITE && in ohare_htw_scc_enable() 183 pmac_mb.model_id != PMAC_TYPE_YIKES); in ohare_htw_scc_enable() 332 if (pmac_mb.model_id != PMAC_TYPE_YOSEMITE && in heathrow_modem_enable() 333 pmac_mb.model_id != PMAC_TYPE_YIKES) { in heathrow_modem_enable() 464 if (pmac_mb.model_id == PMAC_TYPE_YOSEMITE || in heathrow_sound_enable() 465 pmac_mb.model_id == PMAC_TYPE_YIKES) in heathrow_sound_enable() 938 if (pmac_mb.model_id == PMAC_TYPE_PISMO || in core99_sound_chip_enable() 939 pmac_mb.model_id == PMAC_TYPE_TITANIUM) { in core99_sound_chip_enable() 1750 if (pmac_mb.model_id == PMAC_TYPE_SAWTOOTH) { in core99_sleep() [all …]
|
| /linux/drivers/leds/ |
| H A D | leds-lm3692x.c | 116 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()
|
| /linux/drivers/input/mouse/ |
| H A D | synaptics.c | 270 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()
|
| /linux/sound/firewire/bebob/ |
| H A D | bebob_proc.c | 16 u32 model_id; member 55 snd_iprintf(buffer, "Model ID:\t0x%02X\n", info->model_id); in proc_read_hw_info()
|
| /linux/drivers/power/supply/ |
| H A D | bq256xx_charger.c | 286 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,
|
| H A D | bq25980_charger.c | 46 int model_id; member 963 .model_id = BQ25980, 994 .model_id = BQ25975, 1025 .model_id = BQ25960,
|
| /linux/arch/powerpc/include/asm/ |
| H A D | smu.h | 609 __u8 model_id; member
|
| /linux/drivers/thunderbolt/ |
| H A D | eeprom.c | 234 u16 model_id; member 601 sw->device = header->model_id; in tb_drom_parse_v1()
|
| /linux/arch/arm64/boot/dts/amlogic/ |
| H A D | meson-axg-jethome-jethub-j1xx.dtsi | 199 /* ICPlus IP101A/G Ethernet PHY (vendor_id=0x0243, model_id=0x0c54) */
|
| /linux/scripts/mod/ |
| H A D | devicetable-offsets.c | 35 DEVID_FIELD(ieee1394_device_id, model_id); in main()
|
| H A D | file2alias.c | 404 DEF_FIELD(symval, ieee1394_device_id, model_id); in do_ieee1394_entry() 411 model_id); in do_ieee1394_entry()
|
| /linux/sound/core/ |
| H A D | ump.c | 527 snd_iprintf(buffer, "Model ID: 0x%04x\n", ump->info.model_id); in snd_ump_proc_read() 743 ump->info.model_id = (buf->device_info.model_msb << 8) | in ump_handle_device_info_msg() 752 ump->info.model_id, in ump_handle_device_info_msg()
|
| /linux/include/linux/ |
| H A D | mod_devicetable.h | 61 __u32 model_id; member
|
| /linux/tools/include/uapi/sound/ |
| H A D | asound.h | |
| /linux/include/uapi/sound/ |
| H A D | asound.h | 816 unsigned short model_id; /* MIDI family model ID */ member
|
| /linux/tools/perf/trace/beauty/include/uapi/sound/ |
| H A D | asound.h | 816 unsigned short model_id; /* MIDI family model ID */ member
|
| /linux/drivers/usb/gadget/function/ |
| H A D | f_midi2.c | 1568 ump->info.model_id = ep->info.model; in f_midi2_create_card()
|