/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/ |
H A D | list.h | 40 struct list_head { struct 41 struct list_head *next, *prev; 44 static inline void __list_add(struct list_head *_new, struct list_head *prev, struct list_head *next) in __list_add() 52 static inline void list_add(struct list_head *_new, struct list_head *head) in list_add() 57 static inline void list_add_tail(struct list_head *_new, struct list_head *head) in list_add_tail() 62 static inline void __list_del(struct list_head *pre [all...] |
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/ |
H A D | list.h | 37 struct list_head { struct 38 struct list_head *next, *prev; 41 static inline void __list_add(struct list_head *_new, struct list_head *prev, struct list_head *next) in __list_add() 49 static inline void list_add(struct list_head *_new, struct list_head *head) in list_add() 54 static inline void list_add_tail(struct list_head *_new, struct list_head *head) in list_add_tail() 59 static inline void __list_del(struct list_head *pre [all...] |
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/ |
H A D | list.h | 37 struct list_head { struct 38 struct list_head *next, *prev; 41 static inline void __list_add(struct list_head *_new, struct list_head *prev, struct list_head *next) in __list_add() 49 static inline void list_add(struct list_head *_new, struct list_head *head) in list_add() 54 static inline void list_add_tail(struct list_head *_new, struct list_head *head) in list_add_tail() 59 static inline void __list_del(struct list_head *pre [all...] |
/device/soc/rockchip/rk3588/hardware/mpp/include/ |
H A D | mpp_list.h | 91 struct list_head { struct 92 struct list_head *next, *prev; 98 struct list_head name = LIST_HEAD_INIT(name) 118 struct list_head *head__ = (ptr); \ 119 struct list_head *pos__ = head__->next; \ 151 static __inline void __list_add(struct list_head * _new, in __list_add() 152 struct list_head * prev, in __list_add() 153 struct list_head * next) in __list_add() 161 static __inline void list_add(struct list_head *_new, struct list_head *hea [all...] |
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/csf/ |
H A D | mali_kbase_csf_defs.h | 214 struct list_head link; 283 struct list_head link; 397 struct list_head link; 398 struct list_head link_to_schedule; 441 struct list_head jit_cmds_head; 442 struct list_head jit_blocked_queues; 485 struct list_head list; 512 struct list_head runnable_groups[BASE_QUEUE_GROUP_PRIORITY_COUNT]; 514 struct list_head idle_wait_groups; 572 struct list_head event_pages_hea [all...] |
/device/soc/rockchip/common/hardware/mpp/include/ |
H A D | mpp_list.h | 81 struct list_head { struct 82 struct list_head *next, *prev; 90 #define LIST_HEAD(name) struct list_head name = LIST_HEAD_INIT(name) 111 struct list_head *head__ = (ptr); \ 112 struct list_head *pos__ = head__->next; \ 136 static __inline void _list_add(struct list_head *_new, struct list_head *prev, struct list_head *next) in _list_add() 144 static __inline void list_add(struct list_head *_new, struct list_head *hea [all...] |
/device/soc/rockchip/rk3399/hardware/mpp/include/ |
H A D | mpp_list.h | 82 struct list_head { struct 83 struct list_head *next, *prev; 89 struct list_head name = LIST_HEAD_INIT(name) 112 struct list_head *head__ = (ptr); \ 113 struct list_head *pos__ = head__->next; \ 145 static __inline void _list_add(struct list_head * _new, in _list_add() 146 struct list_head * prev, in _list_add() 147 struct list_head * next) in _list_add() 155 static __inline void list_add(struct list_head *_new, struct list_head *hea [all...] |
/device/soc/rockchip/rk3568/hardware/mpp/include/ |
H A D | mpp_list.h | 82 struct list_head { struct 83 struct list_head *next, *prev; 89 struct list_head name = LIST_HEAD_INIT(name) 112 struct list_head *head__ = (ptr); \ 113 struct list_head *pos__ = head__->next; \ 145 static __inline void _list_add(struct list_head * _new, in _list_add() 146 struct list_head * prev, in _list_add() 147 struct list_head * next) in _list_add() 155 static __inline void list_add(struct list_head *_new, struct list_head *hea [all...] |
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/ |
H A D | mali_kbase_csf_defs.h | 265 struct list_head link; 345 struct list_head link; 475 struct list_head link; 476 struct list_head link_to_schedule; 522 struct list_head jit_cmds_head; 523 struct list_head jit_blocked_queues; 586 struct list_head list; 614 struct list_head runnable_groups[KBASE_QUEUE_GROUP_PRIORITY_COUNT]; 616 struct list_head idle_wait_groups; 655 struct list_head callback_lis [all...] |
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_defs.h | 321 struct list_head node; 344 struct list_head listeners; 450 struct list_head page_list; 604 struct list_head kctx_list; 878 struct list_head entry; 969 struct list_head kctx_list; 1030 struct list_head job_fault_event_list; 1273 struct list_head link; 1542 struct list_head kctx_list_link; 1547 struct list_head event_lis [all...] |
/device/soc/rockchip/rk3588/kernel/drivers/pinctrl/ |
H A D | core.h | 43 struct list_head node; 54 struct list_head gpio_ranges; 78 struct list_head node; 80 struct list_head states; 82 struct list_head dt_maps; 93 struct list_head node; 95 struct list_head settings; 132 struct list_head node; 180 struct list_head node; 243 extern struct list_head pinctrl_map [all...] |
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/jm/ |
H A D | mali_kbase_jm_defs.h | 152 struct list_head head; 485 struct list_head dep_head[2]; 486 struct list_head dep_item[2]; 488 struct list_head jd_item; 555 struct list_head callbacks; 617 struct list_head queue; 619 struct list_head jit_node; 716 struct list_head oom_reg_list; 793 struct list_head jit_atoms_head; 794 struct list_head jit_pending_allo [all...] |
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_defs.h | 222 struct list_head head;
410 struct list_head dep_head[2];
411 struct list_head dep_item[2];
416 struct list_head jd_item;
429 struct list_head node;
487 struct list_head callbacks;
565 struct list_head queue;
569 struct list_head jit_node;
830 struct list_head link;
914 struct list_head page_lis [all...] |
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_defs.h | 229 struct list_head head; 417 struct list_head dep_head[2]; 418 struct list_head dep_item[2]; 423 struct list_head jd_item; 436 struct list_head node; 494 struct list_head callbacks; 572 struct list_head queue; 576 struct list_head jit_node; 840 struct list_head link; 924 struct list_head page_lis [all...] |
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_defs.h | 343 struct list_head node; 366 struct list_head listeners; 469 struct list_head page_list; 636 struct list_head kctx_list; 963 struct list_head entry; 1061 struct list_head kctx_list; 1119 struct list_head job_fault_event_list; 1448 struct list_head link; 1719 struct list_head kctx_list_link; 1724 struct list_head event_lis [all...] |
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/ |
H A D | mali_memory_types.h | 59 struct list_head list; 70 struct list_head pages; 99 struct list_head pfns; 143 struct list_head list; 150 struct list_head pool_pages; 163 struct list_head pages; /**< all pages for this cow backend allocation, 170 struct list_head pages; 211 struct list_head list; /**< Used to link swappable memory backend to the global swappable list */
|
H A D | mali_memory_defer_bind.h | 31 struct list_head node; /*dlist node in bind manager */ 37 struct list_head free_pages; /* page pool */ 43 struct list_head node; 60 _mali_osk_errcode_t mali_mem_defer_bind_allocation_prepare(mali_mem_allocation *alloc, struct list_head *list, u32 *required_varying_memsize);
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/ |
H A D | mali_memory_types.h | 60 struct list_head list; 71 struct list_head pages; 100 struct list_head pfns; 143 struct list_head list; 150 struct list_head pool_pages; 165 struct list_head pages; /**< all pages for this cow backend allocation, 172 struct list_head pages; 214 struct list_head list; /**< Used to link swappable memory backend to the global swappable list */
|
H A D | mali_memory_defer_bind.h | 31 struct list_head node; /* dlist node in bind manager */
36 struct list_head free_pages; /* page pool */
42 struct list_head node;
58 mali_osk_errcode_t mali_mem_defer_bind_allocation_prepare(mali_mem_allocation *alloc, struct list_head *list,
|
/device/soc/rockchip/common/sdk_linux/include/drm/ |
H A D | drm_file.h | 79 struct list_head debugfs_list; 142 struct list_head link; 151 struct list_head pending_link; 250 struct list_head lhead; 291 struct list_head fbs; 304 struct list_head blobs; 318 struct list_head pending_event_list; 328 struct list_head event_list;
|
H A D | drm_mode_config.h | 414 struct list_head fb_list; 437 struct list_head connector_list; 467 struct list_head encoder_list; 483 struct list_head plane_list; 498 struct list_head crtc_list; 507 struct list_head property_list; 516 struct list_head privobj_list; 543 struct list_head property_blob_list;
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/jm/ |
H A D | mali_kbase_jm_defs.h | 151 struct list_head head; 508 struct list_head dep_head[2]; 509 struct list_head dep_item[2]; 511 struct list_head jd_item; 570 struct list_head callbacks; 631 struct list_head queue; 633 struct list_head jit_node; 773 struct list_head oom_reg_list; 851 struct list_head jit_atoms_head; 852 struct list_head jit_pending_allo [all...] |
/device/soc/rockchip/common/sdk_linux/include/media/ |
H A D | v4l2-async.h | 95 struct list_head list; 96 struct list_head asd_list; 129 struct list_head asd_list; 130 struct list_head waiting; 131 struct list_head done; 132 struct list_head list;
|
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/ispp/ |
H A D | stream.h | 85 struct list_head list_rd; 86 struct list_head list_wr; 87 struct list_head list_rpt; 103 struct list_head list_rd; 104 struct list_head list_wr; 115 struct list_head list_rd; 116 struct list_head list_wr; 145 struct list_head buf_queue; 211 struct list_head queue; 244 void *get_list_buf(struct list_head *lis [all...] |
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/ispp/ |
H A D | stream.h | 94 struct list_head list_rd; 95 struct list_head list_wr; 96 struct list_head list_rpt; 112 struct list_head list_rd; 113 struct list_head list_wr; 124 struct list_head list_rd; 125 struct list_head list_wr; 154 struct list_head buf_queue; 224 struct list_head queue; 259 void *get_list_buf(struct list_head *lis [all...] |