Lines Matching refs:pci_func

37 static int configure_device(struct pci_func *);
38 static int configure_bridge(struct pci_func **, u8);
39 static struct res_needed *scan_behind_bridge(struct pci_func *, u8);
50 static void assign_alt_irq (struct pci_func * cur_func, u8 class_code) in assign_alt_irq()
81 int ibmphp_configure_card (struct pci_func *func, u8 slotno) in ibmphp_configure_card()
88 struct pci_func *newfunc; /* for multi devices */ in ibmphp_configure_card()
89 struct pci_func *cur_func, *prev_func; in ibmphp_configure_card()
163 newfunc = (struct pci_func *) kmalloc (sizeof (struct pci_func), GFP_KERNEL); in ibmphp_configure_card()
168 memset (newfunc, 0, sizeof (struct pci_func)); in ibmphp_configure_card()
202 newfunc = (struct pci_func *) kmalloc (sizeof (struct pci_func), GFP_KERNEL); in ibmphp_configure_card()
207 memset (newfunc, 0, sizeof (struct pci_func)); in ibmphp_configure_card()
231 newfunc = (struct pci_func *) kmalloc (sizeof (struct pci_func), GFP_KERNEL); in ibmphp_configure_card()
236 memset (newfunc, 0, sizeof (struct pci_func)); in ibmphp_configure_card()
277 newfunc = (struct pci_func *) kmalloc (sizeof (struct pci_func), GFP_KERNEL); in ibmphp_configure_card()
282 memset (newfunc, 0, sizeof (struct pci_func)); in ibmphp_configure_card()
345 static int configure_device (struct pci_func *func) in configure_device()
566 static int configure_bridge (struct pci_func **func_passed, u8 slotno) in configure_bridge()
595 struct pci_func *func = *func_passed; in configure_bridge()
1084 static struct res_needed *scan_behind_bridge (struct pci_func * func, u8 busno) in scan_behind_bridge()
1581 struct pci_func *cur_func = NULL; in ibmphp_unconfigure_card()
1582 struct pci_func *temp_func; in ibmphp_unconfigure_card()