Home
last modified time | relevance | path

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

/linux-6.15/drivers/clk/starfive/
H A 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.15/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_dump.h50 u32 presets; member
59 u32 presets; member
H A 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.15/tools/testing/selftests/bpf/
H A Dveristat.c209 struct var_preset *presets; member
1374 tmp = realloc(*presets, (*cnt + 1) * sizeof(**presets)); in append_var_preset()
1377 *presets = tmp; in append_var_preset()
1378 cur = &(*presets)[*cnt]; in append_var_preset()
1596 if (presets[k].applied) { in set_global_vars()
1606 presets[k].applied = true; in set_global_vars()
1612 if (!presets[i].applied) { in set_global_vars()
1614 presets[i].name); in set_global_vars()
1616 presets[i].applied = false; in set_global_vars()
2801 free(env.presets[i].name); in main()
[all …]
/linux-6.15/sound/synth/emux/
H A 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.15/samples/coresight/
H A Dcoresight-cfg-sample.c40 .presets = &afdo2_presets[0][0],
/linux-6.15/drivers/hwtracing/coresight/
H A Dcoresight-config.h147 const u64 *presets; /* nr_presets * nr_total_params */ member
H A Dcoresight-cfg-afdo.c150 .presets = &afdo_presets[0][0],
H A Dcoresight-config.c159 preset_base = &config_desc->presets[(preset - 1) * nr_cfg_params]; in cscfg_update_presets()
H A Dcoresight-syscfg-configfs.c82 config_desc->presets[val_idx++]); in cscfg_cfg_values_show()
/linux-6.15/include/sound/
H A Dsoundfont.h74 struct snd_sf_zone *presets[SF_MAX_PRESETS]; member
/linux-6.15/
H A D.gitignore162 # Kconfig presets
/linux-6.15/Documentation/userspace-api/media/v4l/
H A Dvidioc-enum-dv-timings.rst105 Digital video presets are not supported for this input or output.
H A 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.15/Documentation/staging/
H A Dxz.rst85 The compression presets in XZ Utils may not be optimal when creating
/linux-6.15/Documentation/trace/coresight/
H A 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.15/Documentation/filesystems/
H A Dmount_api.rst416 sb_flags presets the superblock flags stored therein.