Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/dvb-core/
Ddvb_frontend.c2082 struct compat_dtv_properties prop, *tvps = NULL; in dvb_frontend_handle_compat_ioctl() local
2088 tvps = ∝ in dvb_frontend_handle_compat_ioctl()
2094 if (!tvps->num || (tvps->num > DTV_IOCTL_MAX_MSGS)) in dvb_frontend_handle_compat_ioctl()
2097 tvp = memdup_user(compat_ptr(tvps->props), tvps->num * sizeof(*tvp)); in dvb_frontend_handle_compat_ioctl()
2101 for (i = 0; i < tvps->num; i++) { in dvb_frontend_handle_compat_ioctl()
2112 struct compat_dtv_properties prop, *tvps = NULL; in dvb_frontend_handle_compat_ioctl() local
2119 tvps = &prop; in dvb_frontend_handle_compat_ioctl()
2125 if (!tvps->num || (tvps->num > DTV_IOCTL_MAX_MSGS)) in dvb_frontend_handle_compat_ioctl()
2128 tvp = memdup_user(compat_ptr(tvps->props), tvps->num * sizeof(*tvp)); in dvb_frontend_handle_compat_ioctl()
2145 for (i = 0; i < tvps->num; i++) { in dvb_frontend_handle_compat_ioctl()
[all …]