Home
last modified time | relevance | path

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

/kernel/uniproton/src/fs/vfs/
Dvfs_partition.h25 struct TagDeviceDesc *OsGetDeviceList(void);
Dvfs_partition.c56 struct TagDeviceDesc *OsGetDeviceList(void) in OsGetDeviceList() function
/kernel/uniproton/src/fs/littlefs/
Dlfs_adapter.c34 for (device = OsGetDeviceList(); device != NULL; device = device->dNext) { in OsLfsGetStartAddr()