Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pci/
H A Dcsapcm.c51 struct csa_info;
54 struct csa_info *parent;
62 struct csa_info { struct
83 static int csa_init(struct csa_info *); argument
87 static void csa_startplaydma(struct csa_info *csa);
88 static void csa_startcapturedma(struct csa_info *csa);
89 static void csa_stopplaydma(struct csa_info *csa);
90 static void csa_stopcapturedma(struct csa_info *csa);
93 static int csa_allocres(struct csa_info *scp, device_t dev);
94 static void csa_releaseres(struct csa_info *scp, device_t dev);
[all …]