Searched refs:hpet_channel (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | hpet.c | 25 struct hpet_channel { struct 40 struct hpet_channel *channels; 56 static DEFINE_PER_CPU(struct hpet_channel *, cpu_hpet_channel); 72 struct hpet_channel *clockevent_to_channel(struct clock_event_device *evt) in clockevent_to_channel() 74 return container_of(evt, struct hpet_channel, evt); in clockevent_to_channel() 207 struct hpet_channel *hc = hpet_base.channels + i; in hpet_reserve_platform_timers() 232 struct hpet_channel *hc = hpet_base.channels + i; in hpet_select_device_channel() 398 static void hpet_init_clockevent(struct hpet_channel *hc, unsigned int rating) in hpet_init_clockevent() 417 static void __init hpet_legacy_clockevent_register(struct hpet_channel *hc) in hpet_legacy_clockevent_register() 475 struct hpet_channel *h in hpet_msi_unmask() [all...] |
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | hpet.c | 24 struct hpet_channel { struct 39 struct hpet_channel *channels; 55 static DEFINE_PER_CPU(struct hpet_channel *, cpu_hpet_channel); 71 struct hpet_channel *clockevent_to_channel(struct clock_event_device *evt) in clockevent_to_channel() 73 return container_of(evt, struct hpet_channel, evt); in clockevent_to_channel() 206 struct hpet_channel *hc = hpet_base.channels + i; in hpet_reserve_platform_timers() 231 struct hpet_channel *hc = hpet_base.channels + i; in hpet_select_device_channel() 397 static void hpet_init_clockevent(struct hpet_channel *hc, unsigned int rating) in hpet_init_clockevent() 416 static void __init hpet_legacy_clockevent_register(struct hpet_channel *hc) in hpet_legacy_clockevent_register() 475 struct hpet_channel *h in hpet_msi_unmask() [all...] |
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | hpet.h | 78 struct hpet_channel; 83 extern void hpet_msi_write(struct hpet_channel *hc, struct msi_msg *msg); 86 struct hpet_channel *hc, int dev_num);
|
/kernel/linux/linux-5.10/arch/x86/kernel/apic/ |
H A D | msi.c | 461 int hpet_assign_irq(struct irq_domain *domain, struct hpet_channel *hc, in hpet_assign_irq()
|
Completed in 5 milliseconds