Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/include/asm/
Dhpet.h83 extern void hpet_msi_write(struct hpet_channel *hc, struct msi_msg *msg);
/kernel/linux/linux-5.10/arch/x86/kernel/apic/
Dmsi.c378 hpet_msi_write(irq_data_get_irq_handler_data(data), msg); in hpet_msi_write_msg()
/kernel/linux/linux-5.10/arch/x86/kernel/
Dhpet.c493 void hpet_msi_write(struct hpet_channel *hc, struct msi_msg *msg) in hpet_msi_write() function
507 hpet_msi_write(hc, &msg); in hpet_clkevt_msi_resume()