Lines Matching refs:pci_func
239 struct pci_func { struct
240 struct pci_func *next; argument
419 struct pci_func *cpqhp_slot_create(unsigned char busnumber);
420 struct pci_func *cpqhp_slot_find(unsigned char bus, unsigned char device,
422 int cpqhp_process_SI(struct controller *ctrl, struct pci_func *func);
423 int cpqhp_process_SS(struct controller *ctrl, struct pci_func *func);
434 int cpqhp_save_base_addr_length(struct controller *ctrl, struct pci_func *func);
435 int cpqhp_save_used_resources(struct controller *ctrl, struct pci_func *func);
436 int cpqhp_configure_board(struct controller *ctrl, struct pci_func *func);
437 int cpqhp_save_slot_config(struct controller *ctrl, struct pci_func *new_slot);
438 int cpqhp_valid_replace(struct controller *ctrl, struct pci_func *func);
439 void cpqhp_destroy_board_resources(struct pci_func *func);
440 int cpqhp_return_board_resources(struct pci_func *func,
443 int cpqhp_configure_device(struct controller *ctrl, struct pci_func *func);
444 int cpqhp_unconfigure_device(struct pci_func *func);
450 extern struct pci_func *cpqhp_slot_list[256];