Home
last modified time | relevance | path

Searched refs:presets (Results 1 – 16 of 16) sorted by relevance

/linux-6.12.1/drivers/clk/starfive/
Dclk-starfive-jh7110-pll.c91 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/
Dbnx2x_dump.h50 u32 presets; member
59 u32 presets; member
Dbnx2x_ethtool.c741 #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/
Dsoundfont.c1193 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/
Dcoresight-cfg-sample.c40 .presets = &afdo2_presets[0][0],
/linux-6.12.1/drivers/hwtracing/coresight/
Dcoresight-config.h147 const u64 *presets; /* nr_presets * nr_total_params */ member
Dcoresight-cfg-afdo.c150 .presets = &afdo_presets[0][0],
Dcoresight-config.c159 preset_base = &config_desc->presets[(preset - 1) * nr_cfg_params]; in cscfg_update_presets()
Dcoresight-syscfg-configfs.c82 config_desc->presets[val_idx++]); in cscfg_cfg_values_show()
/linux-6.12.1/include/sound/
Dsoundfont.h74 struct snd_sf_zone *presets[SF_MAX_PRESETS]; member
/linux-6.12.1/
D.gitignore158 # Kconfig presets
/linux-6.12.1/Documentation/userspace-api/media/v4l/
Dvidioc-enum-dv-timings.rst105 Digital video presets are not supported for this input or output.
Dext-ctrls-camera.rst272 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/
Dcoresight-config.rst264 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/
Dxz.rst85 The compression presets in XZ Utils may not be optimal when creating
/linux-6.12.1/Documentation/filesystems/
Dmount_api.rst416 sb_flags presets the superblock flags stored therein.