Home
last modified time | relevance | path

Searched refs:sdmmc_command (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/sdhc/
Dsdhc_esp32.h88 struct sdmmc_command { struct
Dsdhc_esp32.c323 struct sdmmc_command *cmd) in process_command_response()
361 static void process_data_status(sdmmc_dev_t *sdio_hw, uint32_t status, struct sdmmc_command *cmd) in process_data_status()
419 struct sdmmc_command *cmd, enum sdmmc_req_state *pstate, in process_events()
514 static int handle_event(const struct device *dev, struct sdmmc_command *cmd, in handle_event()
571 static bool cmd_needs_auto_stop(const struct sdmmc_command *cmd) in cmd_needs_auto_stop()
578 static sdmmc_hw_cmd_t make_hw_cmd(struct sdmmc_command *cmd) in make_hw_cmd()
622 struct sdmmc_command *cmdinfo) in sdmmc_host_do_transaction()
1090 struct sdmmc_command esp_cmd = { in sdhc_esp32_request()