Searched refs:chaninfo32 (Results 1 – 1 of 1) sorted by relevance
108 struct comedi32_chaninfo_struct __user *chaninfo32; in compat_chaninfo() local115 chaninfo32 = compat_ptr(arg); in compat_chaninfo()119 if (!access_ok(VERIFY_READ, chaninfo32, sizeof(*chaninfo32)) in compat_chaninfo()124 err |= __get_user(temp.uint, &chaninfo32->subdev); in compat_chaninfo()126 err |= __get_user(temp.uptr, &chaninfo32->maxdata_list); in compat_chaninfo()128 err |= __get_user(temp.uptr, &chaninfo32->flaglist); in compat_chaninfo()130 err |= __get_user(temp.uptr, &chaninfo32->rangelist); in compat_chaninfo()