Searched refs:presets (Results 1 – 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_dump.h | 50 u32 presets; member 59 u32 presets; member
|
D | bnx2x_ethtool.c | 741 #define IS_REG_IN_PRESET(presets, idx) \ argument 742 ((presets & (1 << (idx-1))) == (1 << (idx-1))) 874 if (IS_REG_IN_PRESET(read_addr[k].presets, in bnx2x_read_pages_regs() 906 IS_REG_IN_PRESET(idle_reg_addrs[i].presets, preset)) { in __bnx2x_get_preset_regs() 915 IS_REG_IN_PRESET(reg_addrs[i].presets, preset)) { in __bnx2x_get_preset_regs() 923 IS_REG_IN_PRESET(wreg_addr_p->presets, preset)) { in __bnx2x_get_preset_regs()
|
/kernel/linux/linux-5.10/sound/synth/emux/ |
D | soundfont.c | 1141 memset(sflist->presets, 0, sizeof(sflist->presets)); in rebuild_presets() 1187 cur->next_instr = sflist->presets[index]; /* preset table link */ in add_preset() 1188 sflist->presets[index] = cur; in add_preset() 1202 for (p = sflist->presets[index]; p; p = p->next_instr) { in delete_preset() 1262 for (zp = sflist->presets[index]; zp; zp = zp->next_instr) { in search_first_zone() 1338 memset(sflist->presets, 0, sizeof(sflist->presets)); in snd_sf_init() 1455 memset(sflist->presets, 0, sizeof(sflist->presets)); in snd_soundfont_remove_unlocked()
|
/kernel/linux/linux-5.10/include/sound/ |
D | soundfont.h | 74 struct snd_sf_zone *presets[SF_MAX_PRESETS]; member
|
/kernel/linux/linux-5.10/ |
D | .gitignore | 141 # Kconfig presets
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
D | vidioc-enum-dv-timings.rst | 105 Digital video presets are not supported for this input or output.
|
D | ext-ctrls-camera.rst | 271 Sets white balance to automatic, manual or a preset. The presets 274 representation. The following white balance presets are listed in
|
/kernel/linux/linux-5.10/drivers/media/i2c/ |
D | s5k6aa.c | 255 struct s5k6aa_preset presets[S5K6AA_MAX_PRESETS]; member 313 struct s5k6aa_preset *preset = &s5k6aa->presets[0]; in s5k6aa_presets_data_init() 326 s5k6aa->preset = &s5k6aa->presets[0]; in s5k6aa_presets_data_init()
|
/kernel/linux/linux-5.10/Documentation/staging/ |
D | xz.rst | 77 size for in-kernel use (maybe more is OK for initramfs). The presets
|
/kernel/linux/linux-5.10/Documentation/filesystems/ |
D | mount_api.rst | 417 sb_flags presets the superblock flags stored therein.
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0030_linux_drivers_pci_misc_nvmem_of_mtd_mmc.patch | 8575 - * There are two types of presets out in the wild: 8576 - * 1) Default/broken presets. 8577 - * These presets have two sets of problems: 8589 - * 2) Firmware with properly initialized presets. 8590 - * These presets have proper clock divisors. i.e., SDR12 => 12MHz, 8594 - * Enabling presets for HS400 doesn't work for the following reasons: 8596 - * to determine if presets should be enabled. 8598 - * read out HS400 presets. The AMD controller doesn't support this 8601 - * in reading a garbage value and using the wrong presets. 8603 - * Since HS400 and HS200 presets must be identical, we could [all …]
|