Searched refs:cpqhp_slot_find (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/pci/hotplug/ |
H A D | cpqphp_ctrl.c | 72 func = cpqhp_slot_find(ctrl->bus, in handle_switch_change() 151 func = cpqhp_slot_find(ctrl->bus, in handle_presence_change() 242 func = cpqhp_slot_find(ctrl->bus, in handle_power_fault() 1066 struct pci_func *cpqhp_slot_find(u8 bus, u8 device, u8 index) in cpqhp_slot_find() function 1567 new_slot = cpqhp_slot_find(ctrl->bus, func->device, index++); in board_added() 1636 temp_func = cpqhp_slot_find(func->bus, func->device, index++); in remove_board() 1643 temp_func = cpqhp_slot_find(temp_func->bus, temp_func->device, index++); in remove_board() 1695 func = cpqhp_slot_find(ctrl->bus, device, 0); in remove_board() 1781 func = cpqhp_slot_find(ctrl->bus, (hp_slot + ctrl->slot_device_offset), 0); in interrupt_event_handler() 1895 func = cpqhp_slot_find(p_slot->bus, p_slot->device, 0); in cpqhp_pushbutton_thread() [all …]
|
H A D | cpqphp_core.c | 434 slot_func = cpqhp_slot_find(bus, device, function); in set_attention_status() 461 slot_func = cpqhp_slot_find(bus, device, function); in process_SI() 493 slot_func = cpqhp_slot_find(bus, device, function); in process_SS() 1184 func = cpqhp_slot_find(ctrl->bus, device, 0); in cpqhpc_probe()
|
H A D | cpqphp.h | 406 struct pci_func *cpqhp_slot_find(unsigned char bus, unsigned char device,
|