Home
last modified time | relevance | path

Searched refs:pcxhr_load_xilinx_binary (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/sound/pci/pcxhr/
Dpcxhr_hwdep.c287 return pcxhr_load_xilinx_binary(mgr, dsp, 0); in pcxhr_dsp_load()
291 return pcxhr_load_xilinx_binary(mgr, dsp, 1); in pcxhr_dsp_load()
Dpcxhr_core.h20 int pcxhr_load_xilinx_binary(struct pcxhr_mgr *mgr, const struct firmware *xilinx, int second);
Dpcxhr_core.c268 int pcxhr_load_xilinx_binary(struct pcxhr_mgr *mgr, in pcxhr_load_xilinx_binary() function