Searched refs:ibmphp_slot_head (Results 1 - 4 of 4) sorted by relevance

/drivers/pci/hotplug/
H A Dibmphp_ebda.c53 LIST_HEAD (ibmphp_slot_head); variable
188 list_for_each_entry(ptr, &ibmphp_slot_head, ibm_slot_list) {
596 list_for_each_entry(slot_cur, &ibmphp_slot_head, ibm_slot_list) {
970 list_add (& ((struct slot *)(hp_slot_ptr->private))->ibm_slot_list, &ibmphp_slot_head);
978 list_for_each_entry(tmp_slot, &ibmphp_slot_head, ibm_slot_list) {
1079 list_for_each_entry(slot, &ibmphp_slot_head, ibm_slot_list) {
H A Dibmphp_core.c121 list_for_each(tmp, &ibmphp_slot_head) {
510 list_for_each(tmp, &ibmphp_slot_head) {
675 list_for_each(tmp, &ibmphp_slot_head) {
704 list_for_each_safe(tmp, next, &ibmphp_slot_head) {
H A Dibmphp_hpc.c631 list_for_each (pslotlist, &ibmphp_slot_head) {
841 list_for_each (pslotlist, &ibmphp_slot_head) {
862 list_for_each (pslotlist, &ibmphp_slot_head) {
873 list_for_each (pslotlist, &ibmphp_slot_head) {
H A Dibmphp.h273 extern struct list_head ibmphp_slot_head;

Completed in 90 milliseconds