Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/dvb-core/
H A Ddvb_frontend.c2093 struct compat_dtv_properties prop, *tvps = NULL; in dvb_frontend_handle_compat_ioctl() local
2099 tvps = ∝ in dvb_frontend_handle_compat_ioctl()
2105 if (!tvps->num || (tvps->num > DTV_IOCTL_MAX_MSGS)) in dvb_frontend_handle_compat_ioctl()
2108 tvp = memdup_user(compat_ptr(tvps->props), tvps->num * sizeof(*tvp)); in dvb_frontend_handle_compat_ioctl()
2112 for (i = 0; i < tvps->num; i++) { in dvb_frontend_handle_compat_ioctl()
2123 struct compat_dtv_properties prop, *tvps = NULL; in dvb_frontend_handle_compat_ioctl() local
2130 tvps = &prop; in dvb_frontend_handle_compat_ioctl()
2136 if (!tvps in dvb_frontend_handle_compat_ioctl()
2334 dvb_get_property(struct dvb_frontend *fe, struct file *file, struct dtv_properties *tvps) dvb_get_property() argument
2419 struct dtv_properties *tvps = parg; dvb_frontend_handle_ioctl() local
[all...]
/kernel/linux/linux-6.6/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 = &prop; 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_user(compat_ptr(tvps->props), tvps->num * sizeof(*tvp)); in dvb_frontend_handle_compat_ioctl()
2175 for (i = 0; i < tvps->num; i++) { in dvb_frontend_handle_compat_ioctl()
2186 struct compat_dtv_properties prop, *tvps = NULL; in dvb_frontend_handle_compat_ioctl() local
2193 tvps = &prop; in dvb_frontend_handle_compat_ioctl()
2199 if (!tvps in dvb_frontend_handle_compat_ioctl()
2360 dvb_get_property(struct dvb_frontend *fe, struct file *file, struct dtv_properties *tvps) dvb_get_property() argument
2445 struct dtv_properties *tvps = parg; dvb_frontend_handle_ioctl() local
[all...]

Completed in 6 milliseconds