Searched refs:hl (Results 1 - 4 of 4) sorted by relevance

/u-boot/drivers/video/nexell/
H A Ds5pxx18_dp.c279 int hl, hc; local
303 &hl, &hc, &vl, &vc);
304 if (hl || hc || vl || vc)
/u-boot/scripts/kconfig/lxdialog/
H A Ddialog.h87 int hl; /* highlight this item */ member in struct:dialog_color
H A Dutil.c55 dlg.dialog.hl = (h); \
172 if (color->hl)
/u-boot/fs/yaffs2/
H A Dyaffs_guts.c3971 struct yaffs_obj *hl; local
3976 hl = list_entry(obj->hard_links.next, struct yaffs_obj,
3979 yaffs_get_obj_name(hl, name, YAFFS_MAX_NAME_LENGTH + 1);
3980 parent = hl->parent;
3982 list_del_init(&hl->hard_links);
3984 yaffs_add_obj_to_dir(obj->my_dev->unlinked_dir, hl);
3989 ret_val = yaffs_generic_obj_del(hl);
4149 struct yaffs_obj *hl; local
4153 hl = list_entry(lh, struct yaffs_obj, hard_links);
4155 hl
[all...]

Completed in 62 milliseconds