Lines Matching refs:pci_func
225 struct pci_func { struct
226 struct pci_func *next; argument
405 struct pci_func *cpqhp_slot_create(unsigned char busnumber);
406 struct pci_func *cpqhp_slot_find(unsigned char bus, unsigned char device,
408 int cpqhp_process_SI(struct controller *ctrl, struct pci_func *func);
409 int cpqhp_process_SS(struct controller *ctrl, struct pci_func *func);
420 int cpqhp_save_base_addr_length(struct controller *ctrl, struct pci_func *func);
421 int cpqhp_save_used_resources(struct controller *ctrl, struct pci_func *func);
422 int cpqhp_configure_board(struct controller *ctrl, struct pci_func *func);
423 int cpqhp_save_slot_config(struct controller *ctrl, struct pci_func *new_slot);
424 int cpqhp_valid_replace(struct controller *ctrl, struct pci_func *func);
425 void cpqhp_destroy_board_resources(struct pci_func *func);
426 int cpqhp_return_board_resources(struct pci_func *func,
429 int cpqhp_configure_device(struct controller *ctrl, struct pci_func *func);
430 int cpqhp_unconfigure_device(struct pci_func *func);
436 extern struct pci_func *cpqhp_slot_list[256];