Searched refs:vfio_irq_set (Results 1 – 6 of 6) sorted by relevance
1245 let mut irq_set = vec_with_array_field::<vfio_irq_set, u32>(count); in acpi_notification_evt_enable()1246 irq_set[0].argsz = (mem::size_of::<vfio_irq_set>() + count * u32_size) as u32; in acpi_notification_evt_enable()1269 let mut irq_set = vec_with_array_field::<vfio_irq_set, u32>(0); in acpi_notification_disable()1270 irq_set[0].argsz = mem::size_of::<vfio_irq_set>() as u32; in acpi_notification_disable()1291 let mut irq_set = vec_with_array_field::<vfio_irq_set, u32>(1); in acpi_notification_test()1292 irq_set[0].argsz = (mem::size_of::<vfio_irq_set>() + u32_size) as u32; in acpi_notification_test()1328 let mut irq_set = vec_with_array_field::<vfio_irq_set, u32>(count); in irq_enable()1329 irq_set[0].argsz = (mem::size_of::<vfio_irq_set>() + count * u32_size) as u32; in irq_enable()1370 let mut irq_set = vec_with_array_field::<vfio_irq_set, u32>(1); in resample_virq_enable()1371 irq_set[0].argsz = (mem::size_of::<vfio_irq_set>() + mem::size_of::<u32>()) as u32; in resample_virq_enable()[all …]
33 pub use crate::vfio::vfio_irq_set;
325 pub struct vfio_irq_set { struct
584 struct vfio_irq_set { struct
105974 struct vfio_irq_set { struct