Lines Matching refs:v4l2_subdev
25 static bool match_i2c(struct v4l2_subdev *sd, struct v4l2_async_subdev *asd) in match_i2c()
37 static bool match_devname(struct v4l2_subdev *sd, in match_devname()
43 static bool match_of(struct v4l2_subdev *sd, struct v4l2_async_subdev *asd) in match_of()
48 static bool match_custom(struct v4l2_subdev *sd, struct v4l2_async_subdev *asd) in match_custom()
62 struct v4l2_subdev *sd) in v4l2_async_belongs()
64 bool (*match)(struct v4l2_subdev *, struct v4l2_async_subdev *); in v4l2_async_belongs()
97 struct v4l2_subdev *sd, in v4l2_async_test_notify()
128 static void v4l2_async_cleanup(struct v4l2_subdev *sd) in v4l2_async_cleanup()
140 struct v4l2_subdev *sd, *tmp; in v4l2_async_notifier_register()
196 struct v4l2_subdev *sd, *tmp; in v4l2_async_notifier_unregister()
272 int v4l2_async_register_subdev(struct v4l2_subdev *sd) in v4l2_async_register_subdev()
306 void v4l2_async_unregister_subdev(struct v4l2_subdev *sd) in v4l2_async_unregister_subdev()