Searched refs:subdev_notifier (Results 1 – 2 of 2) sorted by relevance
265 struct v4l2_async_notifier *subdev_notifier = in v4l2_async_nf_can_complete() local268 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() local395 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() local483 if (subdev_notifier) in v4l2_async_nf_unbind_all_subdevs()[all …]
1095 struct v4l2_async_notifier *subdev_notifier; member