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

/freebsd-11-stable/sys/dev/sound/pci/
H A Dcsapcm.c52 struct csa_info;
55 struct csa_info *parent;
63 struct csa_info { struct
84 static int csa_init(struct csa_info *);
88 static void csa_startplaydma(struct csa_info *csa);
89 static void csa_startcapturedma(struct csa_info *csa);
90 static void csa_stopplaydma(struct csa_info *csa);
91 static void csa_stopcapturedma(struct csa_info *csa);
94 static int csa_allocres(struct csa_info *scp, device_t dev);
95 static void csa_releaseres(struct csa_info *sc
[all...]

Completed in 53 milliseconds