Home
last modified time | relevance | path

Searched defs:dev_config (Results 1 – 5 of 5) sorted by relevance

/device/soc/esp/esp32/components/spi_flash/sim/stubs/soc/include/hal/
Dspi_flash_types.h59 esp_err_t (*dev_config)(spi_flash_host_inst_t *host); member
/device/soc/esp/esp32/components/hal/include/hal/
Dspi_flash_types.h108 esp_err_t (*dev_config)(spi_flash_host_inst_t *host); member
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/video/sunxi/disp2/disp/de/
Ddisp_manager.c1378 struct disp_device_config dev_config; in disp_mgr_smooth_switch() local
2530 struct disp_device_config dev_config; in disp_mgr_enable() local
2631 struct disp_device_config dev_config; in disp_mgr_sw_enable() local
/device/soc/esp/esp32/components/driver/
Dsdspi_host.c985 sdspi_device_config_t dev_config = { in sdspi_host_init_slot() local
Dspi_master.c312 …_err_t spi_bus_add_device(spi_host_device_t host_id, const spi_device_interface_config_t *dev_conf… in spi_bus_add_device()