⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

v4l2_ioctl

Function v4l2_ioctl 

Source
pub fn v4l2_ioctl(
    device: &mut V4l2Device,
    cmd: u32,
    arg: u64,
) -> Result<u64, KernelError>
Expand description

Process a V4L2 ioctl command