Home
last modified time | relevance | path

Searched refs:get_bank (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/perf/arm_cspmu/
H A Dampere_cspmu.c151 bank = get_bank(event); in ampere_cspmu_set_ev_filter()
163 get_bank(event) != get_bank(event2)) in ampere_cspmu_validate_configs()
/linux-6.15/drivers/edac/
H A Dmem_repair.c81 MR_ATTR_SHOW(bank, get_bank, u32, "%u\n")
222 if (ops->get_bank) {
/linux-6.15/sound/synth/emux/
H A Demux_synth.c29 static int get_bank(struct snd_emux_port *port, struct snd_midi_channel *chan);
788 if (!SF_IS_DRUM_BANK(get_bank(port, chan)) in calc_volume()
861 get_bank(struct snd_emux_port *port, struct snd_midi_channel *chan) in get_bank() function
896 bank = get_bank(port, chan); in get_zone()
/linux-6.15/include/linux/
H A Dedac.h819 int (*get_bank)(struct device *dev, void *drv_data, u32 *val); member