Lines Matching refs:pci_func

41 static u32 configure_new_device(struct controller* ctrl, struct pci_func *func,u8 behind_bridge, st…
42 static int configure_new_function(struct controller* ctrl, struct pci_func *func,u8 behind_bridge, …
85 struct pci_func *func; in handle_switch_change()
163 struct pci_func *func; in handle_presence_change()
254 struct pci_func *func; in handle_power_fault()
995 struct pci_func *cpqhp_slot_create(u8 busnumber) in cpqhp_slot_create()
997 struct pci_func *new_slot; in cpqhp_slot_create()
998 struct pci_func *next; in cpqhp_slot_create()
1000 new_slot = (struct pci_func *) kmalloc(sizeof(struct pci_func), GFP_KERNEL); in cpqhp_slot_create()
1008 memset(new_slot, 0, sizeof(struct pci_func)); in cpqhp_slot_create()
1031 static int slot_remove(struct pci_func * old_slot) in slot_remove()
1033 struct pci_func *next; in slot_remove()
1071 static int bridge_slot_remove(struct pci_func *bridge) in bridge_slot_remove()
1075 struct pci_func *next; in bridge_slot_remove()
1124 struct pci_func *cpqhp_slot_find(u8 bus, u8 device, u8 index) in cpqhp_slot_find()
1127 struct pci_func *func; in cpqhp_slot_find()
1153 static int is_bridge(struct pci_func * func) in is_bridge()
1178 static u32 board_replaced(struct pci_func * func, struct controller * ctrl) in board_replaced()
1384 static u32 board_added(struct pci_func * func, struct controller * ctrl) in board_added()
1392 struct pci_func *new_slot = NULL; in board_added()
1595 static u32 remove_board(struct pci_func * func, u32 replace_flag, struct controller * ctrl) in remove_board()
1604 struct pci_func *temp_func; in remove_board()
1811 struct pci_func *func; in interrupt_event_handler()
1937 struct pci_func *func; in cpqhp_pushbutton_thread()
1999 int cpqhp_process_SI (struct controller *ctrl, struct pci_func *func) in cpqhp_process_SI()
2101 int cpqhp_process_SS (struct controller *ctrl, struct pci_func *func) in cpqhp_process_SS()
2346 static u32 configure_new_device (struct controller * ctrl, struct pci_func * func, in configure_new_device()
2352 struct pci_func *new_slot; in configure_new_device()
2445 static int configure_new_function (struct controller * ctrl, struct pci_func * func, in configure_new_function()
2469 struct pci_func *new_slot; in configure_new_function()