Home
last modified time | relevance | path

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

/linux/drivers/media/v4l2-core/
H A Dv4l2-async.c265 struct v4l2_async_notifier *subdev_notifier = in v4l2_async_nf_can_complete() local
268 if (subdev_notifier && in v4l2_async_nf_can_complete()
269 !v4l2_async_nf_can_complete(subdev_notifier)) in v4l2_async_nf_can_complete()
346 struct v4l2_async_notifier *subdev_notifier; in v4l2_async_match_notify() local
395 subdev_notifier = v4l2_async_find_subdev_notifier(sd); in v4l2_async_match_notify()
396 if (!subdev_notifier || subdev_notifier->parent) in v4l2_async_match_notify()
404 subdev_notifier->parent = notifier; in v4l2_async_match_notify()
406 return v4l2_async_nf_try_all_subdevs(subdev_notifier); in v4l2_async_match_notify()
480 struct v4l2_async_notifier *subdev_notifier = in v4l2_async_nf_unbind_all_subdevs() local
483 if (subdev_notifier) in v4l2_async_nf_unbind_all_subdevs()
[all …]
/linux/include/media/
H A Dv4l2-subdev.h1095 struct v4l2_async_notifier *subdev_notifier; member