Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/dvb-core/
H A Ddvb_frontend.c2156 struct compat_dtv_properties prop, *tvps = NULL; in dvb_frontend_handle_compat_ioctl() local
2162 tvps = ∝ in dvb_frontend_handle_compat_ioctl()
2168 if (!tvps->num || (tvps->num > DTV_IOCTL_MAX_MSGS)) in dvb_frontend_handle_compat_ioctl()
2171 tvp = memdup_array_user(compat_ptr(tvps->props), in dvb_frontend_handle_compat_ioctl()
2172 tvps->num, sizeof(*tvp)); in dvb_frontend_handle_compat_ioctl()
2176 for (i = 0; i < tvps->num; i++) { in dvb_frontend_handle_compat_ioctl()
2187 struct compat_dtv_properties prop, *tvps = NULL; in dvb_frontend_handle_compat_ioctl() local
2194 tvps = &prop; in dvb_frontend_handle_compat_ioctl()
2200 if (!tvps->num || (tvps->num > DTV_IOCTL_MAX_MSGS)) in dvb_frontend_handle_compat_ioctl()
2203 tvp = memdup_array_user(compat_ptr(tvps->props), in dvb_frontend_handle_compat_ioctl()
[all …]