Searched refs:slot_func (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/pci/hotplug/ |
H A D | cpqphp_core.c | 416 struct pci_func *slot_func; in set_attention_status() local 433 slot_func = cpqhp_slot_find(bus, device, function); in set_attention_status() 434 if (!slot_func) in set_attention_status() 437 return cpqhp_set_attention_status(ctrl, slot_func, status); in set_attention_status() 443 struct pci_func *slot_func; in process_SI() local 460 slot_func = cpqhp_slot_find(bus, device, function); in process_SI() 461 if (!slot_func) in process_SI() 464 slot_func->bus = bus; in process_SI() 465 slot_func->device = device; in process_SI() 466 slot_func in process_SI() 475 struct pci_func *slot_func; process_SS() local [all...] |
/kernel/linux/linux-6.6/drivers/pci/hotplug/ |
H A D | cpqphp_core.c | 417 struct pci_func *slot_func; in set_attention_status() local 434 slot_func = cpqhp_slot_find(bus, device, function); in set_attention_status() 435 if (!slot_func) in set_attention_status() 438 return cpqhp_set_attention_status(ctrl, slot_func, status); in set_attention_status() 444 struct pci_func *slot_func; in process_SI() local 461 slot_func = cpqhp_slot_find(bus, device, function); in process_SI() 462 if (!slot_func) in process_SI() 465 slot_func->bus = bus; in process_SI() 466 slot_func->device = device; in process_SI() 467 slot_func in process_SI() 476 struct pci_func *slot_func; process_SS() local [all...] |
Completed in 2 milliseconds