Home
last modified time | relevance | path

Searched defs:irq_set (Results 1 – 2 of 2) sorted by relevance

/external/crosvm/devices/src/
Dvfio.rs397 let mut irq_set = vec_with_array_field::<vfio_irq_set, u32>(count); in irq_enable() localVariable
434 let mut irq_set = vec_with_array_field::<vfio_irq_set, u32>(1); in resample_virq_enable() localVariable
461 let mut irq_set = vec_with_array_field::<vfio_irq_set, u32>(0); in irq_disable() localVariable
479 let mut irq_set = vec_with_array_field::<vfio_irq_set, u32>(0); in irq_unmask() localVariable
497 let mut irq_set = vec_with_array_field::<vfio_irq_set, u32>(0); in irq_mask() localVariable
Ddirect_irq.rs90 let mut irq_set = vec_with_array_field::<plat_irq_forward_set, u32>(count); in plat_irq_ioctl() localVariable