Searched refs:csa_info (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/dev/sound/pci/
H A Dcsapcm.c54 struct csa_info;
57 struct csa_info *parent;
65 struct csa_info { struct
86 static int csa_init(struct csa_info *);
90 static void csa_startplaydma(struct csa_info *csa);
91 static void csa_startcapturedma(struct csa_info *csa);
92 static void csa_stopplaydma(struct csa_info *csa);
93 static void csa_stopcapturedma(struct csa_info *csa);
96 static int csa_allocres(struct csa_info *scp, device_t dev);
97 static void csa_releaseres(struct csa_info *sc
[all...]

Completed in 45 milliseconds