Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/netronome/nfp/bpf/
Dcmsg.c250 static const int res_table[] = { in nfp_bpf_ctrl_rc_to_errno() local
263 if (rc >= ARRAY_SIZE(res_table)) { in nfp_bpf_ctrl_rc_to_errno()
268 return res_table[rc]; in nfp_bpf_ctrl_rc_to_errno()
/Linux-v4.19/include/sound/
Dac97_codec.h231 const struct snd_ac97_res_table *res_table; /* static resolution */ member
254 const struct snd_ac97_res_table *res_table; /* static resolution */ member
/Linux-v4.19/sound/pci/ac97/
Dac97_codec.c1102 if (ac97->res_table) { in check_volume_resolution()
1104 for (tbl = ac97->res_table; tbl->reg; tbl++) { in check_volume_resolution()
2048 ac97->res_table = template->res_table; in snd_ac97_mixer()
Dac97_patch.c1466 ac97->res_table = ad1819_restbl; in patch_ad1819()
3907 ac97->res_table = lm4550_restbl; in patch_lm4550()
/Linux-v4.19/sound/pci/nm256/
Dnm256.c1343 ac97.res_table = nm256_res_table; in snd_nm256_mixer()