Home
last modified time | relevance | path

Searched full:host (Results 1 – 25 of 1606) sorted by relevance

12345678910>>...65

/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/
Dcompile.sh22 app=tests/bsim/bluetooth/host/adv/resume compile
23 app=tests/bsim/bluetooth/host/adv/resume conf_file=prj_2.conf compile
24 app=tests/bsim/bluetooth/host/adv/chain compile
25 app=tests/bsim/bluetooth/host/adv/periodic compile
26 app=tests/bsim/bluetooth/host/adv/periodic conf_file=prj_long_data.conf compile
27 app=tests/bsim/bluetooth/host/adv/encrypted/css_sample_data compile
28 app=tests/bsim/bluetooth/host/adv/encrypted/ead_sample compile
30 app=tests/bsim/bluetooth/host/att/eatt conf_file=prj_lowres.conf compile
31 app=tests/bsim/bluetooth/host/att/eatt conf_file=prj_collision.conf compile
32 app=tests/bsim/bluetooth/host/att/eatt conf_file=prj_multiple_conn.conf compile
[all …]
/Zephyr-Core-3.5.0/drivers/espi/
DKconfig50 bool "Automatic acknowledge for eSPI HOST warnings"
55 Enable automatic acknowledgment from eSPI slave towards eSPI host
58 to prepare for either HOST suspend or reset.
95 bool "Host I/O peripheral"
97 Enables ACPI Host I/O over eSPI peripheral channel.
100 bool "Host I/O peripheral Private Channel"
102 Enables ACPI Host I/O over eSPI peripheral channel for private channel.
105 hex "Host I/O peripheral Private Channel"
109 This is the port number used by the Host and EC to communicate over
110 the private channel. Please ensure the Host code is configured to use
[all …]
DKconfig.xec47 send over eSPI from host.
64 to override if eSPI host doesn't support it.
87 int "Host I/O peripheral port size for shared memory in MEC172X series"
91 This is the port size used by the Host and EC to communicate over
95 int "Host I/O peripheral port size for ec host command in MEC172X series"
99 This is the port size used by the Host and EC to communicate over
100 the shared memory region to return the host command parameter data.
110 Enable a 32 byte mailbox interface accessible via Host I/O over the
116 Enable ACPI EC2 interface accessible via Host I/O over the
122 Enable ACPI EC3 interface accessible via Host I/O over the
[all …]
/Zephyr-Core-3.5.0/soc/xtensa/intel_adsp/common/include/
Dcavstool.h13 /* The host takes no action, but signals DONE to complete the message */
16 /* The host returns done after a short timeout */
19 /* The host issues a new message with the ext_data value as its "data" */
22 /* The host writes the given value to ADSPCS */
25 /* The host emits a (real/host time) timestamp into the log stream */
28 /* The host copies OUTBOX[ext_data >> 16] to INBOX[ext_data & 0xffff] */
31 /* The host clears the run bit and resets the HDA stream */
34 /* The host configures an HDA stream (with provided buffer size and stream id) */
37 /* The host runs (sets the SDxCTL.RUN bit) for a given HDA stream */
40 /* The host stops (sets the SDxCTL.RUN bit) for a given HDA stream */
[all …]
/Zephyr-Core-3.5.0/drivers/sdhc/
DKconfig.intel13 validated using intel's EMMC host controller.
17 bool "EMMC host controller interrupt mode"
20 EMMC host controller interrupt mode support.
23 bool "EMMC host controller DMA mode"
26 EMMC host controller DMA mode support.
29 bool "EMMC host controller ADMA mode"
32 EMMC host controller ADMA mode support.
35 int "EMMC host controller ADMA Descriptor size"
39 EMMC host controller ADMA Descriptor size.
54 bool "Host tuning"
[all …]
/Zephyr-Core-3.5.0/subsys/mgmt/ec_host_cmd/backends/
DKconfig1 # Host Command backend configs
6 DT_CHOSEN_ESPI_BACKEND := zephyr,host-cmd-espi-backend
7 DT_CHOSEN_SHI_BACKEND := zephyr,host-cmd-shi-backend
8 DT_CHOSEN_UART_BACKEND := zephyr,host-cmd-uart-backend
9 DT_CHOSEN_SPI_BACKEND := zephyr,host-cmd-spi-backend
12 bool "Embedded Controller Host Command Backend Simulator"
15 Enable the EC host command simulator.
18 bool "Host commands support using eSPI bus"
23 Enable support for Embedded Controller host commands using
27 bool "Host commands support using SHI"
[all …]
/Zephyr-Core-3.5.0/subsys/mgmt/ec_host_cmd/
DKconfig1 # Host command handler functionality
6 menu "Host command handler subsystem"
9 bool "Support Embedded Controller host command handler subsystem"
11 Enable host command processing for embedded controllers on notebook
17 module-str = ec-host-commands
21 int "Stack size for the EC host command handler thread"
25 int "Buffer size in bytes for TX buffer shared by all EC host commands"
32 Buffer size in bytes for TX buffer defined by the host command handler.
38 int "Buffer size in bytes for RX buffer shared by all EC host commands"
45 Buffer size in bytes for TX buffer defined by the host command handler.
[all …]
/Zephyr-Core-3.5.0/tests/net/socket/getnameinfo/src/
Dmain.c18 char host[80]; in ZTEST_USER() local
26 host, sizeof(host), serv, sizeof(serv), 0); in ZTEST_USER()
29 printk("%s %s\n", host, serv); in ZTEST_USER()
30 zassert_equal(strcmp(host, "0.0.0.0"), 0, ""); in ZTEST_USER()
37 host, sizeof(host), serv, sizeof(serv), 0); in ZTEST_USER()
40 printk("%s %s\n", host, serv); in ZTEST_USER()
41 zassert_equal(strcmp(host, "127.0.0.1"), 0, ""); in ZTEST_USER()
48 char host[80]; in ZTEST_USER() local
56 host, sizeof(host), serv, sizeof(serv), 0); in ZTEST_USER()
59 printk("%s %s\n", host, serv); in ZTEST_USER()
[all …]
/Zephyr-Core-3.5.0/include/zephyr/mgmt/ec_host_cmd/
Dec_host_cmd.h11 * @brief EC Host Command Interface
12 * @defgroup ec_host_cmd_interface EC Host Command Interface
24 * @brief Host command response codes (16-bit).
27 /** Host command was successful. */
35 /** Host command is not permitted. */
39 /** Host command id version unsupported. */
43 /** A host command is currently being processed. */
74 EC_HOST_CMD_DEBUG_OFF, /* No Host Command debug output */
78 EC_HOST_CMD_DEBUG_MODES /* Number of host command debug modes */
106 * @brief Arguments passed into every installed host command handler
[all …]
Dbackend.h9 * @brief Public APIs for Host Command backends that respond to host commands
33 * @brief EC Host Command Interface
34 * @defgroup ec_host_cmd_interface EC Host Command Interface
40 * @brief Context for host command backend and handler to pass rx data.
54 * @brief Context for host command backend and handler to pass tx data
58 * Data to write to the host The buffer is provided by the handler if
71 * @brief Initialize a host command backend
73 * This routine initializes a host command backend. It includes initialization
79 * data from the driver when the host sends data. The buf member can be
92 * @brief Sends data to the host
[all …]
/Zephyr-Core-3.5.0/dts/bindings/mipi-dsi/
Dst,stm32-mipi-dsi.yaml7 description: STM32 MIPI DSI host
11 include: [mipi-dsi-host.yaml, reset-device.yaml]
31 DSI host horizontal synchronization is active high.
36 DSI host vertical synchronization is active high.
41 DSI host data enable is active high.
46 DSI host enable non continuous clock.
52 DSI host dedicated PLL loop division factor.
58 DSI host dedicated PLL input division factor.
64 DSI HOST dedicated PLL output division factor.
79 host-timeouts:
[all …]
/Zephyr-Core-3.5.0/dts/bindings/espi/
Dmicrochip,xec-espi-host-dev.yaml4 description: Microchip XEC eSPI Host devices
6 compatible: "microchip,xec-espi-host-dev"
29 # optional properties application to different host facing devices
30 host-io:
33 Logical device Host I/O (x86) base. Refer to SoC documentation for the
37 host-io-addr-mask:
40 Host I/O address mask. This value is fixed for all HW and is only
44 host-mem:
47 Logical device Host memory (x86) base address. Refer to SoC
54 Each EMI host device supports Host access to two SoC data memory
[all …]
/Zephyr-Core-3.5.0/doc/services/device_mgmt/
Dec_host_cmd.rst3 EC Host Command
8 The host command protocol defines the interface for a host, or application processor, to
9 communicate with a target embedded controller (EC). The EC Host command subsystem implements the
10 target side of the protocol, generating responses to commands sent by the host. The host command
16 The Host Command subsystem contains a few components:
32 SHI (Serial Host Interface) is different to this because it is used only for communication with a
33 host. SHI does not have API itself, thus the backend and peripheral driver layers are combined into
39 Another case is SPI. Unfortunately, the current SPI API can't be used to handle the host commands
40 communication. The main issues are unknown command size sent by the host (the SPI transaction
44 can be changed in the future once the SPI API is extended to host command needs. Please check `the
[all …]
/Zephyr-Core-3.5.0/subsys/usb/host/
DKconfig6 bool "USB host stack [EXPERIMENTAL]"
10 New experimental USB host stack.
19 bool "USB host shell"
23 Shell commands for USB host support.
29 USB host thread initialization priority level.
32 int "USB host stack thread stack size"
35 USB host stack thread stack size in bytes.
41 Maximum number of USB host controller events that can be queued.
/Zephyr-Core-3.5.0/soc/arm/nuvoton_npcx/common/
Dsoc_host.h21 * @brief Initializes all host sub-modules in Core domain.
23 * This routine initializes all host sub-modules which HW blocks belong to
27 * @param dev Pointer to the device structure for the host bus driver instance.
31 * @retval -EIO if cannot turn on host sub-module source clocks in core domain.
37 * @brief Initializes all host sub-modules in Host domain.
39 * This routine initializes all host sub-modules which HW blocks belong to
40 * Host domain. Please notice it must be executed after receiving PLT_RST
46 * @brief Reads data from a host sub-module which is updated via eSPI.
48 * This routine provides a generic interface to read a host sub-module which
52 * @param data Parameter to be read from to the host sub-module.
[all …]
/Zephyr-Core-3.5.0/subsys/bluetooth/common/
DKconfig15 Maximum supported ACL size of data packets sent from the Host to the
17 The Host will segment the data transmitted to the Controller so that
19 In a combined build this value will be set in both the Host and the
21 In a Host-only build the Host will read the maximum ACL size supported
23 Host and the Controller.
24 The Host supports sending of larger L2CAP PDUs than the ACL size and
39 Number of outgoing ACL data buffers sent from the Host to the
41 Host can have queued in the Controller before waiting for the
42 to notify the Host that more packets can be queued with the Number of
44 The buffers are shared between all of the connections and the Host
[all …]
/Zephyr-Core-3.5.0/tests/bluetooth/host/id/bt_setup_random_id_addr/
Dtestcase.yaml4 - host
6 bluetooth.host.bt_random_idcreate.default:
10 bluetooth.host.bt_random_idcreate.multiple_identities:
14 bluetooth.host.bt_random_idcreate.hci_vs_ext_detect:
19 bluetooth.host.bt_random_idcreate.multiple_identities_hci_vs_ext_detect:
24 bluetooth.host.bt_random_idcreate.multiple_identities_hci_vs_ext_detect_privacy_enabled:
31 bluetooth.host.bt_random_idcreate.multiple_identities_hci_vs_ext_detect_privacy_settings_enabled:
/Zephyr-Core-3.5.0/tests/bluetooth/host/id/bt_id_del/
Dtestcase.yaml4 - host
6 bluetooth.host.bt_id_del.default:
8 bluetooth.host.bt_id_del.broadcaster_ext_adv_enabled:
13 bluetooth.host.bt_id_del.broadcaster_no_ext_adv:
17 bluetooth.host.bt_id_del.broadcaster_no_ext_adv_privacy_enabled:
23 bluetooth.host.bt_id_del.observer_ext_adv:
/Zephyr-Core-3.5.0/tests/bluetooth/host/id/bt_id_adv_random_addr_check/
Dtestcase.yaml4 - host
6 bluetooth.host.bt_id_adv_random_addr_check.default:
8 bluetooth.host.bt_id_adv_random_addr_check.observer_enabled:
13 bluetooth.host.bt_id_adv_random_addr_check.observer_privacy_enabled:
20 bluetooth.host.bt_id_adv_random_addr_check.observer_scan_with_identity_enabled:
26 bluetooth.host.bt_id_adv_random_addr_check.bt_ext_adv_enabled:
/Zephyr-Core-3.5.0/samples/subsys/ipc/ipc_service/icmsg/
DREADME.rst31 serial port, one is host another is remote:
36 [00:00:00.415,985] <inf> host: IPC-service HOST demo started
37 [00:00:00.417,816] <inf> host: Ep bounded
38 [00:00:00.417,877] <inf> host: Perform sends for 1000 [ms]
39 [00:00:01.417,114] <inf> host: Sent 488385 [Bytes] over 1000 [ms]
40 [00:00:01.417,175] <inf> host: Wait 500ms. Let net core finish its sends
41 [00:00:01.917,266] <inf> host: Stop network core
42 [00:00:01.917,297] <inf> host: Reset IPC service
43 [00:00:01.917,327] <inf> host: Run network core
44 [00:00:01.924,865] <inf> host: Ep bounded
[all …]
/Zephyr-Core-3.5.0/include/zephyr/usb/
Dusbh.h29 * @brief USB HOST Core Layer API
30 * @defgroup usb_host_core_api USB Host Core API
36 * USB host support runtime context
69 * @brief USB host class data and class instance API
99 * @brief Initialize the USB host support;
101 * @param[in] uhs_ctx Pointer to USB host support context
108 * @brief Enable the USB host support and class instances
110 * This function enables the USB host support.
112 * @param[in] uhs_ctx Pointer to USB host support context
119 * @brief Disable the USB host support
[all …]
/Zephyr-Core-3.5.0/doc/connectivity/networking/
Dnetworking_with_host.rst3 Networking with the host system
20 exchange data with the host system like a Linux desktop computer.
26 * Here IP packets are exchanged between Zephyr and the host system via serial
32 * Here IP packets are exchanged between Zephyr and the host system via QEMU's
34 in some cases, you might need to use the SLIP method for host connectivity.
42 admin privileges on the host machine, unlike TAP. However, it has several
49 routes TCP and UDP traffic between the guest and host. It uses the user mode
50 socket layer of the host to communicate with other hosts. This allows
53 the host on which the model is running. See :ref:`networking_with_armfvp`
58 * The Zephyr instance can be executed as a user space process in the host
[all …]
/Zephyr-Core-3.5.0/tests/bluetooth/host/buf/bt_buf_get_evt/
Dtestcase.yaml4 - host
6 bluetooth.host.bt_buf_get_evt.default:
8 bluetooth.host.bt_buf_get_evt.hci_acl_flow_control:
13 bluetooth.host.bt_buf_get_evt.iso_unicast:
18 bluetooth.host.bt_buf_get_evt.iso_sync_receiver:
/Zephyr-Core-3.5.0/tests/bluetooth/host/buf/bt_buf_get_cmd_complete/
Dtestcase.yaml4 - host
6 bluetooth.host.bt_buf_get_cmd_complete.default:
8 bluetooth.host.bt_buf_get_cmd_complete.hci_acl_flow_control:
13 bluetooth.host.bt_buf_get_cmd_complete.iso_unicast:
18 bluetooth.host.bt_buf_get_cmd_complete.iso_sync_receiver:
/Zephyr-Core-3.5.0/tests/bluetooth/host/buf/bt_buf_get_rx/
Dtestcase.yaml4 - host
6 bluetooth.host.bt_buf_get_rx.default:
8 bluetooth.host.bt_buf_get_rx.hci_acl_flow_control:
13 bluetooth.host.bt_buf_get_rx.iso_unicast:
18 bluetooth.host.bt_buf_get_rx.iso_sync_receiver:

12345678910>>...65