Searched refs:hpet_dev (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/arch/x86/kernel/ |
D | hpet.c | 47 struct hpet_dev { struct 56 inline struct hpet_dev *EVT_TO_HPET_DEV(struct clock_event_device *evtdev) in EVT_TO_HPET_DEV() argument 58 return container_of(evtdev, struct hpet_dev, evt); in EVT_TO_HPET_DEV() 352 struct hpet_dev *hdev = EVT_TO_HPET_DEV(evt); in hpet_resume() 448 static DEFINE_PER_CPU(struct hpet_dev *, cpu_hpet_dev); 449 static struct hpet_dev *hpet_devs; 454 struct hpet_dev *hdev = irq_data_get_irq_handler_data(data); in hpet_msi_unmask() 465 struct hpet_dev *hdev = irq_data_get_irq_handler_data(data); in hpet_msi_mask() 474 void hpet_msi_write(struct hpet_dev *hdev, struct msi_msg *msg) in hpet_msi_write() 480 void hpet_msi_read(struct hpet_dev *hdev, struct msi_msg *msg) in hpet_msi_read() [all …]
|
/linux-4.4.14/arch/x86/include/asm/ |
D | hpet.h | 77 struct hpet_dev; 82 extern void hpet_msi_write(struct hpet_dev *hdev, struct msi_msg *msg); 83 extern void hpet_msi_read(struct hpet_dev *hdev, struct msi_msg *msg); 86 struct hpet_dev *dev, int dev_num);
|
/linux-4.4.14/drivers/char/ |
D | hpet.c | 92 struct hpet_dev { struct 115 struct hpet_dev hp_dev[1]; argument 143 struct hpet_dev *devp; in hpet_interrupt() 200 static void hpet_timer_set_irq(struct hpet_dev *devp) in hpet_timer_set_irq() 261 struct hpet_dev *devp; in hpet_open() 303 struct hpet_dev *devp; in hpet_read() 347 struct hpet_dev *devp; in hpet_poll() 383 struct hpet_dev *devp; in hpet_mmap() 407 struct hpet_dev *devp; in hpet_fasync() 419 struct hpet_dev *devp; in hpet_release() [all …]
|
/linux-4.4.14/arch/x86/kernel/apic/ |
D | msi.c | 344 int hpet_assign_irq(struct irq_domain *domain, struct hpet_dev *dev, in hpet_assign_irq()
|