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

/linux-master/arch/x86/kernel/
H A Dhpet.c25 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)
74 return container_of(evt, struct hpet_channel, evt);
207 struct hpet_channel *hc = hpet_base.channels + i;
232 struct hpet_channel *hc = hpet_base.channels + i;
398 static void hpet_init_clockevent(struct hpet_channel *hc, unsigned int rating)
417 static void __init hpet_legacy_clockevent_register(struct hpet_channel *hc)
475 struct hpet_channel *h
[all...]

Completed in 108 milliseconds