Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
H A Dhpet.c26 struct hpet_channel { struct
41 struct hpet_channel *channels; argument
57 static DEFINE_PER_CPU(struct hpet_channel *, cpu_hpet_channel);
73 struct hpet_channel *clockevent_to_channel(struct clock_event_device *evt) in clockevent_to_channel()
75 return container_of(evt, struct hpet_channel, evt); in clockevent_to_channel()
208 struct hpet_channel *hc = hpet_base.channels + i; in hpet_reserve_platform_timers()
233 struct hpet_channel *hc = hpet_base.channels + i; in hpet_select_device_channel()
399 static void hpet_init_clockevent(struct hpet_channel *hc, unsigned int rating) in hpet_init_clockevent()
418 static void __init hpet_legacy_clockevent_register(struct hpet_channel *hc) in hpet_legacy_clockevent_register()
476 struct hpet_channel *hc = irq_data_get_irq_handler_data(data); in hpet_msi_unmask()
[all …]