Lines Matching defs:iTCO_wdt_private
88 struct iTCO_wdt_private { struct
89 struct watchdog_device wddev;
92 unsigned int iTCO_version;
93 struct resource *tco_res;
94 struct resource *smi_res;
99 struct resource *gcs_pmc_res;
100 unsigned long __iomem *gcs_pmc;
102 spinlock_t io_lock;
104 struct pci_dev *pci_dev;
106 bool suspended;
108 void *no_reboot_priv;
110 int (*update_no_reboot_bit)(void *p, bool set);