Searched refs:allow_interrupt_control (Results 1 – 5 of 5) sorted by relevance
17 What: /sys/bus/pci/drivers/pciback/allow_interrupt_control
51 unsigned int allow_interrupt_control:1; member
231 if (!dev_data->allow_interrupt_control || in msi_msix_flags_write()
308 dev_data->allow_interrupt_control = 0; in pcistub_put_pci_dev()1455 dev_data->allow_interrupt_control = 1; in allow_interrupt_control_store()1479 if (!dev_data || !dev_data->allow_interrupt_control) in allow_interrupt_control_show()1488 static DRIVER_ATTR_RW(allow_interrupt_control);
107 if (dev_data && dev_data->allow_interrupt_control) { in command_write()