Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/kernel/
Dhpet.c33 #define EVT_TO_HPET_DEV(evt) container_of(evt, struct hpet_dev, evt)
47 struct hpet_dev { struct
372 struct hpet_dev *hdev = EVT_TO_HPET_DEV(evt); in hpet_set_mode()
437 static DEFINE_PER_CPU(struct hpet_dev *, cpu_hpet_dev);
438 static struct hpet_dev *hpet_devs;
442 struct hpet_dev *hdev = data->handler_data; in hpet_msi_unmask()
453 struct hpet_dev *hdev = data->handler_data; in hpet_msi_mask()
462 void hpet_msi_write(struct hpet_dev *hdev, struct msi_msg *msg) in hpet_msi_write()
468 void hpet_msi_read(struct hpet_dev *hdev, struct msi_msg *msg) in hpet_msi_read()
478 struct hpet_dev *hdev = EVT_TO_HPET_DEV(evt); in hpet_msi_set_mode()
[all …]
/linux-2.6.39/arch/x86/include/asm/
Dhpet.h80 struct hpet_dev;
81 extern void hpet_msi_write(struct hpet_dev *hdev, struct msi_msg *msg);
82 extern void hpet_msi_read(struct hpet_dev *hdev, struct msi_msg *msg);
/linux-2.6.39/drivers/char/
Dhpet.c99 struct hpet_dev { struct
122 struct hpet_dev hp_dev[1]; argument
150 struct hpet_dev *devp; in hpet_interrupt()
186 static void hpet_timer_set_irq(struct hpet_dev *devp) in hpet_timer_set_irq()
247 struct hpet_dev *devp; in hpet_open()
289 struct hpet_dev *devp; in hpet_read()
333 struct hpet_dev *devp; in hpet_poll()
355 struct hpet_dev *devp; in hpet_mmap()
385 struct hpet_dev *devp; in hpet_fasync()
397 struct hpet_dev *devp; in hpet_release()
[all …]