Home | History | Annotate | Download | only in linux

Lines Matching defs:copr_debug_buf

542 typedef struct copr_debug_buf {
550 } copr_debug_buf;
559 #define SNDCTL_COPR_RDATA _SIOWR('C', 2, copr_debug_buf)
560 #define SNDCTL_COPR_RCODE _SIOWR('C', 3, copr_debug_buf)
561 #define SNDCTL_COPR_WDATA _SIOW('C', 4, copr_debug_buf)
562 #define SNDCTL_COPR_WCODE _SIOW('C', 5, copr_debug_buf)
564 #define SNDCTL_COPR_RUN _SIOWR('C', 6, copr_debug_buf)
565 #define SNDCTL_COPR_HALT _SIOWR('C', 7, copr_debug_buf)