Searched refs:presets (Results 1 – 16 of 16) sorted by relevance
/linux-6.12.1/drivers/clk/starfive/ |
D | clk-starfive-jh7110-pll.c | 91 const struct jh7110_pll_preset *presets; member 114 .presets = _presets, \ 133 #define JH7110_PLL(idx, name, presets) _JH7110_PLL(idx, name, presets) argument 332 const struct jh7110_pll_preset *selected = &info->presets[0]; in jh7110_pll_determine_rate() 343 const struct jh7110_pll_preset *val = &info->presets[idx]; in jh7110_pll_determine_rate() 368 for (idx = 0, val = &info->presets[0]; idx < info->npresets; idx++, val++) { in jh7110_pll_set_rate()
|
/linux-6.12.1/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()
|
/linux-6.12.1/sound/synth/emux/ |
D | soundfont.c | 1193 memset(sflist->presets, 0, sizeof(sflist->presets)); in rebuild_presets() 1240 cur->next_instr = sflist->presets[index]; /* preset table link */ in add_preset() 1241 sflist->presets[index] = cur; in add_preset() 1256 for (p = sflist->presets[index]; p; p = p->next_instr) { in delete_preset() 1317 for (zp = sflist->presets[index]; zp; zp = zp->next_instr) { in search_first_zone() 1393 memset(sflist->presets, 0, sizeof(sflist->presets)); in snd_sf_init() 1510 memset(sflist->presets, 0, sizeof(sflist->presets)); in snd_soundfont_remove_unlocked()
|
/linux-6.12.1/samples/coresight/ |
D | coresight-cfg-sample.c | 40 .presets = &afdo2_presets[0][0],
|
/linux-6.12.1/drivers/hwtracing/coresight/ |
D | coresight-config.h | 147 const u64 *presets; /* nr_presets * nr_total_params */ member
|
D | coresight-cfg-afdo.c | 150 .presets = &afdo_presets[0][0],
|
D | coresight-config.c | 159 preset_base = &config_desc->presets[(preset - 1) * nr_cfg_params]; in cscfg_update_presets()
|
D | coresight-syscfg-configfs.c | 82 config_desc->presets[val_idx++]); in cscfg_cfg_values_show()
|
/linux-6.12.1/include/sound/ |
D | soundfont.h | 74 struct snd_sf_zone *presets[SF_MAX_PRESETS]; member
|
/linux-6.12.1/ |
D | .gitignore | 158 # Kconfig presets
|
/linux-6.12.1/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 | 272 Sets white balance to automatic, manual or a preset. The presets 275 representation. The following white balance presets are listed in
|
/linux-6.12.1/Documentation/trace/coresight/ |
D | coresight-config.rst | 264 The valid values for preset are 0 - to deselect presets, and any value of 286 strobing feature, but provides a different set of presets.
|
/linux-6.12.1/Documentation/staging/ |
D | xz.rst | 85 The compression presets in XZ Utils may not be optimal when creating
|
/linux-6.12.1/Documentation/filesystems/ |
D | mount_api.rst | 416 sb_flags presets the superblock flags stored therein.
|