Home
last modified time | relevance | path

Searched defs:start_device (Results 1 – 10 of 10) sorted by relevance

/external/crosvm/devices/src/virtio/vhost/user/device/fs/sys/
Dwindows.rs5 pub fn start_device(program_name: &str, args: &[&str]) -> anyhow::Result<()> { in start_device() function
Dunix.rs94 pub fn start_device(opts: Options) -> anyhow::Result<()> { in start_device() function
/external/crosvm/devices/src/virtio/vhost/user/device/block/sys/
Dunix.rs36 pub fn start_device(opts: Options) -> anyhow::Result<()> { in start_device() function
Dwindows.rs46 pub fn start_device(opts: Options) -> anyhow::Result<()> { in start_device() function
/external/crosvm/src/sys/unix/
Dmain.rs26 pub(crate) fn start_device(command: DeviceSubcommand) -> anyhow::Result<()> { in start_device() function
/external/crosvm/src/sys/windows/
Dmain.rs132 pub(crate) fn start_device(command: DeviceSubcommand) -> Result<()> { in start_device() function
/external/crosvm/devices/src/virtio/vhost/user/device/net/sys/
Dwindows.rs257 pub fn start_device(opts: Options) -> anyhow::Result<()> { in start_device() function
Dunix.rs290 pub fn start_device(opts: Options) -> anyhow::Result<()> { in start_device() function
/external/crosvm/src/
Dmain.rs425 fn start_device(opts: cmdline::DeviceCommand) -> std::result::Result<(), ()> { in start_device() function
/external/arm-trusted-firmware/include/drivers/
Dusb_device.h217 enum usb_status (*start_device)(void *handle); member