Home
last modified time | relevance | path

Searched refs:presets (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-6.6/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)
332 const struct jh7110_pll_preset *selected = &info->presets[0]; in jh7110_pll_determine_rate()
335 /* if the parent rate doesn't match our expectations the presets won't work */ in jh7110_pll_determine_rate()
343 const struct jh7110_pll_preset *val = &info->presets[idx]; in jh7110_pll_determine_rate()
364 /* if the parent rate doesn't match our expectations the presets won't work */ in jh7110_pll_set_rate()
368 for (idx = 0, val = &info->presets[0]; idx < info->npresets; idx++, val++) { in jh7110_pll_set_rate()
/kernel/linux/linux-5.10/sound/synth/emux/
H A Dsoundfont.c1141 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()
[all...]
/kernel/linux/linux-6.6/sound/synth/emux/
H A Dsoundfont.c1149 memset(sflist->presets, 0, sizeof(sflist->presets)); in rebuild_presets()
1196 cur->next_instr = sflist->presets[index]; /* preset table link */ in add_preset()
1197 sflist->presets[index] = cur; in add_preset()
1212 for (p = sflist->presets[index]; p; p = p->next_instr) { in delete_preset()
1273 for (zp = sflist->presets[index]; zp; zp = zp->next_instr) { in search_first_zone()
1349 memset(sflist->presets, 0, sizeof(sflist->presets)); in snd_sf_init()
1467 memset(sflist->presets, 0, sizeof(sflist->presets)); in snd_soundfont_remove_unlocked()
[all...]
/kernel/linux/linux-6.6/samples/coresight/
H A Dcoresight-cfg-sample.c22 * set of presets leaves strobing window constant while varying period to allow
35 "Supplied presets allow experimentation with mark-space ratio for various loads\n",
40 .presets = &afdo2_presets[0][0],
/kernel/linux/linux-5.10/include/sound/
H A Dsoundfont.h74 struct snd_sf_zone *presets[SF_MAX_PRESETS]; member
/kernel/linux/linux-6.6/include/sound/
H A Dsoundfont.h74 struct snd_sf_zone *presets[SF_MAX_PRESETS]; member
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H A Dcoresight-config.h37 * Limit number of presets in a configuration
122 * A single set of presets is the sum of the parameters declared by
130 * @nr_presets: Number of sets of presets supplied by this configuration.
132 * @presets: Array of preset values.
147 const u64 *presets; /* nr_presets * nr_total_params */ member
H A Dcoresight-cfg-afdo.c126 * set of presets leaves strobing window constant while varying period to allow
144 "Supplied presets allow experimentation with mark-space ratio for various loads\n",
149 .presets = &afdo_presets[0][0],
H A Dcoresight-config.c135 * For the selected presets, we set the register associated with the parameter, to
159 preset_base = &config_desc->presets[(preset - 1) * nr_cfg_params]; in cscfg_update_presets()
H A Dcoresight-syscfg-configfs.c72 * A set of presets is the sum of all params in used features, in cscfg_cfg_values_show()
82 config_desc->presets[val_idx++]); in cscfg_cfg_values_show()
137 * presets start at 1, and go up to max (15), in cscfg_cfg_preset_store()
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_ethtool.c741 #define IS_REG_IN_PRESET(presets, idx) \
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()
952 /* Skip presets with IOR */ in __bnx2x_get_regs()
H A Dbnx2x_dump.h50 u32 presets; member
59 u32 presets; member
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_ethtool.c741 #define IS_REG_IN_PRESET(presets, idx) \
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()
952 /* Skip presets with IOR */ in __bnx2x_get_regs()
H A Dbnx2x_dump.h50 u32 presets; member
59 u32 presets; member
/kernel/linux/linux-5.10/drivers/media/i2c/
H A Ds5k6aa.c255 struct s5k6aa_preset presets[S5K6AA_MAX_PRESETS]; member
310 /* Set initial values for all preview presets */
313 struct s5k6aa_preset *preset = &s5k6aa->presets[0]; in s5k6aa_presets_data_init()
326 s5k6aa->preset = &s5k6aa->presets[0]; in s5k6aa_presets_data_init()

Completed in 21 milliseconds