Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/kernel/
Dhpet.c438 static struct hpet_dev *hpet_devs; variable
619 hpet_devs = kzalloc(sizeof(struct hpet_dev) * num_timers, GFP_KERNEL); in hpet_msi_capability_lookup()
620 if (!hpet_devs) in hpet_msi_capability_lookup()
626 struct hpet_dev *hdev = &hpet_devs[num_timers_used]; in hpet_msi_capability_lookup()
658 if (!hpet_devs) in hpet_reserve_msi_timers()
662 struct hpet_dev *hdev = &hpet_devs[i]; in hpet_reserve_msi_timers()
677 if (!hpet_devs) in hpet_get_unused_timer()
681 struct hpet_dev *hdev = &hpet_devs[i]; in hpet_get_unused_timer()