Searched defs:php_ctlr_state_s (Results 1 – 2 of 2) sorted by relevance
219 struct php_ctlr_state_s { struct220 struct php_ctlr_state_s *pnext; argument238 static struct php_ctlr_state_s *php_ctlr_list_head = 0; /* HPC state linked list */ argument
302 struct php_ctlr_state_s { struct303 struct php_ctlr_state_s *pnext; argument304 struct pci_dev *pci_dev;305 unsigned int irq;306 unsigned long flags; /* spinlock's */307 u32 slot_device_offset;308 u32 num_slots;309 struct timer_list int_poll_timer; /* Added for poll event */310 php_intr_callback_t attention_button_callback;311 php_intr_callback_t switch_change_callback;[all …]