Home
last modified time | relevance | path

Searched refs:create_v4l2_device (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/crosvm/src/crosvm/sys/linux/
H A Ddevice_helpers.rs1137 pub fn create_v4l2_device<P: AsRef<Path>>( in create_v4l2_device() function
/aosp_15_r20/external/crosvm/src/crosvm/sys/
H A Dlinux.rs743 devs.push(create_v4l2_device(cfg.protection_type, v4l2_device)?); in create_virtio_devices()