Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/ !
Dch.c760 struct changer_element_status32 ces32; in ch_ioctl() local
762 if (copy_from_user(&ces32, argp, sizeof(ces32))) in ch_ioctl()
764 if (ces32.ces_type < 0 || ces32.ces_type >= CH_TYPES) in ch_ioctl()
767 return ch_gstatus(ch, ces32.ces_type, in ch_ioctl()
768 compat_ptr(ces32.ces_data)); in ch_ioctl()