Home
last modified time | relevance | path

Searched refs:ctrl_info (Results 1 – 6 of 6) sorted by relevance

/linux-4.19.296/drivers/pci/hotplug/
Dpciehp_ctrl.c169 ctrl_info(ctrl, "Slot(%s): Powering off due to button press\n", in pciehp_handle_button_press()
173 ctrl_info(ctrl, "Slot(%s) Powering on due to button press\n", in pciehp_handle_button_press()
188 ctrl_info(ctrl, "Slot(%s): Button cancel\n", slot_name(p_slot)); in pciehp_handle_button_press()
198 ctrl_info(ctrl, "Slot(%s): Action canceled due to button press\n", in pciehp_handle_button_press()
245 ctrl_info(ctrl, "Slot(%s): Link Down\n", in pciehp_handle_presence_or_link_change()
248 ctrl_info(ctrl, "Slot(%s): Card not present\n", in pciehp_handle_presence_or_link_change()
274 ctrl_info(ctrl, "Slot(%s): Card present\n", in pciehp_handle_presence_or_link_change()
277 ctrl_info(ctrl, "Slot(%s): Link Up\n", in pciehp_handle_presence_or_link_change()
294 ctrl_info(ctrl, "Slot(%s): No adapter\n", slot_name(p_slot)); in __pciehp_enable_slot()
300 ctrl_info(ctrl, "Slot(%s): Latch open\n", in __pciehp_enable_slot()
[all …]
Dshpchp_ctrl.c59 ctrl_info(ctrl, "Button pressed on Slot(%s)\n", slot_name(p_slot)); in shpchp_handle_attention_button()
87 ctrl_info(ctrl, "Latch open on Slot(%s)\n", slot_name(p_slot)); in shpchp_handle_switch_change()
97 ctrl_info(ctrl, "Latch close on Slot(%s)\n", slot_name(p_slot)); in shpchp_handle_switch_change()
124 ctrl_info(ctrl, "Card present on Slot(%s)\n", in shpchp_handle_presence_change()
131 ctrl_info(ctrl, "Card not present on Slot(%s)\n", in shpchp_handle_presence_change()
155 ctrl_info(ctrl, "Power fault cleared on Slot(%s)\n", in shpchp_handle_power_fault()
163 ctrl_info(ctrl, "Power fault on Slot(%s)\n", slot_name(p_slot)); in shpchp_handle_power_fault()
167 ctrl_info(ctrl, "Power fault bit %x set\n", hp_slot); in shpchp_handle_power_fault()
481 ctrl_info(ctrl, "PCI slot #%s - powering off due to button press\n", in handle_button_press_event()
485 ctrl_info(ctrl, "PCI slot #%s - powering on due to button press\n", in handle_button_press_event()
[all …]
Dpciehp_hpc.c75 ctrl_info(ctrl, "%s: no response from device\n", in pcie_poll_cmd()
130 ctrl_info(ctrl, "Timeout on hotplug command %#06x (issued %u msec ago)\n", in pcie_wait_cmd()
155 ctrl_info(ctrl, "%s: no response from device\n", __func__); in pcie_do_write_cmd()
555 ctrl_info(ctrl, "%s: no response from device\n", __func__); in pciehp_isr()
655 ctrl_info(ctrl, "Slot(%s): Attention button pressed\n", in pciehp_ist()
860 ctrl_info(ctrl, "Slot Capabilities : 0x%08x\n", ctrl->slot_cap); in dbg_ctrl()
862 ctrl_info(ctrl, "Slot Status : 0x%04x\n", reg16); in dbg_ctrl()
864 ctrl_info(ctrl, "Slot Control : 0x%04x\n", reg16); in dbg_ctrl()
926ctrl_info(ctrl, "Slot #%d AttnBtn%c PwrCtrl%c MRL%c AttnInd%c PwrInd%c HotPlug%c Surprise%c Interl… in pcie_init()
Dshpchp_hpc.c287 ctrl_info(ctrl, "Command was interrupted by a signal\n"); in shpc_wait_cmd()
972 ctrl_info(ctrl, "HPC vendor_id %x device_id %x ss_vid %x ss_did %x\n", in shpc_init()
1046 ctrl_info(ctrl, "Can't get msi for the hotplug controller\n"); in shpc_init()
1047 ctrl_info(ctrl, "Use INTx for the hotplug controller\n"); in shpc_init()
Dpciehp.h55 #define ctrl_info(ctrl, format, arg...) \ macro
Dshpchp.h56 #define ctrl_info(ctrl, format, arg...) \ macro