Home
last modified time | relevance | path

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

/sound/pci/pcxhr/
Dpcxhr_hwdep.c300 return pcxhr_load_xilinx_binary(mgr, dsp, 0); in pcxhr_dsp_load()
304 return pcxhr_load_xilinx_binary(mgr, dsp, 1); in pcxhr_dsp_load()
Dpcxhr_core.h33 int pcxhr_load_xilinx_binary(struct pcxhr_mgr *mgr, const struct firmware *xilinx, int second);
Dpcxhr_core.c281 int pcxhr_load_xilinx_binary(struct pcxhr_mgr *mgr, in pcxhr_load_xilinx_binary() function