Searched refs:LIST_HEAD_INIT (Results 1 - 14 of 14) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/higv/include/ |
H A D | linux_cbb_list.h | 30 #ifndef LIST_HEAD_INIT 31 #define LIST_HEAD_INIT(name) { &(name), &(name) } macro 36 (struct list_head name = LIST_HEAD_INIT(name))
|
H A D | hi_list.h | 42 #define HI_LIST_INIT_HEAD_DEFINE(name) LIST_HEAD_INIT(name)
|
/device/soc/rockchip/common/hardware/mpp/include/ |
H A D | mpp_list.h | 85 #define LIST_HEAD_INIT(name) \ macro 90 #define LIST_HEAD(name) struct list_head name = LIST_HEAD_INIT(name)
|
/device/soc/rockchip/rk3399/hardware/mpp/include/ |
H A D | mpp_list.h | 86 #define LIST_HEAD_INIT(name) { &(name), &(name) } macro 89 struct list_head name = LIST_HEAD_INIT(name)
|
/device/soc/rockchip/rk3568/hardware/mpp/include/ |
H A D | mpp_list.h | 86 #define LIST_HEAD_INIT(name) { &(name), &(name) } macro 89 struct list_head name = LIST_HEAD_INIT(name)
|
/device/soc/rockchip/rk3588/hardware/mpp/include/ |
H A D | mpp_list.h | 95 #define LIST_HEAD_INIT(name) { &(name), &(name) } macro 98 struct list_head name = LIST_HEAD_INIT(name)
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/ |
H A D | list.h | 38 #define LIST_HEAD_INIT(name) { &(name), &(name) } macro
|
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/ |
H A D | list.h | 35 #define LIST_HEAD_INIT(name) { &(name), &(name) } macro
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/ |
H A D | list.h | 35 #define LIST_HEAD_INIT(name) { &(name), &(name) } macro
|
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/mmz/ |
H A D | drv_tee_smmu_agent.c | 354 .list = LIST_HEAD_INIT(g_smmu_agent_ops.list)
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/ |
H A D | mali_memory_os_alloc.c | 50 .pool_pages = LIST_HEAD_INIT(mali_mem_os_allocator.pool_pages),
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/ |
H A D | mali_memory_os_alloc.c | 49 .pool_pages = LIST_HEAD_INIT(mali_mem_os_allocator.pool_pages),
|
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | bpf.h | 686 .lnode = LIST_HEAD_INIT(_name.ksym.lnode), \
|
/device/soc/rockchip/common/sdk_linux/kernel/sched/ |
H A D | fair.c | 10170 .tasks = LIST_HEAD_INIT(env.tasks), in load_balance()
|
Completed in 24 milliseconds