Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/common/
H A Dstdio.c174 list_last_entry(&devs.list, struct stdio_dev, list); in stdio_probe_device()
/rk3399_rockchip-uboot/include/linux/
H A Dlist.h348 #define list_last_entry(ptr, type, member) \ macro