Home
last modified time | relevance | path

Searched refs:host (Results 1 – 25 of 56) sorted by relevance

123

/drivers/sdhc/
A 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.
A Dsdhc_ambiq.c40 am_hal_card_host_t *host; member
252 ui32Status = data->host->ops->set_bus_voltage(data->host->pHandle, eBusVoltage); in ambiq_sdio_set_io()
264 ui32Status = data->host->ops->set_bus_width(data->host->pHandle, eBusWidth); in ambiq_sdio_set_io()
274 ui32Status = data->host->ops->set_bus_clock(data->host->pHandle, data->card.cfg.ui32Clock); in ambiq_sdio_set_io()
297 ui32Status = data->host->ops->set_uhs_mode(data->host->pHandle, eUHSMode); in ambiq_sdio_set_io()
339 if (data->host == NULL) { in ambiq_sdio_init()
347 data->card.pHost = data->host; in ambiq_sdio_init()
444 status = data->host->ops->get_cd(data->host->pHandle); in ambiq_sdio_get_card_present()
474 ui32Status = data->host->ops->card_busy(data->host->pHandle, DEFAULT_GET_STATUS_TIMEOUT_MS); in ambiq_sdio_card_busy()
589 ui32Status = dev_data->host->ops->execute_cmd(dev_data->host->pHandle, &sdio_cmd, in ambiq_sdio_request()
[all …]
A DKconfig5 bool "Secure Digital (SD card) host controller drivers"
36 Some SD host controllers require alignment of their data buffers
44 Selected by host controller driver if UHS support is present. required
50 Selected by host controller driver if SPI mode support is required.
56 Selected by host controller driver if native SD mode support is
A DKconfig.spi12 Enable the SPI SD host controller driver
/drivers/mipi_dbi/
A DKconfig.smartbond1 # Smartbond MIPI DBI host configuration options
7 bool "Smartbond MIPI DBI host controller driver"
12 Enable Smartbond MIPI DBI host controller.
/drivers/hdlc_rcp_if/
A DKconfig.uart8 # HDLC UART communication Interface used by Zephyr running Openthread RCP host
12 bool "UART HDLC interface for Zephyr Openthread RCP host"
21 RX buffer size for the OpenThread HDLC host UART.
27 TX buffer size for the OpenThread HDLC host UART.
A DKconfig7 # HDLC communication Interface used by Zephyr running Openthread RCP host
11 bool "HDLC interface for a Zephyr Openthread RCP host"
28 module-str = HDLC driver for Openthread RCP host
29 module-help = Sets log level for Openthread HDLC RCP host interface Device Drivers.
A DKconfig.nxp7 # HDLC communication Interface used by Zephyr running Openthread RCP host
11 bool "NXP HDLC interface for Zephyr Openthread RCP host"
A DKconfig.spi7 bool "SPI HDLC interface for Zephyr Openthread RCP host"
18 Maximum frame size for the OpenThread HDLC host SPI.
/drivers/ipm/
A DKconfig.intel_adsp14 bool "cAVS DSP/host communication"
17 Driver for host/DSP communication on intel_adsp devices
26 Location of the host-writable inbox window within the
28 with host driver and SOF source code (must match
39 location must be synchronized with host driver and SOF
/drivers/dma/
A DKconfig.nxp_sof_host_dma5 bool "NXP DMA driver used by SOF's host component"
10 SOF (Sound Open Firmware) host
12 is used by the SOF host component to
13 perform transfers between the host
/drivers/usb/uhc/
A DKconfig.virtual5 bool "Virtual USB host controller driver"
10 Virtual USB host controller driver.
A DKconfig6 bool "USB host controller drivers [EXPERIMENTAL]"
10 USB host controller driver.
/drivers/usb/uvb/
A Duvb.c182 STRUCT_SECTION_FOREACH(uvb_node, host) { in find_host_node()
183 if (strcmp(name, host->name) == 0) { in find_host_node()
184 return host; in find_host_node()
322 STRUCT_SECTION_FOREACH(uvb_node, host) { in uvb_init()
323 LOG_DBG("Host %p - %s", host, host->name); in uvb_init()
324 sys_dlist_init(&host->list); in uvb_init()
A Duvb.h248 #define UVB_HOST_NODE_DEFINE(host, host_name, host_notify) \ argument
249 STRUCT_SECTION_ITERABLE(uvb_node, host) = { \
/drivers/usb/bc12/
A DKconfig.pi3usb920110 host or client mode. It supports Battery Charging Specification, rev
12 (SDP/CDP/DCP) advertisement when in host mode. In portable device or
13 client mode it starts BC1.2 detection to detect the attached host
A Dbc12_pi3usb9201.c144 uint8_t *const host) in pi3usb9201_get_status() argument
164 if (host != NULL) { in pi3usb9201_get_status()
165 *host = status; in pi3usb9201_get_status()
494 uint8_t host; in pi3usb9201_isr_work() local
497 rv = pi3usb9201_get_status(dev, &client, &host); in pi3usb9201_isr_work()
511 if (host != 0) { in pi3usb9201_isr_work()
512 pi3usb9201_host_interrupt(dev, host); in pi3usb9201_isr_work()
/drivers/espi/
A DKconfig157 bool "Host peripheral device support EC host command subsystem"
159 Enables Embedded Controller (EC) host command subsystem via eSPI
186 hex "Host I/O peripheral port number for ec host command data"
191 the eSPI peripheral channel to send EC host command data and its
193 host command data and result. Also, ensure the port number selected
197 hex "Host I/O peripheral port number for ec host command parameters"
202 the eSPI peripheral channel to access the host command request and
210 bool "OOB host-initiated traffic handling"
213 Enables asynchronous handling for host-initiated OOB traffic.
/drivers/pcie/
A DCMakeLists.txt1 add_subdirectory_ifdef(CONFIG_PCIE host)
A DKconfig3 source "drivers/pcie/host/Kconfig"
/drivers/w1/
A DKconfig.test4 # Hidden option to enable the vnd,w1 1-Wire host driver used in testing.
/drivers/serial/
A DKconfig.native_tty4 bool "UART driver for interacting with host serial ports"
/drivers/entropy/
A DKconfig.native_sim11 native_sim board (ARCH_POSIX). This is based on the host random() API.
23 Disabling this feature allows some other component to seed the host standard library random
/drivers/spi/
A DKconfig.it8xxx211 Enable support for the ITE IT8XXX2 SPI host(SSPI) driver.
/drivers/usb/udc/
A DKconfig.dwc235 (IN or OUT) from host. In Periodic Transfer Interrupt, DWC2 driver is
36 not automatically retiring transfers if host does not issue token

Completed in 41 milliseconds

123