Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kernel/
Dhpet.c23 struct hpet_channel { struct
38 struct hpet_channel *channels; argument
54 static DEFINE_PER_CPU(struct hpet_channel *, cpu_hpet_channel);
70 struct hpet_channel *clockevent_to_channel(struct clock_event_device *evt) in clockevent_to_channel()
72 return container_of(evt, struct hpet_channel, evt); in clockevent_to_channel()
205 struct hpet_channel *hc = hpet_base.channels + i; in hpet_reserve_platform_timers()
230 struct hpet_channel *hc = hpet_base.channels + i; in hpet_select_device_channel()
396 static void hpet_init_clockevent(struct hpet_channel *hc, unsigned int rating) in hpet_init_clockevent()
415 static void __init hpet_legacy_clockevent_register(struct hpet_channel *hc) in hpet_legacy_clockevent_register()
474 struct hpet_channel *hc = irq_data_get_irq_handler_data(data); in hpet_msi_unmask()
[all …]
/Linux-v5.4/arch/x86/include/asm/
Dhpet.h78 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);
/Linux-v5.4/arch/x86/kernel/apic/
Dmsi.c373 int hpet_assign_irq(struct irq_domain *domain, struct hpet_channel *hc, in hpet_assign_irq()