Home
last modified time | relevance | path

Searched refs:getDeviceList (Results 1 – 3 of 3) sorted by relevance

/kernel/liteos_m/components/fs/vfs/
Dvfs_partition.h46 struct DeviceDesc *getDeviceList(void);
Dvfs_partition.c72 struct DeviceDesc *getDeviceList(VOID) in getDeviceList() function
/kernel/liteos_m/components/fs/littlefs/
Dlfs_adapter.c50 for (device = getDeviceList(); device != NULL; device = device->dNext) { in LfsGetStartAddr()