Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dhpet.h94 struct hpet_data { struct
102 static inline void hpet_reserve_timer(struct hpet_data *hd, int timer) in hpet_reserve_timer() argument
108 int hpet_alloc(struct hpet_data *);
/linux-4.1.27/arch/x86/kernel/
Dhpet.c180 static void hpet_reserve_msi_timers(struct hpet_data *hd);
187 struct hpet_data hd; in hpet_reserve_platform_timers()
625 static void hpet_reserve_msi_timers(struct hpet_data *hd) in hpet_reserve_msi_timers()
722 static void hpet_reserve_msi_timers(struct hpet_data *hd) in hpet_reserve_msi_timers()
/linux-4.1.27/drivers/char/
Dhpet.c733 static int hpet_is_known(struct hpet_data *hdp) in hpet_is_known()
841 int hpet_alloc(struct hpet_data *hdp) in hpet_alloc()
970 struct hpet_data *hdp; in hpet_resources()
1025 struct hpet_data data; in hpet_acpi_add()