Home
last modified time | relevance | path

Searched refs:ces (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/
H A Dch.c741 struct changer_element_status ces; in ch_ioctl() local
743 if (copy_from_user(&ces, argp, sizeof (ces))) in ch_ioctl()
745 if (ces.ces_type < 0 || ces.ces_type >= CH_TYPES) in ch_ioctl()
748 return ch_gstatus(ch, ces.ces_type, ces.ces_data); in ch_ioctl()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dch.c749 struct changer_element_status ces; in ch_ioctl() local
751 if (copy_from_user(&ces, argp, sizeof (ces))) in ch_ioctl()
753 if (ces.ces_type < 0 || ces.ces_type >= CH_TYPES) in ch_ioctl()
756 return ch_gstatus(ch, ces.ces_type, ces.ces_data); in ch_ioctl()

Completed in 3 milliseconds