Searched refs:ctrl_err (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/pci/hotplug/ |
| A D | shpchp_ctrl.c | 91 ctrl_err(ctrl, "Surprise Removal of card\n"); in shpchp_handle_switch_change() 205 ctrl_err(ctrl, "Speed of bus %x and adapter %x mismatch\n", in fix_bus_speed() 246 ctrl_err(ctrl, "Failed to power on slot\n"); in board_added() 261 ctrl_err(ctrl, "Issue of Slot Enable command failed\n"); in board_added() 290 ctrl_err(ctrl, "Issue of Slot Enable command failed\n"); in board_added() 307 ctrl_err(ctrl, "Cannot add device at %04x:%02x:%02x\n", in board_added() 324 ctrl_err(ctrl, "%s: Issue of Slot Disable command failed\n", in board_added() 364 ctrl_err(ctrl, "Issue of Set Attention command failed\n"); in remove_board() 423 ctrl_err(p_slot->ctrl, "%s: Cannot allocate memory\n", in shpchp_queue_pushbutton_work() 662 ctrl_err(ctrl, "Not a valid state on slot %s\n", in shpchp_sysfs_enable_slot() [all …]
|
| A D | shpchp_hpc.c | 279 ctrl_err(ctrl, "Command not completed in 1000 msec\n"); in shpc_wait_cmd() 342 ctrl_err(ctrl, "Switch opened!\n"); in hpc_check_cmd_status() 346 ctrl_err(ctrl, "Invalid HPC command!\n"); in hpc_check_cmd_status() 350 ctrl_err(ctrl, "Invalid bus speed/mode!\n"); in hpc_check_cmd_status() 933 ctrl_err(ctrl, "Cannot find PCI capability\n"); in shpc_init() 940 ctrl_err(ctrl, "Cannot read base_offset\n"); in shpc_init() 946 ctrl_err(ctrl, "Cannot read slot config\n"); in shpc_init() 955 ctrl_err(ctrl, "Cannot read creg (index = %d)\n", in shpc_init() 973 ctrl_err(ctrl, "pci_enable_device failed\n"); in shpc_init() 978 ctrl_err(ctrl, "Cannot reserve MMIO region\n"); in shpc_init() [all …]
|
| A D | pciehp_ctrl.c | 81 ctrl_err(ctrl, "Slot(%s): Power fault\n", slot_name(ctrl)); in board_added() 89 ctrl_err(ctrl, "Cannot add device at %04x:%02x:00\n", in board_added() 203 ctrl_err(ctrl, "Slot(%s): Ignoring invalid state %#x\n", in pciehp_handle_button_press() 390 ctrl_err(ctrl, "Slot(%s): Invalid state %#x\n", in pciehp_sysfs_enable_slot() 424 ctrl_err(ctrl, "Slot(%s): Invalid state %#x\n", in pciehp_sysfs_disable_slot()
|
| A D | pciehp_core.c | 83 ctrl_err(ctrl, "pci_hp_initialize failed: error %d\n", retval); in init_slot() 212 ctrl_err(ctrl, "Slot initialization failed (%d)\n", rc); in pciehp_probe() 219 ctrl_err(ctrl, "Notification initialization failed (%d)\n", rc); in pciehp_probe() 226 ctrl_err(ctrl, "Publication to user space failed (%d)\n", rc); in pciehp_probe()
|
| A D | shpchp_pci.c | 35 ctrl_err(ctrl, "Device %s already exists at %04x:%02x:%02x, cannot hot-add\n", in shpchp_configure_device() 45 ctrl_err(ctrl, "No new device found\n"); in shpchp_configure_device()
|
| A D | shpchp_core.c | 108 ctrl_err(ctrl, "pci_hp_register failed with error %d\n", in init_slots() 283 ctrl_err(ctrl, "Slot initialization failed\n"); in shpc_probe()
|
| A D | pciehp_pci.c | 56 ctrl_err(ctrl, "No new device found\n"); in pciehp_configure_device()
|
| A D | shpchp.h | 54 #define ctrl_err(ctrl, format, arg...) \ macro 224 ctrl_err(ctrl, "Slot (device=0x%02x) not found\n", device); in shpchp_find_slot()
|
| A D | pciehp_hpc.c | 72 ctrl_err(ctrl, "Cannot get irq %d for the hotplug controller\n", in pciehp_request_irq() 553 ctrl_err(ctrl, "%s: Can not enable the link!\n", __func__); in pciehp_power_on_slot() 730 ctrl_err(ctrl, "Slot(%s): Power fault\n", slot_name(ctrl)); in pciehp_ist()
|
| A D | pciehp.h | 37 #define ctrl_err(ctrl, format, arg...) \ macro
|
Completed in 20 milliseconds