Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Dch.c739 struct changer_get_element cge; in ch_ioctl() local
745 if (copy_from_user(&cge, argp, sizeof (cge))) in ch_ioctl()
748 if (0 != ch_checkrange(ch, cge.cge_type, cge.cge_unit)) in ch_ioctl()
750 elem = ch->firsts[cge.cge_type] + cge.cge_unit; in ch_ioctl()
771 cge.cge_status = buffer[18]; in ch_ioctl()
772 cge.cge_flags = 0; in ch_ioctl()
774 cge.cge_errno = EIO; in ch_ioctl()
777 cge.cge_flags |= CGE_SRC; in ch_ioctl()
779 cge.cge_flags |= CGE_INVERT; in ch_ioctl()
784 cge.cge_srctype = i; in ch_ioctl()
[all …]