Searched refs:list_for_each_entry_safe_reverse (Results 1 - 6 of 6) sorted by relevance
/device/soc/rockchip/common/hardware/mpp/include/ |
H A D | mpp_list.h | 132 #define list_for_each_entry_safe_reverse(pos, n, head, type, member) \ macro
|
/device/soc/rockchip/rk3399/hardware/mpp/include/ |
H A D | mpp_list.h | 139 #define list_for_each_entry_safe_reverse(pos, n, head, type, member) \ macro
|
/device/soc/rockchip/rk3568/hardware/mpp/include/ |
H A D | mpp_list.h | 139 #define list_for_each_entry_safe_reverse(pos, n, head, type, member) \ macro
|
/device/soc/rockchip/rk3588/hardware/mpp/include/ |
H A D | mpp_list.h | 145 #define list_for_each_entry_safe_reverse(pos, n, head, type, member) \ macro
|
/device/soc/rockchip/common/vendor/drivers/video/rockchip/mpp/ |
H A D | mpp_common.c | 1379 list_for_each_entry_safe_reverse(loop, n, &task->mem_region_list, reg_link)
in mpp_task_attach_fd()
|
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/mpp/ |
H A D | mpp_common.c | 1408 list_for_each_entry_safe_reverse(loop, n, &task->mem_region_list, reg_link) { in mpp_task_attach_fd()
|
Completed in 8 milliseconds