Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dsoundcard.h707 typedef struct copr_debug_buf { struct
713 } copr_debug_buf; argument
722 #define SNDCTL_COPR_RDATA _SIOWR('C', 2, copr_debug_buf)
723 #define SNDCTL_COPR_RCODE _SIOWR('C', 3, copr_debug_buf)
724 #define SNDCTL_COPR_WDATA _SIOW ('C', 4, copr_debug_buf)
725 #define SNDCTL_COPR_WCODE _SIOW ('C', 5, copr_debug_buf)
726 #define SNDCTL_COPR_RUN _SIOWR('C', 6, copr_debug_buf)
727 #define SNDCTL_COPR_HALT _SIOWR('C', 7, copr_debug_buf)
/linux-2.4.37.9/drivers/sound/
Dpss.c841 copr_debug_buf dbuf; in pss_coproc_ioctl()