Searched defs:start_device (Results 1 – 10 of 10) sorted by relevance
5 pub fn start_device(program_name: &str, args: &[&str]) -> anyhow::Result<()> { in start_device() function
94 pub fn start_device(opts: Options) -> anyhow::Result<()> { in start_device() function
36 pub fn start_device(opts: Options) -> anyhow::Result<()> { in start_device() function
46 pub fn start_device(opts: Options) -> anyhow::Result<()> { in start_device() function
26 pub(crate) fn start_device(command: DeviceSubcommand) -> anyhow::Result<()> { in start_device() function
132 pub(crate) fn start_device(command: DeviceSubcommand) -> Result<()> { in start_device() function
257 pub fn start_device(opts: Options) -> anyhow::Result<()> { in start_device() function
290 pub fn start_device(opts: Options) -> anyhow::Result<()> { in start_device() function
425 fn start_device(opts: cmdline::DeviceCommand) -> std::result::Result<(), ()> { in start_device() function
217 enum usb_status (*start_device)(void *handle); member