Home
last modified time | relevance | path

Searched defs:php_ctlr_state_s (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/hotplug/
Dpciehp_hpc.c219 struct php_ctlr_state_s { struct
220 struct php_ctlr_state_s *pnext; argument
238 static struct php_ctlr_state_s *php_ctlr_list_head = 0; /* HPC state linked list */ argument
Dshpchp.h302 struct php_ctlr_state_s { struct
303 struct php_ctlr_state_s *pnext; argument
304 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 …]