Home
last modified time | relevance | path

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

/linux/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/sound/synth/emux/
H A Demux_synth.c29 static int get_bank(struct snd_emux_port *port, struct snd_midi_channel *chan);
768 if (!SF_IS_DRUM_BANK(get_bank(port, chan)) in calc_volume()
841 get_bank(struct snd_emux_port *port, struct snd_midi_channel *chan) in get_bank() function
876 bank = get_bank(port, chan); in get_zone()
/linux/drivers/edac/
H A Dmem_repair.c90 MR_ATTR_SHOW(bank, get_bank, u32, "%u\n")
231 if (ops->get_bank) {
/linux/include/linux/
H A Dedac.h826 int (*get_bank)(struct device *dev, void *drv_data, u32 *val); member
/linux/drivers/cxl/core/
H A Dedac.c1561 .get_bank = cxl_mem_sparing_get_bank, \