Home
last modified time | relevance | path

Searched refs:cpqhp_save_config (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/drivers/pci/hotplug/
Dcpqphp_pci.c299 int cpqhp_save_config(struct controller *ctrl, int busnumber, int is_hot_plug) in cpqhp_save_config() function
388 rc = cpqhp_save_config(ctrl, sub_bus, 0); in cpqhp_save_config()
505 rc = cpqhp_save_config(ctrl, sub_bus, 0); in cpqhp_save_slot_config()
Dcpqphp.h419 int cpqhp_save_config(struct controller *ctrl, int busnumber, int is_hot_plug);
Dcpqphp_core.c1092 rc = cpqhp_save_config(ctrl, ctrl->bus, readb(ctrl->hpc_reg + SLOT_MASK)); in cpqhpc_probe()