Searched refs:copr_msg (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/sound/oss/ |
D | pss.c | 850 copr_msg *mbuf; in pss_coproc_ioctl() 877 mbuf = vmalloc(sizeof(copr_msg)); in pss_coproc_ioctl() 880 if (copy_from_user(mbuf, arg, sizeof(copr_msg))) { in pss_coproc_ioctl() 890 err = copy_to_user(arg, mbuf, sizeof(copr_msg)); in pss_coproc_ioctl() 901 mbuf = vmalloc(sizeof(copr_msg)); in pss_coproc_ioctl() 915 if (copy_to_user(arg, mbuf, sizeof(copr_msg))) in pss_coproc_ioctl()
|
/linux-4.1.27/include/uapi/linux/ |
D | soundcard.h | 717 typedef struct copr_msg { struct 720 } copr_msg; typedef 730 #define SNDCTL_COPR_SENDMSG _SIOWR('C', 8, copr_msg) 731 #define SNDCTL_COPR_RCVMSG _SIOR ('C', 9, copr_msg)
|