Searched refs:hpet_channel (Results 1 – 1 of 1) sorted by relevance
27 struct hpet_channel { struct42 struct hpet_channel *channels; argument58 static DEFINE_PER_CPU(struct hpet_channel *, cpu_hpet_channel);74 struct hpet_channel *clockevent_to_channel(struct clock_event_device *evt) in clockevent_to_channel()76 return container_of(evt, struct hpet_channel, evt); in clockevent_to_channel()209 struct hpet_channel *hc = hpet_base.channels + i; in hpet_reserve_platform_timers()234 struct hpet_channel *hc = hpet_base.channels + i; in hpet_select_device_channel()400 static void hpet_init_clockevent(struct hpet_channel *hc, unsigned int rating) in hpet_init_clockevent()419 static void __init hpet_legacy_clockevent_register(struct hpet_channel *hc) in hpet_legacy_clockevent_register()477 struct hpet_channel *hc = irq_data_get_irq_handler_data(data); in hpet_msi_unmask()[all …]