Searched refs:agent (Results 1 – 16 of 16) sorted by relevance
| /u-boot/test/dm/ |
| A D | scmi.c | 31 ut_assertnull(scmi_ctx->agent); in ut_assert_scmi_state_preprobe() 53 agent = scmi_ctx->agent; in ut_assert_scmi_state_postprobe() 54 ut_assertnonnull(agent); in ut_assert_scmi_state_postprobe() 56 ut_assertnonnull(agent->clk); in ut_assert_scmi_state_postprobe() 58 ut_assertnonnull(agent->reset); in ut_assert_scmi_state_postprobe() 124 agent = scmi_ctx->agent; in dm_test_scmi_clocks() 125 ut_assertnonnull(agent); in dm_test_scmi_clocks() 186 agent = scmi_ctx->agent; in dm_test_scmi_resets() 187 ut_assertnonnull(agent); in dm_test_scmi_resets() 217 agent = scmi_ctx->agent; in dm_test_scmi_voltage_domains() [all …]
|
| /u-boot/drivers/firmware/scmi/ |
| A D | sandbox-scmi_agent.c | 65 agent->clk_count ? agent->clk[0].enabled : -1, in debug_print_agent_state() 66 agent->clk_count ? agent->clk[0].rate : -1, in debug_print_agent_state() 67 agent->clk_count > 1 ? agent->clk[1].enabled : -1, in debug_print_agent_state() 68 agent->clk_count > 1 ? agent->clk[1].rate : -1, in debug_print_agent_state() 69 agent->clk_count > 2 ? agent->clk[2].enabled : -1, in debug_print_agent_state() 70 agent->clk_count > 2 ? agent->clk[2].rate : -1); in debug_print_agent_state() 73 agent->reset_count ? agent->reset[0].asserted : -1, in debug_print_agent_state() 77 agent->voltd_count ? agent->voltd[0].enabled : -1, in debug_print_agent_state() 79 agent->voltd_count ? agent->voltd[1].enabled : -1, in debug_print_agent_state() 546 if (agent != sandbox_scmi_service_ctx()->agent) in sandbox_scmi_test_remove() [all …]
|
| A D | Kconfig | 12 An SCMI agent communicates with a related SCMI server firmware 16 Communications between agent (client) and the SCMI server are 22 bool "Enable SCMI agent mailbox" 30 bool "Enable SCMI agent SMCCC" 38 bool "Enable SCMI agent OP-TEE"
|
| /u-boot/arch/sandbox/include/asm/ |
| A D | scmi_test.h | 69 struct sandbox_scmi_agent *agent; member
|
| /u-boot/doc/usage/ |
| A D | netconsole.rst | 79 port for logging agent (defaults to 6666) 82 IP address for logging agent (this is the required parameter) 85 ethernet MAC address for logging agent (defaults to broadcast)
|
| /u-boot/drivers/cache/ |
| A D | Kconfig | 39 agent interfaces.
|
| /u-boot/board/technexion/pico-imx6/ |
| A D | README | 58 Next, run the DFU agent so we can flash the new images using dfu-util
|
| /u-boot/drivers/clk/ |
| A D | Kconfig | 166 by a SCMI agent based on SCMI clock protocol communication 174 by a SCMI agent based on SCMI clock protocol communication
|
| /u-boot/board/technexion/pico-imx6ul/ |
| A D | README | 53 Run the DFU agent so we can flash the new images using dfu-util tool:
|
| /u-boot/board/technexion/pico-imx7d/ |
| A D | README | 54 Run the DFU agent so we can flash the new images using dfu-util tool:
|
| /u-boot/drivers/reset/ |
| A D | Kconfig | 213 devices exposed by a SCMI agent based on SCMI reset domain
|
| /u-boot/test/ |
| A D | nokia_rx51_test.sh | 72 …able-libiscsi --disable-smartcard-nss --disable-usb-redir --disable-guest-agent --disable-seccomp …
|
| /u-boot/tools/docker/ |
| A D | Dockerfile | 204 --disable-usb-redir --disable-guest-agent --disable-seccomp \
|
| /u-boot/doc/usage/fit/ |
| A D | signature.rst | 626 Depending on system configuration, gpg-agent may need to be killed first::
|
| /u-boot/arch/sandbox/dts/ |
| A D | test.dts | 681 compatible = "sandbox,scmi-agent";
|
| /u-boot/arch/x86/ |
| A D | Kconfig | 994 agent (asm/arch/systemagent.h) and an I/O map for ACPI
|
Completed in 20 milliseconds