Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/lib/optee_clientApi/
H A DOpteeClientRkFs_v2.c91 struct rkss_file_table { struct
106 struct rkss_file_table *table; argument
263 struct rkss_file_table *ptable; in rkss_dump_ptable()
347 struct rkss_file_table *ptable, unsigned int *out_area_index) in rkss_get_fileinfo_by_index()
349 struct rkss_file_table *p; in rkss_get_fileinfo_by_index()
371 memcpy(ptable, p, sizeof(struct rkss_file_table)); in rkss_get_fileinfo_by_index()
377 struct rkss_file_table *ptable, unsigned int *out_area_index) in rkss_get_fileinfo_by_name()
381 struct rkss_file_table *p; in rkss_get_fileinfo_by_name()
402 memcpy(ptable, p, sizeof(struct rkss_file_table)); in rkss_get_fileinfo_by_name()
449 struct rkss_file_table *p; in rkss_get_dirs_by_name()
[all …]
H A DOpteeClientRkNewFs_v2.c99 struct rkss_file_table { struct
114 struct rkss_file_table *table; argument
271 struct rkss_file_table *ptable; in rkss_dump_ptable()
355 struct rkss_file_table *ptable, unsigned int *out_area_index) in rkss_get_fileinfo_by_index()
357 struct rkss_file_table *p; in rkss_get_fileinfo_by_index()
379 memcpy(ptable, p, sizeof(struct rkss_file_table)); in rkss_get_fileinfo_by_index()
385 struct rkss_file_table *ptable, unsigned int *out_area_index) in rkss_get_fileinfo_by_name()
389 struct rkss_file_table *p; in rkss_get_fileinfo_by_name()
410 memcpy(ptable, p, sizeof(struct rkss_file_table)); in rkss_get_fileinfo_by_name()
457 struct rkss_file_table *p; in rkss_get_dirs_by_name()
[all …]