Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/tools/dtoc/
H A Ddtb_platdata.py88 def get_value(ftype, value): argument
100 if ftype == fdt.TYPE_INT:
102 elif ftype == fdt.TYPE_BYTE:
104 elif ftype == fdt.TYPE_STRING:
106 elif ftype == fdt.TYPE_BOOL:
108 elif ftype == fdt.TYPE_INT64:
/rk3399_rockchip-uboot/fs/ext4/
H A Dext4_common.h58 struct ext2fs_node **fnode, int *ftype);
H A Dext4_common.c2009 struct ext2fs_node **fnode, int *ftype) in ext4fs_iterate_dir() argument
2100 && (ftype != NULL)) { in ext4fs_iterate_dir()
2102 *ftype = type; in ext4fs_iterate_dir()