/linux-4.1.27/sound/pci/hda/ |
D | hda_bind.c | 25 const struct hda_codec_preset *preset; in hda_codec_match() local 29 for (preset = driver->preset; preset->id; preset++) { in hda_codec_match() 30 u32 mask = preset->mask; in hda_codec_match() 32 if (preset->afg && preset->afg != codec->core.afg) in hda_codec_match() 34 if (preset->mfg && preset->mfg != codec->core.mfg) in hda_codec_match() 38 if (preset->id == (id & mask) && in hda_codec_match() 39 (!preset->rev || preset->rev == codec->core.revision_id)) { in hda_codec_match() 40 codec->preset = preset; in hda_codec_match() 72 if (WARN_ON(!codec->preset)) in hda_codec_driver_probe() 75 err = codec_refresh_name(codec, codec->preset->name); in hda_codec_driver_probe() [all …]
|
D | patch_ca0110.c | 102 .preset = snd_hda_preset_ca0110,
|
D | patch_cmedia.c | 141 .preset = snd_hda_preset_cmedia,
|
D | hda_codec.h | 125 const struct hda_codec_preset *preset; member 216 const struct hda_codec_preset *preset; member
|
D | patch_si3054.c | 326 .preset = snd_hda_preset_si3054,
|
D | patch_conexant.c | 1056 .preset = snd_hda_preset_conexant,
|
D | patch_cirrus.c | 1255 .preset = snd_hda_preset_cirrus,
|
D | patch_analog.c | 1194 .preset = snd_hda_preset_analog,
|
D | patch_hdmi.c | 2538 switch (codec->preset->id) { in simple_playback_pcm_open() 2856 switch (codec->preset->id) { in nvhdmi_7x_8ch_build_controls() 3436 .preset = snd_hda_preset_hdmi,
|
D | patch_via.c | 1324 .preset = snd_hda_preset_via,
|
D | patch_sigmatel.c | 5161 .preset = snd_hda_preset_sigmatel,
|
D | patch_ca0132.c | 4701 .preset = snd_hda_preset_ca0132,
|
D | hda_codec.c | 934 codec->preset = NULL; in snd_hda_codec_cleanup_for_unbind()
|
D | patch_realtek.c | 7138 .preset = snd_hda_preset_realtek,
|
D | hda_generic.c | 5935 .preset = snd_hda_preset_generic,
|
/linux-4.1.27/drivers/media/i2c/ |
D | s5k6aa.c | 260 struct s5k6aa_preset *preset; member 317 struct s5k6aa_preset *preset = &s5k6aa->presets[0]; in s5k6aa_presets_data_init() local 321 preset->mbus_fmt.width = S5K6AA_OUT_WIDTH_DEF; in s5k6aa_presets_data_init() 322 preset->mbus_fmt.height = S5K6AA_OUT_HEIGHT_DEF; in s5k6aa_presets_data_init() 323 preset->mbus_fmt.code = s5k6aa_formats[0].code; in s5k6aa_presets_data_init() 324 preset->index = i; in s5k6aa_presets_data_init() 325 preset->clk_id = 0; in s5k6aa_presets_data_init() 326 preset++; in s5k6aa_presets_data_init() 330 s5k6aa->preset = &s5k6aa->presets[0]; in s5k6aa_presets_data_init() 470 int index = s5k6aa->preset->index; in s5k6aa_set_mirror() [all …]
|
/linux-4.1.27/sound/synth/emux/ |
D | soundfont.c | 67 int bank, int preset, int key); 69 int preset, int bank, struct snd_sf_zone **table, 1233 int preset, int bank, in snd_soundfont_search_zone() argument 1249 nvoices = search_zones(sflist, notep, vel, preset, bank, in snd_soundfont_search_zone() 1252 if (preset != def_preset || bank != def_bank) in snd_soundfont_search_zone() 1266 search_first_zone(struct snd_sf_list *sflist, int bank, int preset, int key) in search_first_zone() argument 1271 if ((index = get_index(bank, preset, key)) < 0) in search_first_zone() 1274 if (zp->instr == preset && zp->bank == bank) in search_first_zone() 1286 int preset, int bank, struct snd_sf_zone **table, in search_zones() argument 1292 zp = search_first_zone(sflist, bank, preset, *notep); in search_zones() [all …]
|
D | emux_synth.c | 907 int preset, bank, def_preset, def_bank; in get_zone() local 910 preset = chan->midi_program; in get_zone() 916 def_preset = preset; in get_zone() 920 return snd_soundfont_search_zone(emu->sflist, notep, vel, preset, bank, in get_zone()
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_ethtool.c | 645 static int __bnx2x_get_preset_regs_len(struct bnx2x *bp, u32 preset) in __bnx2x_get_preset_regs_len() argument 648 return dump_num_registers[0][preset-1]; in __bnx2x_get_preset_regs_len() 650 return dump_num_registers[1][preset-1]; in __bnx2x_get_preset_regs_len() 652 return dump_num_registers[2][preset-1]; in __bnx2x_get_preset_regs_len() 654 return dump_num_registers[3][preset-1]; in __bnx2x_get_preset_regs_len() 656 return dump_num_registers[4][preset-1]; in __bnx2x_get_preset_regs_len() 803 static void bnx2x_read_pages_regs(struct bnx2x *bp, u32 *p, u32 preset) in bnx2x_read_pages_regs() argument 827 preset)) { in bnx2x_read_pages_regs() 839 static int __bnx2x_get_preset_regs(struct bnx2x *bp, u32 *p, u32 preset) in __bnx2x_get_preset_regs() argument 858 IS_REG_IN_PRESET(idle_reg_addrs[i].presets, preset)) { in __bnx2x_get_preset_regs() [all …]
|
D | bnx2x_dump.h | 39 u32 preset; member
|
/linux-4.1.27/drivers/mtd/nand/ |
D | mxc_nand.c | 143 void (*preset)(struct mtd_info *); member 1074 host->devtype_data->preset(mtd); in mxc_nand_command() 1199 .preset = preset_v1, 1224 .preset = preset_v1, 1250 .preset = preset_v2, 1276 .preset = preset_v3, 1303 .preset = preset_v3, 1586 host->devtype_data->preset(mtd); in mxcnd_probe()
|
/linux-4.1.27/Documentation/devicetree/bindings/timer/ |
D | ti,keystone-timer.txt | 10 when the counter reaches preset counter values.
|
D | samsung,exynos4210-mct.txt | 6 four preset counter values. The CPU local timers are 32-bit free running
|
/linux-4.1.27/include/sound/ |
D | soundfont.h | 116 int preset, int bank,
|
/linux-4.1.27/Documentation/devicetree/bindings/watchdog/ |
D | samsung-wdt.txt | 4 after a preset amount of time during which the WDT reset event has not
|
/linux-4.1.27/Documentation/hwmon/ |
D | w83792d | 144 slowly to 0 or a preset stop value until the temperature exceeds the low 145 limit. (The preset stop value handling is not yet implemented in driver) 151 available. When related temperature sensors detects the temperature in preset
|
/linux-4.1.27/Documentation/isdn/ |
D | INTERFACE | 12 to preset some of the fields of isdn_if. The LL sets the rest of 55 Also to be preset by the HL-driver. With this value the HL-driver 60 To be preset by the HL-driver. Using this field, the HL-driver 72 To be preset by the HL-driver, if it supports sk_buff's. The driver 112 This field has to be preset by the HL-driver. It points to a function, 132 This field has to be preset by the HL-driver. The given function will 152 This field has to be preset by the HL-driver. The given function will be 176 This field has to be preset by the HL-driver. The given function will be 201 This string has to be preset by the HL-driver. Its purpose is for
|
/linux-4.1.27/drivers/mmc/host/ |
D | sdhci.c | 1149 u16 preset = 0; in sdhci_get_preset_value() local 1153 preset = sdhci_readw(host, SDHCI_PRESET_FOR_SDR12); in sdhci_get_preset_value() 1156 preset = sdhci_readw(host, SDHCI_PRESET_FOR_SDR25); in sdhci_get_preset_value() 1159 preset = sdhci_readw(host, SDHCI_PRESET_FOR_SDR50); in sdhci_get_preset_value() 1163 preset = sdhci_readw(host, SDHCI_PRESET_FOR_SDR104); in sdhci_get_preset_value() 1167 preset = sdhci_readw(host, SDHCI_PRESET_FOR_DDR50); in sdhci_get_preset_value() 1170 preset = sdhci_readw(host, SDHCI_PRESET_FOR_HS400); in sdhci_get_preset_value() 1175 preset = sdhci_readw(host, SDHCI_PRESET_FOR_SDR12); in sdhci_get_preset_value() 1178 return preset; in sdhci_get_preset_value() 1621 u16 preset; in sdhci_do_set_ios() local [all …]
|
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/ |
D | srio.txt | 49 Usage: required if local access windows preset
|
/linux-4.1.27/Documentation/video4linux/ |
D | README.davinci-vpbe | 58 is connected, the timings for a specific standard/preset is retrieved from
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | HD-Audio.txt | 150 Most of codec-specific code has several preset models, either to 166 listed in the known preset model (white-)list. But, this doesn't mean 179 The preset model (or recently called as "fix-up") is provided 180 basically to overcome such a situation. When the matching preset 182 configuration of that preset with the correct pin setup, etc. 186 preset model instead of PCI (and codec-) SSID look-up. 229 not on every preset model or codec-support code.
|
D | hda_codec.txt | 228 have a codec preset (patch). It's defined in struct hda_codec_preset:
|
/linux-4.1.27/Documentation/devicetree/bindings/sound/ |
D | st,sta350.txt | 84 If not present, preset DC coefficient is used.
|
/linux-4.1.27/Documentation/networking/ |
D | generic-hdlc.txt | 66 no-parity / crc16 / crc16-pr0 (CRC16 with preset zeros) / crc32-itu
|
/linux-4.1.27/Documentation/devicetree/bindings/memory-controllers/ |
D | ti-aemif.txt | 82 8 or 16 if not preset 8
|
/linux-4.1.27/Documentation/kbuild/ |
D | kconfig.txt | 71 (usually a subset of all) preset config symbols. These variable
|
/linux-4.1.27/arch/x86/kernel/ |
D | head_32.S | 343 movl $-1,pa(X86_CPUID) # preset CPUID level
|
/linux-4.1.27/Documentation/frv/ |
D | mmu-layout.txt | 101 registers being used for this are preset during boot and don't change over the lifetime of the
|
/linux-4.1.27/Documentation/input/ |
D | atarikbd.txt | 318 This command allows the user to preset the internally maintained absolute
|
/linux-4.1.27/Documentation/scsi/ |
D | scsi_mid_low_api.txt | 1302 preset to 0 so an LLD can ignore it if it cannot detect
|
/linux-4.1.27/lib/ |
D | Kconfig.debug | 38 It is likely that you would also need to use "lpj=M" to preset
|
/linux-4.1.27/Documentation/ |
D | kernel-parameters.txt | 1919 on SMP systems the preset will be applied to all CPUs,
|