Searched refs:ebda_hpc_list (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/hotplug/ |
D | ibmphp_ebda.c | 57 static struct ebda_hpc_list *hpc_list_ptr; 73 static struct ebda_hpc_list * __init alloc_ebda_hpc_list (void) in alloc_ebda_hpc_list() 75 struct ebda_hpc_list *list; in alloc_ebda_hpc_list() 77 list = kmalloc (sizeof (struct ebda_hpc_list), GFP_KERNEL); in alloc_ebda_hpc_list() 249 hpc_ptr = list_entry (ptr1, struct controller, ebda_hpc_list); in print_ebda_hpc() 982 list_add (&hpc_ptr->ebda_hpc_list, &ebda_hpc_head ); in ebda_rsrc_controller() 1154 controller = list_entry (list, struct controller, ebda_hpc_list); in ibmphp_free_ebda_hpc_queue() 1204 ctrl = list_entry (tmp, struct controller, ebda_hpc_list); in ibmphp_register_pci() 1220 ctrl = list_entry (tmp, struct controller, ebda_hpc_list); in ibmphp_probe()
|
D | ibmphp.h | 170 struct ebda_hpc_list { struct 757 struct list_head ebda_hpc_list; member
|