Searched refs:v4l2_subdev_routing (Results 1 – 4 of 4) sorted by relevance
21 ``int ioctl(int fd, VIDIOC_SUBDEV_G_ROUTING, struct v4l2_subdev_routing *argp)``25 ``int ioctl(int fd, VIDIOC_SUBDEV_S_ROUTING, struct v4l2_subdev_routing *argp)``34 Pointer to struct :c:type:`v4l2_subdev_routing`.63 .. c:type:: v4l2_subdev_routing65 .. flat-table:: struct v4l2_subdev_routing
229 struct v4l2_subdev_routing { struct251 #define VIDIOC_SUBDEV_G_ROUTING _IOWR('V', 38, struct v4l2_subdev_routing) argument252 #define VIDIOC_SUBDEV_S_ROUTING _IOWR('V', 39, struct v4l2_subdev_routing)
498 which = ((struct v4l2_subdev_routing *)arg)->which; in subdev_ioctl_get_state()817 struct v4l2_subdev_routing *routing = arg; in subdev_do_ioctl()844 struct v4l2_subdev_routing *routing = arg; in subdev_do_ioctl()
3161 struct v4l2_subdev_routing *routing = parg; in check_array_args()
Completed in 16 milliseconds