Home
last modified time | relevance | path

Searched refs:src_rsc_ops (Results 1 – 2 of 2) sorted by relevance

/linux/sound/pci/ctxfi/
H A Dctsrc.h42 struct src_rsc_ops;
47 const struct src_rsc_ops *ops; /* SRC specific operations */
53 struct src_rsc_ops { struct
54 set_statesrc_rsc_ops global() argument
55 set_bmsrc_rsc_ops global() argument
56 set_sfsrc_rsc_ops global() argument
57 set_pmsrc_rsc_ops global() argument
58 set_romsrc_rsc_ops global() argument
59 set_vosrc_rsc_ops global() argument
60 set_stsrc_rsc_ops global() argument
61 set_bpsrc_rsc_ops global() argument
62 set_ciszsrc_rsc_ops global() argument
63 set_casrc_rsc_ops global() argument
64 set_sasrc_rsc_ops global() argument
65 set_lasrc_rsc_ops global() argument
66 set_pitchsrc_rsc_ops global() argument
67 set_clr_zbufssrc_rsc_ops global() argument
68 commit_writesrc_rsc_ops global() argument
69 get_casrc_rsc_ops global() argument
70 initsrc_rsc_ops global() argument
71 next_interleavesrc_rsc_ops global() argument
H A Dctsrc.c334 static const struct src_rsc_ops src_rsc_ops = { variable
370 p->ops = &src_rsc_ops; in src_rsc_init()