Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/common/
H A Dlog.c20 list_for_each_entry(ldev, &gd->log_head, sibling_node) { in log_device_find_by_name()
120 list_for_each_entry(ldev, &gd->log_head, sibling_node) { in log_dispatch()
226 INIT_LIST_HEAD((struct list_head *)&gd->log_head); in log_init()
238 (struct list_head *)&gd->log_head); in log_init()
/rk3399_rockchip-uboot/include/asm-generic/
H A Dglobal_data.h147 struct list_head log_head; /* List of struct log_device */ member