Home
last modified time | relevance | path

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

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