Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dch.c770 struct changer_element_status32 ces32; in ch_ioctl() local
772 if (copy_from_user(&ces32, argp, sizeof(ces32))) in ch_ioctl()
774 if (ces32.ces_type < 0 || ces32.ces_type >= CH_TYPES) in ch_ioctl()
777 return ch_gstatus(ch, ces32.ces_type, in ch_ioctl()
778 compat_ptr(ces32.ces_data)); in ch_ioctl()