/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/include/ |
H A D | osal_list.h | 52 * Insert a new entry between two known consecutive entries. 57 static inline void osal___list_add(struct osal_list_head *new, in osal___list_add() argument 61 next->prev = new; in osal___list_add() 62 new->next = next; in osal___list_add() 63 new->prev = prev; in osal___list_add() 64 prev->next = new; in osal___list_add() 68 * list_add - add a new entry 69 * @new: new entry to be added 72 * Insert a new entr 75 osal_list_add(struct osal_list_head *new, struct osal_list_head *head) osal_list_add() argument 88 osal_list_add_tail(struct osal_list_head *new, struct osal_list_head *head) osal_list_add_tail() argument 134 osal_list_replace(struct osal_list_head *old, struct osal_list_head *new) osal_list_replace() argument 143 osal_list_replace_init(struct osal_list_head *old, struct osal_list_head *new) osal_list_replace_init() argument 691 osal_hlist_move_list(struct osal_hlist_head *old, struct osal_hlist_head *new) osal_hlist_move_list() argument [all...] |
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/ |
H A D | osal_list.h | 49 * Insert a new entry between two known consecutive entries. 54 static inline void osal___list_add(struct osal_list_head *new, in osal___list_add() argument 58 next->prev = new; in osal___list_add() 59 new->next = next; in osal___list_add() 60 new->prev = prev; in osal___list_add() 61 prev->next = new; in osal___list_add() 65 * list_add - add a new entry 66 * @new: new entry to be added 69 * Insert a new entr 72 osal_list_add(struct osal_list_head *new, struct osal_list_head *head) osal_list_add() argument 85 osal_list_add_tail(struct osal_list_head *new, struct osal_list_head *head) osal_list_add_tail() argument 131 osal_list_replace(struct osal_list_head *old, struct osal_list_head *new) osal_list_replace() argument 140 osal_list_replace_init(struct osal_list_head *old, struct osal_list_head *new) osal_list_replace_init() argument 688 osal_hlist_move_list(struct osal_hlist_head *old, struct osal_hlist_head *new) osal_hlist_move_list() argument [all...] |
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/ |
H A D | osal_list.h | 48 * Insert a new entry between two known consecutive entries. 53 static inline void osal___list_add(struct osal_list_head *new, in osal___list_add() argument 57 next->prev = new; in osal___list_add() 58 new->next = next; in osal___list_add() 59 new->prev = prev; in osal___list_add() 60 prev->next = new; in osal___list_add() 64 * list_add - add a new entry 65 * @new: new entry to be added 68 * Insert a new entr 71 osal_list_add(struct osal_list_head *new, struct osal_list_head *head) osal_list_add() argument 84 osal_list_add_tail(struct osal_list_head *new, struct osal_list_head *head) osal_list_add_tail() argument 130 osal_list_replace(struct osal_list_head *old, struct osal_list_head *new) osal_list_replace() argument 139 osal_list_replace_init(struct osal_list_head *old, struct osal_list_head *new) osal_list_replace_init() argument 687 osal_hlist_move_list(struct osal_hlist_head *old, struct osal_hlist_head *new) osal_hlist_move_list() argument [all...] |
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/include/ |
H A D | osal_list.h | 51 * Insert a new entry between two known consecutive entries. 56 static inline void osal___list_add(struct osal_list_head *new, in osal___list_add() argument 60 next->prev = new; in osal___list_add() 61 new->next = next; in osal___list_add() 62 new->prev = prev; in osal___list_add() 63 prev->next = new; in osal___list_add() 67 * list_add - add a new entry 68 * @new: new entry to be added 71 * Insert a new entr 74 osal_list_add(struct osal_list_head *new, struct osal_list_head *head) osal_list_add() argument 87 osal_list_add_tail(struct osal_list_head *new, struct osal_list_head *head) osal_list_add_tail() argument 133 osal_list_replace(struct osal_list_head *old, struct osal_list_head *new) osal_list_replace() argument 142 osal_list_replace_init(struct osal_list_head *old, struct osal_list_head *new) osal_list_replace_init() argument 686 osal_hlist_move_list(struct osal_hlist_head *old, struct osal_hlist_head *new) osal_hlist_move_list() argument [all...] |
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/ump/linux/ |
H A D | ump_kernel_random_mapping.c | 45 struct rb_node **new = &(root->rb_node); in insert() local 48 while (*new) { in insert() 49 ump_dd_mem *this = container_of(*new, ump_dd_mem, node); in insert() 51 parent = *new; in insert() 53 new = &((*new)->rb_left); in insert() 55 new = &((*new)->rb_right); in insert() 62 rb_link_node(&mem->node, parent, new); in insert() 104 /* Try a new rando in ump_random_mapping_insert() [all...] |
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_trace_gpu_mem.c | 137 struct rb_node **new = &(root->rb_node), *parent = NULL; in kbase_capture_dma_buf_mapping() local 141 while (*new) { in kbase_capture_dma_buf_mapping() 144 parent = *new; in kbase_capture_dma_buf_mapping() 148 new = &(*new)->rb_left; in kbase_capture_dma_buf_mapping() 150 new = &(*new)->rb_right; in kbase_capture_dma_buf_mapping() 152 rb_link_node(&new_buf_node->dma_buf_node, parent, new); in kbase_capture_dma_buf_mapping()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_trace_gpu_mem.c | 135 struct rb_node **new = &(root->rb_node), *parent = NULL; in kbase_capture_dma_buf_mapping() local 139 while (*new) { in kbase_capture_dma_buf_mapping() 142 parent = *new; in kbase_capture_dma_buf_mapping() 145 new = &(*new)->rb_left; in kbase_capture_dma_buf_mapping() 147 new = &(*new)->rb_right; in kbase_capture_dma_buf_mapping() 150 rb_link_node(&buf_node2->dma_buf_node, parent, new); in kbase_capture_dma_buf_mapping()
|
/device/soc/rockchip/rk3588/kernel/include/trace/hooks/ |
H A D | creds.h | 17 TP_PROTO(const struct task_struct *task, const struct cred *new), 18 TP_ARGS(task, new)); 25 TP_PROTO(const struct task_struct *task, const struct cred *new), 26 TP_ARGS(task, new));
|
H A D | avc.h | 24 TP_PROTO(const struct avc_node *old, const struct avc_node *new), 25 TP_ARGS(old, new));
|
/device/soc/rockchip/common/sdk_linux/ipc/ |
H A D | util.c | 186 * Insert new IPC object into idr tree, and set sequence number and id
194 * The caller must own kern_ipc_perm.lock.of the new object.
201 static inline int ipc_idr_alloc(struct ipc_ids *ids, struct kern_ipc_perm *new)
in ipc_idr_alloc() argument 211 * As soon as a new object is inserted into the idr,
in ipc_idr_alloc() 219 * (i.e.: set new->deleted, reduce refcount, call_rcu())
in ipc_idr_alloc() 244 new->seq = ids->seq;
in ipc_idr_alloc() 249 idr_replace(&ids->ipcs_idr, new, idx);
in ipc_idr_alloc() 252 new->seq = ipcid_to_seqx(next_id);
in ipc_idr_alloc() 253 idx = idr_alloc(&ids->ipcs_idr, new, ipcid_to_idx(next_id), 0, GFP_NOWAIT);
in ipc_idr_alloc() 256 new in ipc_idr_alloc() 276 ipc_addid(struct ipc_ids *ids, struct kern_ipc_perm *new, int limit) ipc_addid() argument [all...] |
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dhd_csi.c | 62 cfr_dump_list_t *ptr, *next, *new;
in dhd_csi_event_handler() local 110 new = (cfr_dump_list_t *)MALLOCZ(dhd->osh, sizeof(cfr_dump_list_t));
in dhd_csi_event_handler() 111 if (!new){
in dhd_csi_event_handler() 115 bcopy(&p_event->header, &new->entry.header, sizeof(cfr_dump_header_t));
in dhd_csi_event_handler() 120 bcopy(&p_event->data, &new->entry.data, MAX_EVENT_SIZE);
in dhd_csi_event_handler() 123 bcopy(&p_event->data, &new->entry.data, p_event->header.cfr_dump_length);
in dhd_csi_event_handler() 124 INIT_LIST_HEAD(&(new->list));
in dhd_csi_event_handler() 125 list_add_tail(&(new->list), &dhd->csi_list);
in dhd_csi_event_handler()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_context.h | 57 int old, new;
in kbase_ctx_flag_clear() 61 new = old & ~flag;
in kbase_ctx_flag_clear() 62 } while (atomic_cmpxchg(&kctx->flags, old, new) != old);
in kbase_ctx_flag_clear()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_context.h | 62 int old, new; in kbase_ctx_flag_clear() 66 new = old & ~flag; in kbase_ctx_flag_clear() 68 } while (atomic_cmpxchg(&kctx->flags, old, new) != old); in kbase_ctx_flag_clear()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/context/ |
H A D | mali_kbase_context.h | 77 * Return: new kbase context or NULL on failure 125 int old, new; in kbase_ctx_flag_clear() 129 new = old & ~flag; in kbase_ctx_flag_clear() 130 } while (atomic_cmpxchg(&kctx->flags, old, new) != old); in kbase_ctx_flag_clear()
|
H A D | mali_kbase_context.c | 92 /* if the kctx is from new process then create a new kbase_process in kbase_insert_kctx_to_process() 96 struct rb_node **new = &prcs_root->rb_node, *parent = NULL; in kbase_insert_kctx_to_process() local 107 while (*new) { in kbase_insert_kctx_to_process() 110 parent = *new; in kbase_insert_kctx_to_process() 113 new = &(*new)->rb_left; in kbase_insert_kctx_to_process() 115 new = &(*new)->rb_right; in kbase_insert_kctx_to_process() 118 rb_link_node(&kprcs->kprcs_node, parent, new); in kbase_insert_kctx_to_process() [all...] |
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/context/ |
H A D | mali_kbase_context.c | 89 /* if the kctx is from new process then create a new kbase_process in kbase_insert_kctx_to_process() 93 struct rb_node **new = &prcs_root->rb_node, *parent = NULL; in kbase_insert_kctx_to_process() local 103 while (*new) { in kbase_insert_kctx_to_process() 106 parent = *new; in kbase_insert_kctx_to_process() 110 new = &(*new)->rb_left; in kbase_insert_kctx_to_process() 112 new = &(*new)->rb_right; in kbase_insert_kctx_to_process() 114 rb_link_node(&kprcs->kprcs_node, parent, new); in kbase_insert_kctx_to_process() [all...] |
/device/soc/rockchip/common/sdk_linux/scripts/ |
H A D | repack-bootimg | 15 --kernel KERNEL path to the new kernel 16 --ramdisk RAMDISK path to the new ramdisk 17 --second SECOND path to the new 2nd bootloader (default: resource.img) 18 --dtb DTB path to the new dtb 20 path to the new recovery DTBO
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | oal_netbuf.h | 139 static inline void set_oal_netbuf_next(NetBuf *nb, NetBuf *new)
in set_oal_netbuf_next() argument 141 (nb)->dlist.next = (new == NULL ? NULL : &new->dlist);
in set_oal_netbuf_next() 144 static inline void set_oal_netbuf_prev(NetBuf *nb, NetBuf *new)
in set_oal_netbuf_prev() argument 146 (nb)->dlist.prev = (new == NULL ? NULL : &new->dlist);
in set_oal_netbuf_prev() 204 #define set_oal_netbuf_next(nb, new) ((nb)->next = new)
205 #define set_oal_netbuf_prev(nb, new) ((nb)->prev = new)
[all...] |
H A D | oal_util.c | 153 WIFI_ROM_TEXT hi_s8 wlan_rssi_lpf(hi_s8 old, hi_s8 new) in wlan_rssi_lpf() argument 160 if (new >= 0) { in wlan_rssi_lpf() 166 return new; in wlan_rssi_lpf() 171 newval = (hi_u8)oal_abs(new); in wlan_rssi_lpf()
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/ |
H A D | drm_atomic_state_helper.c | 107 * be NULL, e.g. at driver load time) and allocating a new empty state object. 160 /* Self refresh should be canceled when a new update is available */ in __drm_atomic_helper_crtc_duplicate_state() 290 * be NULL, e.g. at driver load time) and allocating a new empty state object. 434 * might be NULL, e.g. at driver load time) and allocating a new empty state 561 * @state: new private object state 591 * Allocates a new bridge state and initializes it with the current bridge 598 struct drm_bridge_state *new; in drm_atomic_helper_bridge_duplicate_state() local 604 new = kzalloc(sizeof(*new), GFP_KERNEL); in drm_atomic_helper_bridge_duplicate_state() 605 if (new) { in drm_atomic_helper_bridge_duplicate_state() [all...] |
/device/soc/rockchip/common/hardware/rga/include/ |
H A D | RgaSingleton.h | 36 instance = new TYPE(); in getInstance()
|
/device/soc/rockchip/rk3399/hardware/rga/include/ |
H A D | RgaSingleton.h | 37 instance = new TYPE(); in getInstance()
|
/device/soc/rockchip/rk3568/hardware/rga/include/ |
H A D | RgaSingleton.h | 37 instance = new TYPE(); in getInstance()
|
/device/soc/rockchip/rk3588/hardware/rga/include/ |
H A D | RgaSingleton.h | 37 instance = new TYPE(); in getInstance()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/ |
H A D | make_upg_file.py | 312 signer = Signature_pss.new(first_key)
313 digest = SHA256.new()
317 signer = Signature_pss.new(second_key)
318 digest = SHA256.new()
335 signer = Signature_pkcs1_v1_5.new(first_key)
336 digest = SHA256.new()
340 signer = Signature_pkcs1_v1_5.new(second_key)
341 digest = SHA256.new()
|