Home
last modified time | relevance | path

Searched refs:agent (Results 1 – 13 of 13) sorted by relevance

/Zephyr-latest/boards/mediatek/mt8195/
Dafe-mt8195.dts14 agent-disable = <0x10890014 18 1>;
31 agent-disable = <0x10890014 19 1>;
48 agent-disable = <0x10890014 3 1>;
64 agent-disable = <0x10890014 4 1>;
/Zephyr-latest/boards/mediatek/mt8188/
Dafe-mt8188.dts14 agent-disable = <0x10b10014 18 1>;
31 agent-disable = <0x10b10014 19 1>;
49 agent-disable = <0x10b10014 3 1>;
66 agent-disable = <0x10b10014 4 1>;
/Zephyr-latest/doc/hardware/arch/
Darm-scmi.rst25 a pin). In this context, Zephyr itself is an agent.
60 A system may have more than one agent.
68 Each agent has its own distinct set of channels, meaning some channel A cannot be used
74 #. A2P (agent to platform)
75 The agent is the initiator/requester. The messages passed through these
77 #. P2A (platform to agent)
120 The steps below exemplify how the communication between the Zephyr agent
/Zephyr-latest/include/zephyr/drivers/modem/
Dhl7800.h373 int mdm_hl7800_register_event_callback(struct mdm_hl7800_callback_agent *agent);
382 int mdm_hl7800_unregister_event_callback(struct mdm_hl7800_callback_agent *agent);
/Zephyr-latest/modules/openthread/
DKconfig.features53 bool "Border agent ephemeral PSKc"
56 bool "Create and save border agent ID"
272 bool "Neighbor discovery agent support"
DCMakeLists.txt47 …G_OPENTHREAD_BORDER_AGENT_EPHEMERAL_KEY_ENABLE OT_BORDER_AGENT_EPSKC "Border agent ephemeral PSKc")
48 …o_ot_option(CONFIG_OPENTHREAD_BORDER_AGENT_ID OT_BORDER_AGENT_ID "Create and save border agent ID")
103 …EAD_NEIGHBOR_DISCOVERY_AGENT OT_NEIGHBOR_DISCOVERY_AGENT "Enable neighbor discovery agent support")
/Zephyr-latest/samples/net/openthread/coprocessor/
DREADME.rst15 Additional required host-side tools (e.g. otbr-agent) to build a Thread Border
/Zephyr-latest/doc/develop/west/
Dworkspaces.rst126 password, you can avoid entering it manually every time using `ssh-agent`_.
131 .. _ssh-agent:
132 https://www.ssh.com/ssh/agent
/Zephyr-latest/doc/releases/
Dmigration-guide-4.2.rst66 * Renamed the devicetree property ``agent_disable`` to ``agent-disable``.
/Zephyr-latest/drivers/modem/
Dhl7800.c976 struct mdm_hl7800_callback_agent *agent; in event_handler() local
982 agent = CONTAINER_OF(node, struct mdm_hl7800_callback_agent, node); in event_handler()
983 if (agent->event_callback != NULL) { in event_handler()
984 agent->event_callback(event, event_data); in event_handler()
5779 int mdm_hl7800_register_event_callback(struct mdm_hl7800_callback_agent *agent) in mdm_hl7800_register_event_callback() argument
5787 if (!agent->event_callback) { in mdm_hl7800_register_event_callback()
5790 sys_slist_append(&hl7800_event_callback_list, &agent->node); in mdm_hl7800_register_event_callback()
5796 int mdm_hl7800_unregister_event_callback(struct mdm_hl7800_callback_agent *agent) in mdm_hl7800_unregister_event_callback() argument
5804 ret = (int)sys_slist_find_and_remove(&hl7800_event_callback_list, &agent->node); in mdm_hl7800_unregister_event_callback()
/Zephyr-latest/doc/connectivity/networking/conn_mgr/figures/
Dintegration_diagram_simplified.drawio1 <mxfile host="Electron" modified="2023-08-28T23:41:19.284Z" agent="Mozilla/5.0 (Windows NT 10.0; Wi…
Dintegration_diagram_detailed.drawio1 <mxfile host="Electron" modified="2023-08-28T23:43:21.842Z" agent="Mozilla/5.0 (Windows NT 10.0; Wi…
/Zephyr-latest/drivers/console/
DKconfig53 This option allows a debug server agent such as GDB to take over the