Lines Matching defs:iTCO_wdt_private
87 struct iTCO_wdt_private { struct
88 struct watchdog_device wddev;
91 unsigned int iTCO_version;
92 struct resource *tco_res;
93 struct resource *smi_res;
98 struct resource *gcs_pmc_res;
99 unsigned long __iomem *gcs_pmc;
101 spinlock_t io_lock;
103 struct pci_dev *pci_dev;
105 bool suspended;
107 void *no_reboot_priv;
109 int (*update_no_reboot_bit)(void *p, bool set);