Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/dvb-core/
Ddvb_frontend.c2140 struct compat_dtv_properties prop, *tvps = NULL; in dvb_frontend_handle_compat_ioctl() local
2146 tvps = ∝ in dvb_frontend_handle_compat_ioctl()
2152 if (!tvps->num || (tvps->num > DTV_IOCTL_MAX_MSGS)) in dvb_frontend_handle_compat_ioctl()
2155 tvp = memdup_user(compat_ptr(tvps->props), tvps->num * sizeof(*tvp)); in dvb_frontend_handle_compat_ioctl()
2159 for (i = 0; i < tvps->num; i++) { in dvb_frontend_handle_compat_ioctl()
2170 struct compat_dtv_properties prop, *tvps = NULL; in dvb_frontend_handle_compat_ioctl() local
2177 tvps = &prop; in dvb_frontend_handle_compat_ioctl()
2183 if (!tvps->num || (tvps->num > DTV_IOCTL_MAX_MSGS)) in dvb_frontend_handle_compat_ioctl()
2186 tvp = memdup_user(compat_ptr(tvps->props), tvps->num * sizeof(*tvp)); in dvb_frontend_handle_compat_ioctl()
2203 for (i = 0; i < tvps->num; i++) { in dvb_frontend_handle_compat_ioctl()
[all …]