/openbmc/linux/drivers/scsi/isci/ |
H A D | remote_device.h | 198 * permitted. This state is entered from the INITIAL state. This state 199 * is entered from the STOPPING state. 203 * IO operations are permitted. This state is entered from the STOPPED 208 * This state is entered from the STARTING state. 215 * device. This state is entered when the device is processing a 220 * This state is entered when the device is processing an NCQ reuqest. 225 * remote device. This state is entered when an SDB error FIS is 230 * ATAPI remote device. This state is entered when ATAPI device sends 250 * state is entered from the READY state. This state is entered from 255 * state is entered from the INITIALIZING state. This state is entered [all …]
|
H A D | host.h | 226 * This state is entered from the INITIAL state. 227 * This state is entered from the RESETTING state. 235 * This state is entered from the RESET state. 242 * This state is entered from the INITIALIZING state. 249 * This state is entered from the INITIALIZED state. 256 * This state is entered from the STARTING state. 265 * This state is entered from the READY state. 266 * This state is entered from the FAILED state. 267 * This state is entered from the STOPPED state. 275 * This state is entered from the READY state. [all …]
|
H A D | port.h | 150 * entered from the STOPPING state. 154 * This state is entered from the READY state. 157 * entered from the STARTING state. 168 * operations on this port. This state is entered 171 * entered when a port reset request times out. This 172 * state is entered from the RESETTING state.
|
H A D | request.h | 164 * constructed. This state is entered from the INITIAL state. 167 * This state is entered from the CONSTRUCTED state. 218 * This state is entered from the STARTED state. This state is entered from the 222 * of being terminated/aborted. This state is entered from the CONSTRUCTED 223 * state. This state is entered from the STARTED state.
|
/openbmc/linux/Documentation/arch/arm64/ |
H A D | booting.rst | 207 level where the kernel image will be entered must be initialised by 219 - If EL3 is present and the kernel is entered at EL2: 232 - If the kernel is entered at EL1: 246 - If the kernel is entered at EL1: 259 - If the kernel is entered at EL1: 275 - If the kernel is entered at EL1: 284 - If EL3 is present and the kernel is entered at EL2: 290 - If EL3 is present and the kernel is entered at EL2: 300 - If EL2 is present and the kernel is entered at EL1: 313 - If the kernel is entered at EL1 and EL2 is present: [all …]
|
/openbmc/qemu/include/qemu/ |
H A D | coroutine-core.h | 63 * When the coroutine is entered for the first time, opaque is passed in as an 67 * execution continues in the caller who last entered the coroutine. 98 * This function does not return until the coroutine is re-entered using 123 * Return true if the coroutine is currently entered 125 * A coroutine is "entered" if it has not yielded from the current 131 * ones have already been entered. In such situations this function can be
|
/openbmc/linux/sound/soc/samsung/ |
H A D | spdif.c | 110 dev_dbg(spdif->dev, "Entered %s\n", __func__); in spdif_snd_txctrl() 125 dev_dbg(spdif->dev, "Entered %s\n", __func__); in spdif_set_sysclk() 148 dev_dbg(spdif->dev, "Entered %s\n", __func__); in spdif_trigger() 188 dev_dbg(spdif->dev, "Entered %s\n", __func__); in spdif_hw_params() 287 dev_dbg(spdif->dev, "Entered %s\n", __func__); in spdif_shutdown() 304 dev_dbg(spdif->dev, "Entered %s\n", __func__); in spdif_suspend() 320 dev_dbg(spdif->dev, "Entered %s\n", __func__); in spdif_resume() 371 dev_dbg(&pdev->dev, "Entered %s\n", __func__); in spdif_probe()
|
/openbmc/linux/drivers/scsi/qla2xxx/ |
H A D | qla_mbx.c | 124 ql_dbg(ql_dbg_mbx, vha, 0x1000, "Entered %s.\n", __func__); in qla2x00_mailbox_command() 626 "Entered %s.\n", __func__); in qla2x00_load_ram() 699 "Entered %s.\n", __func__); in qla2x00_execute_fw() 850 "Entered %s\n", __func__); in qla_get_exlogin_status() 907 "Entered %s.\n", __func__); in qla_set_exlogin_mem_cfg() 960 "Entered %s\n", __func__); in qla_get_exchoffld_status() 1017 "Entered %s.\n", __func__); in qla_set_exchoffld_mem_cfg() 1069 "Entered %s.\n", __func__); in qla2x00_get_fw_version() 1237 "Entered %s.\n", __func__); in qla2x00_get_fw_options() 1285 "Entered %s.\n", __func__); in qla2x00_set_fw_options() [all …]
|
/openbmc/linux/drivers/firmware/xilinx/ |
H A D | zynqmp-debug.c | 42 * @arg: Entered PM-API argument in string format 62 * @pm_api_req: Entered PM-API argument in string format 79 /* If no name was entered look for PM-API ID instead */ in get_pm_api_id() 135 * @ptr: User entered PM-API string
|
/openbmc/linux/tools/power/cpupower/man/ |
H A D | cpupower-monitor.1 | 94 The kernel updates these values every time an idle state is entered or 118 sleep states and can only be entered if all cores are idle. Look up Intel 136 power state got entered at least once during measure time.
|
/openbmc/linux/arch/arm/mach-mvebu/ |
H A D | pmsu_ll.S | 29 ARM_BE8(setend be ) @ go BE8 if entered LE 45 ARM_BE8(setend be ) @ go BE8 if entered LE
|
/openbmc/u-boot/doc/ |
H A D | kwboot.1 | 27 can be used either standalone, or entered immediately following boot 64 If used in combination with \fB-b\fP, terminal mode is entered
|
H A D | README.arm64 | 13 1. U-Boot can run at any exception level it is entered in, it is 16 or SMP bringup). U-Boot can be entered in EL2 when its main purpose is
|
/openbmc/linux/Documentation/arch/arm/ |
H A D | booting.rst | 205 entered in HYP mode in order to enable the kernel to make full use of 210 If the kernel is not entered in HYP mode for any reason, it must be 211 entered in SVC mode. 221 If the kernel is entered in HYP mode, the above requirements apply to
|
/openbmc/linux/Documentation/devicetree/bindings/soc/qcom/ |
H A D | qcom,rpm-master-stats.yaml | 21 our device has entered the desired low-power mode, how long it took to do so, 23 how many times a given sleep state was entered and which cores are actively
|
/openbmc/phosphor-watchdog/test/ |
H A D | watchdog.cpp | 294 // We should now have entered the fallback once the primary expires in TEST_F() 338 // We should have re-entered the primary in TEST_F() 378 // We should now have entered the fallback once the primary expires in TEST_F() 388 // We should have re-entered the primary in TEST_F() 431 // We should now have entered the fallback once the primary expires in TEST_F() 443 // We should have re-entered the primary in TEST_F() 497 // We should now have entered the fallback once the primary expires in TEST_F()
|
/openbmc/google-misc/subprojects/acpi-power-state-daemon/ |
H A D | acpi_power_state.cpp | 69 std::cout << "Entered S5" << std::endl; in sysACPIStatus() 73 std::cout << "Entered S0" << std::endl; in sysACPIStatus()
|
/openbmc/libpldm/include/libpldm/ |
H A D | instance-id.h | 66 * operation has entered an undefined state. 82 * succeed. Returns -EPROTO if the operation has entered an
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/broadwellde/ |
H A D | memory.json | 60 …"BriefDescription": "Number of times we entered an HLE region; does not count nested transactions", 63 …"PublicDescription": "Number of times we entered an HLE region\n does not count nested transaction… 253 …"BriefDescription": "Number of times we entered an RTM region; does not count nested transactions", 256 …"PublicDescription": "Number of times we entered an RTM region\n does not count nested transaction…
|
/openbmc/linux/Documentation/hwmon/ |
H A D | max31827.rst | 59 the temperature drops below the TH_HYST value or when shutdown mode is entered. 61 or when shutdown mode is entered.
|
/openbmc/qemu/include/migration/ |
H A D | misc.h | 101 /* True if incoming migration entered POSTCOPY_INCOMING_DISCARD */ 104 /* True if incoming migration entered POSTCOPY_INCOMING_ADVISE */
|
/openbmc/linux/drivers/usb/atm/ |
H A D | speedtch.c | 241 usb_dbg(usbatm, "%s entered\n", __func__); in speedtch_upload_firmware() 466 atm_dbg(usbatm, "%s entered\n", __func__); in speedtch_start_synchro() 495 atm_dbg(usbatm, "%s entered\n", __func__); in speedtch_check_status() 581 atm_dbg(instance->usbatm, "%s entered\n", __func__); in speedtch_resubmit_int() 607 atm_dbg(usbatm, "%s entered\n", __func__); in speedtch_handle_int() 654 atm_dbg(usbatm, "%s entered\n", __func__); in speedtch_atm_start() 689 atm_dbg(usbatm, "%s entered\n", __func__); in speedtch_atm_stop() 773 usb_dbg(usbatm, "%s entered\n", __func__); in speedtch_bind() 913 usb_dbg(usbatm, "%s entered\n", __func__); in speedtch_unbind()
|
/openbmc/u-boot/common/ |
H A D | iomux.c | 38 * entered and count how many devices were entered. in iomux_doenv()
|
/openbmc/u-boot/drivers/mmc/ |
H A D | gen_atmel_mci.c | 195 /* Entered into function pointer in mci_send_cmd */ 214 /* Entered into function pointer in mci_send_cmd */ 234 * Entered into mmc structure during driver init 378 /* Entered into mmc structure during driver init */ 428 /* Entered into mmc structure during driver init */
|
/openbmc/linux/include/linux/ |
H A D | mhi.h | 28 * @MHI_CB_IDLE: MHI entered idle state 30 * @MHI_CB_LPM_ENTER: MHI host entered low power mode 32 * @MHI_CB_EE_RDDM: MHI device entered RDDM exec env 33 * @MHI_CB_EE_MISSION_MODE: MHI device entered Mission Mode exec env 34 * @MHI_CB_SYS_ERROR: MHI device entered error state (may recover) 35 * @MHI_CB_FATAL_ERROR: MHI device entered fatal error state
|