Home
last modified time | relevance | path

Searched refs:vfs (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-latest/components/spi_flash/sim/
DMakefile.files27 vfs/include \
/hal_espressif-latest/components/spi_flash/sim/stubs/
DMakefile.files23 vfs/include \
/hal_espressif-latest/components/esp_netif/
DCMakeLists.txt54 idf_component_optional_requires(PRIVATE esp_eth vfs)
/hal_espressif-latest/components/esp_netif/vfs_l2tap/
Desp_vfs_l2tap.c593 esp_vfs_t vfs = { in esp_vfs_l2tap_intf_register() local
606 ESP_RETURN_ON_ERROR(esp_vfs_register(config->base_path, &vfs, NULL), TAG, "vfs register error"); in esp_vfs_l2tap_intf_register()
/hal_espressif-latest/components/esp_system/
DCMakeLists.txt120 idf_component_optional_requires(PRIVATE vfs)
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/l2cap/
Dbtc_l2cap.c1213 esp_vfs_t vfs = { in btc_l2cap_vfs_register() local
1225 if (esp_vfs_register_with_id(&vfs, NULL, &l2cap_local_param.l2cap_vfs_id) != ESP_OK) { in btc_l2cap_vfs_register()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/spp/
Dbtc_spp.c1641 esp_vfs_t vfs = { in btc_spp_vfs_register() local
1653 if (esp_vfs_register_with_id(&vfs, NULL, &spp_local_param.spp_vfs_id) != ESP_OK) { in btc_spp_vfs_register()
/hal_espressif-latest/components/bt/
DCMakeLists.txt775 PRIV_REQUIRES nvs_flash soc esp_pm esp_phy esp_coex mbedtls driver vfs