Home
last modified time | relevance | path

Searched refs:hpet_msi_write (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/x86/kernel/apic/
Dmsi.c254 hpet_msi_write(data->handler_data, &msg); in hpet_msi_set_affinity()
279 hpet_msi_write(irq_get_handler_data(irq), &msg); in default_setup_hpet_msi()
/linux-4.1.27/arch/x86/include/asm/
Dhpet.h80 extern void hpet_msi_write(struct hpet_dev *hdev, struct msi_msg *msg);
/linux-4.1.27/arch/x86/kernel/
Dhpet.c449 void hpet_msi_write(struct hpet_dev *hdev, struct msi_msg *msg) in hpet_msi_write() function