Searched refs:cge (Results 1 – 1 of 1) sorted by relevance
753 struct changer_get_element cge; in ch_ioctl() local759 if (copy_from_user(&cge, argp, sizeof (cge))) in ch_ioctl()762 if (0 != ch_checkrange(ch, cge.cge_type, cge.cge_unit)) in ch_ioctl()764 elem = ch->firsts[cge.cge_type] + cge.cge_unit; in ch_ioctl()785 cge.cge_status = buffer[18]; in ch_ioctl()786 cge.cge_flags = 0; in ch_ioctl()788 cge.cge_errno = EIO; in ch_ioctl()791 cge.cge_flags |= CGE_SRC; in ch_ioctl()793 cge.cge_flags |= CGE_INVERT; in ch_ioctl()798 cge.cge_srctype = i; in ch_ioctl()[all …]