parse_endpoint_func parse_endpoint);//解析endpoint并注册到media模块//新版本apiintv4l2_async_notifier_register(structv4l2_device *v4l2_dev,structv4l2_async_notifier *notifier);//新版本,将异步通知器注册到V4L2设备v4l2_async_notifier_register(&isp_dev->v4l2_dev, notifier);intv4l2_async_subdev_notifier...