Home
last modified time | relevance | path

Searched refs:de (Results 1 – 5 of 5) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Dfstree.c29 struct dirent *de; in read_fstree() local
39 while ((de = readdir(d)) != NULL) { in read_fstree()
42 if (streq(de->d_name, ".") in read_fstree()
43 || streq(de->d_name, "..")) in read_fstree()
46 tmpnam = join_path(dirname, de->d_name); in read_fstree()
61 prop = build_property(xstrdup(de->d_name), in read_fstree()
71 newchild = name_node(newchild, xstrdup(de->d_name)); in read_fstree()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dreiserfs_fs.h1903 void set_de_name_and_namelen(struct reiserfs_dir_entry *de);
1905 struct treepath *path, struct reiserfs_dir_entry *de);
1981 void print_de(struct reiserfs_dir_entry *de);
H A Dmsdos_fs.h175 struct msdos_dir_entry *de; member
/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmvideo.c.02643 //sw patch: HDMI 720*480i->720*400p , v de will become twice
2646 //But in this case, 720*400p will be treat as i mode, and then v de will become twice
3039 // Set full range capture size for de-bypass mode
4976 #if VERIFY_MVIDEO_FPGA //non-de-interlace function
5496 #if VERIFY_MVIDEO_FPGA //non-de-interlace function=> celear second frame half garbage
7874 // there is no more ATV input, de-attach ISR
9572 //add de
H A Dmdrv_sc_display.c.05213 …XC_LOG_TRACE(XC_DBGLEVEL_SETTIMING_ISR, "FSM ISR: de-attached ISR result=%u, and reset FSM to Idle…