Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/kernel/
Dhpet.c25 struct hpet_channel { struct
40 struct hpet_channel *channels; argument
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 *hc = irq_data_get_irq_handler_data(data); in hpet_msi_unmask()
[all …]