Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/
Dhpet.c425 static struct hpet_dev *hpet_devs; variable
590 hpet_devs = kzalloc(sizeof(struct hpet_dev) * num_timers, GFP_KERNEL); in hpet_msi_capability_lookup()
591 if (!hpet_devs) in hpet_msi_capability_lookup()
597 struct hpet_dev *hdev = &hpet_devs[num_timers_used]; in hpet_msi_capability_lookup()
629 if (!hpet_devs) in hpet_reserve_msi_timers()
633 struct hpet_dev *hdev = &hpet_devs[i]; in hpet_reserve_msi_timers()
648 if (!hpet_devs) in hpet_get_unused_timer()
652 struct hpet_dev *hdev = &hpet_devs[i]; in hpet_get_unused_timer()