Searched refs:cpqhp_slot_find (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/pci/hotplug/ |
D | cpqphp_pci.c | 400 new_slot = cpqhp_slot_find(busnumber, device, index++); in cpqhp_save_config() 403 new_slot = cpqhp_slot_find(busnumber, device, index++); in cpqhp_save_config() 567 func = cpqhp_slot_find(func->bus, func->device, index++); in cpqhp_save_base_addr_length() 673 func = cpqhp_slot_find(func->bus, func->device, index++); in cpqhp_save_base_addr_length() 712 func = cpqhp_slot_find(func->bus, func->device, index++); in cpqhp_save_used_resources() 936 func = cpqhp_slot_find(func->bus, func->device, index++); in cpqhp_save_used_resources() 965 func = cpqhp_slot_find(func->bus, func->device, index++); in cpqhp_configure_board() 1014 func = cpqhp_slot_find(func->bus, func->device, index++); in cpqhp_configure_board() 1047 func = cpqhp_slot_find(func->bus, func->device, index++); in cpqhp_valid_replace() 1155 func = cpqhp_slot_find(func->bus, func->device, index++); in cpqhp_valid_replace() [all …]
|
D | cpqphp_ctrl.c | 86 func = cpqhp_slot_find(ctrl->bus, in handle_switch_change() 165 func = cpqhp_slot_find(ctrl->bus, in handle_presence_change() 256 func = cpqhp_slot_find(ctrl->bus, in handle_power_fault() 1081 struct pci_func *cpqhp_slot_find(u8 bus, u8 device, u8 index) in cpqhp_slot_find() function 1585 new_slot = cpqhp_slot_find(ctrl->bus, func->device, index++); in board_added() 1655 temp_func = cpqhp_slot_find(func->bus, func->device, index++); in remove_board() 1662 temp_func = cpqhp_slot_find(temp_func->bus, temp_func->device, index++); in remove_board() 1714 func = cpqhp_slot_find(ctrl->bus, device, 0); in remove_board() 1817 func = cpqhp_slot_find(ctrl->bus, (hp_slot + ctrl->slot_device_offset), 0); in interrupt_event_handler() 1939 func = cpqhp_slot_find(p_slot->bus, p_slot->device, 0); in cpqhp_pushbutton_thread() [all …]
|
D | cpqphp_core.c | 461 slot_func = cpqhp_slot_find(bus, device, function); in set_attention_status() 488 slot_func = cpqhp_slot_find(bus, device, function); in process_SI() 520 slot_func = cpqhp_slot_find(bus, device, function); in process_SS() 1244 func = cpqhp_slot_find(ctrl->bus, device, 0); in cpqhpc_probe()
|
D | cpqphp_sysfs.c | 91 new_slot = cpqhp_slot_find(slot->bus, slot->device, 0); in show_dev()
|
D | cpqphp.h | 420 struct pci_func *cpqhp_slot_find(unsigned char bus, unsigned char device,
|