Searched refs:tvps (Results 1 – 1 of 1) sorted by relevance
2076 struct compat_dtv_properties prop, *tvps = NULL; in dvb_frontend_handle_compat_ioctl() local2082 tvps = ∝ in dvb_frontend_handle_compat_ioctl()2088 if (!tvps->num || (tvps->num > DTV_IOCTL_MAX_MSGS)) in dvb_frontend_handle_compat_ioctl()2091 tvp = memdup_user(compat_ptr(tvps->props), tvps->num * sizeof(*tvp)); in dvb_frontend_handle_compat_ioctl()2095 for (i = 0; i < tvps->num; i++) { in dvb_frontend_handle_compat_ioctl()2106 struct compat_dtv_properties prop, *tvps = NULL; in dvb_frontend_handle_compat_ioctl() local2113 tvps = ∝ in dvb_frontend_handle_compat_ioctl()2119 if (!tvps->num || (tvps->num > DTV_IOCTL_MAX_MSGS)) in dvb_frontend_handle_compat_ioctl()2122 tvp = memdup_user(compat_ptr(tvps->props), tvps->num * sizeof(*tvp)); in dvb_frontend_handle_compat_ioctl()2139 for (i = 0; i < tvps->num; i++) { in dvb_frontend_handle_compat_ioctl()[all …]