Home
last modified time | relevance | path

Searched refs:entry (Results 1 - 25 of 161) sorted by relevance

1234567

/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/kernel/include/
H A Dlos_track.h132 typedef VOID (*TRACK_PROC_HOOK)(UINT16 trackType, UINT16 trackId, UINT32 userData, UINT32 entry);
239 * This API is used to record the track type,track id,userdata and function entry in the track items.
252 * @param entry [IN] #UINT32 The entry of function .
259 extern VOID OsTrackhook(UINT16 trackType, UINT16 trackId, UINT32 userData, UINT32 entry);
439 UINT32 entry; \
440 __asm__ __volatile__("mv %0, ra" : "=r"(entry)); \
441 OsTrackhook(type, semID, semCnt, entry); \
449 #define LOS_TRACK_SWTMR(type, tmrID, time, entry) \
452 OsTrackhook(type, tmrID, time, entry); \
[all...]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_csi.c77 if (bcmp(&ptr->entry.header.peer_macaddr, &p_event->header.peer_macaddr, in dhd_csi_event_handler()
83 bcopy(&p_event->header, &ptr->entry.header, sizeof(cfr_dump_header_t)); in dhd_csi_event_handler()
86 bcopy(&p_event->data, &ptr->entry.data, dump_len); in dhd_csi_event_handler()
89 uint8 *p = (uint8 *)&ptr->entry.data; in dhd_csi_event_handler()
115 bcopy(&p_event->header, &new->entry.header, sizeof(cfr_dump_header_t)); in dhd_csi_event_handler()
116 DHD_INFO(("New entry data size %d\n", p_event->header.cfr_dump_length)); 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()
177 if (0 == ptr->entry.header.remain_length) { in dhd_csi_clean_list()
202 if (ptr->entry in dhd_csi_dump_list()
[all...]
H A Ddhd_wlfc.c72 #define DHD_WLFC_QMON_COMPLETE(entry)
407 wlfc_mac_descriptor_t* entry; in _dhd_wlfc_enque_afq() local
412 entry = &ctx->destination_entries.nodes[entry_idx]; in _dhd_wlfc_enque_afq()
414 entry = &ctx->destination_entries.interfaces[entry_idx - WLFC_MAC_DESC_TABLE_SIZE]; in _dhd_wlfc_enque_afq()
416 entry = &ctx->destination_entries.other; in _dhd_wlfc_enque_afq()
418 pktq_penq(&entry->afq, prec, p); in _dhd_wlfc_enque_afq()
428 wlfc_mac_descriptor_t *entry; in _dhd_wlfc_deque_afq() local
445 entry = &ctx->destination_entries.nodes[hslot]; in _dhd_wlfc_deque_afq()
447 entry = &ctx->destination_entries.interfaces[hslot - WLFC_MAC_DESC_TABLE_SIZE]; in _dhd_wlfc_deque_afq()
449 entry in _dhd_wlfc_deque_afq()
637 wlfc_mac_descriptor_t* entry = DHD_PKTTAG_ENTRY(PKTTAG(p)); _dhd_wlfc_find_table_entry() local
655 DHD_PKTTAG_SET_ENTRY(PKTTAG(p), entry); _dhd_wlfc_find_table_entry() local
673 DHD_PKTTAG_SET_ENTRY(PKTTAG(p), entry); _dhd_wlfc_find_table_entry() local
827 wlfc_mac_descriptor_t* entry; _dhd_wlfc_rollback_packet_toq() local
976 _dhd_wlfc_send_signalonly_packet(athost_wl_status_info_t* ctx, wlfc_mac_descriptor_t* entry, uint8 ta_bmp) _dhd_wlfc_send_signalonly_packet() argument
1030 _dhd_wlfc_traffic_pending_check(athost_wl_status_info_t* ctx, wlfc_mac_descriptor_t* entry, int prec) _dhd_wlfc_traffic_pending_check() argument
1076 wlfc_mac_descriptor_t* entry; _dhd_wlfc_enque_suppressed() local
1114 _dhd_wlfc_pretx_pktprocess(athost_wl_status_info_t* ctx, wlfc_mac_descriptor_t* entry, void** packet, int header_needed, uint32* slot) _dhd_wlfc_pretx_pktprocess() argument
1247 _dhd_wlfc_is_destination_open(athost_wl_status_info_t* ctx, wlfc_mac_descriptor_t* entry, int prec) _dhd_wlfc_is_destination_open() argument
1299 wlfc_mac_descriptor_t* entry; _dhd_wlfc_deque_delayedq() local
1383 wlfc_mac_descriptor_t* entry; _dhd_wlfc_enque_delayq() local
1422 _dhd_wlfc_entrypkt_fn(void* p, void *entry) _dhd_wlfc_entrypkt_fn() argument
1583 wlfc_mac_descriptor_t* entry = _dhd_wlfc_pktq_flush() local
1688 wlfc_mac_descriptor_t* entry; _dhd_wlfc_cleanup_txq() local
1815 _dhd_wlfc_mac_entry_update(athost_wl_status_info_t* ctx, wlfc_mac_descriptor_t* entry, uint8 action, uint8 ifid, uint8 iftype, uint8* ea, f_processpkt_t fn, void *arg) _dhd_wlfc_mac_entry_update() argument
1966 wlfc_mac_descriptor_t* entry; _dhd_wlfc_interface_entry_update() local
2131 wlfc_mac_descriptor_t* entry = NULL; dhd_wlfc_suppressed_acked_update() local
2226 wlfc_mac_descriptor_t* entry = NULL; _dhd_wlfc_compressed_txstatus_update() local
2496 wlfc_mac_descriptor_t* entry; _dhd_wlfc_suppress_txq() local
2593 _dhd_wlfc_add_requested_entry(athost_wl_status_info_t* wlfc, wlfc_mac_descriptor_t* entry) _dhd_wlfc_add_requested_entry() argument
2616 _dhd_wlfc_remove_requested_entry(athost_wl_status_info_t* wlfc, wlfc_mac_descriptor_t* entry) _dhd_wlfc_remove_requested_entry() argument
3010 void* entry; dhd_wlfc_parse_header_info() local
3501 wlfc_mac_descriptor_t *entry; dhd_wlfc_txcomplete() local
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/hi_proc/kernel/
H A Dhiproc.c62 static hi_s32 proc_read(osal_proc_entry_t *entry);
63 static hi_s32 proc_write(osal_proc_entry_t *entry, const hi_char *buf, hi_s32 count, hi_s64 *ppos);
192 osal_printk("[%s,line:%d]Error: can't create proc entry\n", HIPROC_PFX, __LINE__); in hi_proc_ioctl()
210 osal_printk("hiproc delete entry failed\n"); in hi_proc_ioctl()
224 if (((strlen(proc_wait.cmd) > 0) && (strlen(proc_wait.entry.name) > 0))) { in hi_proc_ioctl()
227 (void)memcpy_s(&(user_proc_info->entry), sizeof(osal_proc_entry_t), &(proc_wait.entry), in hi_proc_ioctl()
239 if (strlen(proc_wait.entry.name) <= 0) { in hi_proc_ioctl()
240 osal_printk("entry info is HI_NULL\n"); in hi_proc_ioctl()
244 if (proc_wait.entry in hi_proc_ioctl()
315 proc_read(osal_proc_entry_t *entry) proc_read() argument
343 proc_write(osal_proc_entry_t *entry, const hi_char *buf, hi_s32 count, hi_s64 *ppos) proc_write() argument
[all...]
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dwait.c75 curr = list_next_entry(bookmark, entry); in __wake_up_common()
77 list_del(&bookmark->entry); in __wake_up_common()
80 curr = list_first_entry(&wq_head->head, wait_queue_entry_t, entry); in __wake_up_common()
83 if (&curr->entry == &wq_head->head) { in __wake_up_common()
87 list_for_each_entry_safe_from(curr, next, &wq_head->head, entry) in __wake_up_common()
104 if (bookmark && (++cnt > WAITQUEUE_WALK_BREAK_CNT) && (&next->entry != &wq_head->head)) { in __wake_up_common()
106 list_add_tail(&bookmark->entry, &next->entry); in __wake_up_common()
123 INIT_LIST_HEAD(&bookmark.entry); in __wake_up_common_lock()
252 if (list_empty(&wq_entry->entry)) { in prepare_to_wait()
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/mmu/
H A Dmali_kbase_mmu_mode_aarch64.c102 static phys_addr_t pte_to_phy_addr(u64 entry) in pte_to_phy_addr() argument
104 if (!(entry & 1)) { in pte_to_phy_addr()
108 return entry & ~0xFFF; in pte_to_phy_addr()
162 static void entry_set_ate(u64 *entry, struct tagged_addr phy, unsigned long flags, int const level) in entry_set_ate() argument
165 page_table_entry_set(entry, as_phys_addr_t(phy) | get_mmu_flags(flags) | ENTRY_ACCESS_BIT | ENTRY_IS_ATE_L3); in entry_set_ate()
167 page_table_entry_set(entry, as_phys_addr_t(phy) | get_mmu_flags(flags) | ENTRY_ACCESS_BIT | ENTRY_IS_ATE_L02); in entry_set_ate()
171 static void entry_set_pte(u64 *entry, phys_addr_t phy) in entry_set_pte() argument
173 page_table_entry_set(entry, (phy & PAGE_MASK) | ENTRY_ACCESS_BIT | ENTRY_IS_PTE); in entry_set_pte()
176 static void entry_invalidate(u64 *entry) in entry_invalidate() argument
178 page_table_entry_set(entry, ENTRY_IS_INVA in entry_invalidate()
[all...]
H A Dmali_kbase_mmu_mode_lpae.c115 static phys_addr_t pte_to_phy_addr(u64 entry) in pte_to_phy_addr() argument
117 if (!(entry & 1)) { in pte_to_phy_addr()
121 return entry & ~0xFFF; in pte_to_phy_addr()
171 static void entry_set_ate(u64 *entry, struct tagged_addr phy, unsigned long flags, int const level) in entry_set_ate() argument
173 page_table_entry_set(entry, as_phys_addr_t(phy) | get_mmu_flags(flags) | ENTRY_IS_ATE); in entry_set_ate()
176 static void entry_set_pte(u64 *entry, phys_addr_t phy) in entry_set_pte() argument
178 page_table_entry_set(entry, (phy & ~0xFFF) | ENTRY_IS_PTE); in entry_set_pte()
181 static void entry_invalidate(u64 *entry) in entry_invalidate() argument
183 page_table_entry_set(entry, ENTRY_IS_INVAL); in entry_invalidate()
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/
H A Dosal_proc.c81 osal_proc_entry *entry = s->private; in osal_seq_show() local
83 entry->seqfile = s; in osal_seq_show()
85 entry->read((void*)entry->seqfile, entry->private); in osal_seq_show()
126 static int osal_proc_cmd_call(osal_proc_entry *entry, unsigned int argc, char (*argv)[PROC_CMD_SINGEL_LENGTH_MAX]) in osal_proc_cmd_call() argument
130 for (i = 0; i < entry->cmd_cnt; i++) { in osal_proc_cmd_call()
131 if (osal_strncmp(entry->cmd_list[i].name, strlen(entry->cmd_list[i].name), argv[0], strlen(argv[0])) == 0) { in osal_proc_cmd_call()
132 if (entry in osal_proc_cmd_call()
147 osal_proc_entry *entry = NULL; osal_proc_write() local
297 struct proc_dir_entry *entry = NULL; osal_proc_create_entry() local
[all...]
/device/board/hihope/dayu210/camera/vdi_impl/v4l2/pipeline_core/src/node/
H A Drk_exif_node.cpp104 camera_metadata_item_t entry; in SendMetadata() local
120 ret = FindCameraMetadataItem(data, OHOS_JPEG_QUALITY, &entry); in SendMetadata()
125 captureQuality = *(entry.data.u8); in SendMetadata()
126 ret = FindCameraMetadataItem(data, OHOS_JPEG_ORIENTATION, &entry); in SendMetadata()
131 captureOrientation = *(entry.data.i32); in SendMetadata()
132 ret = FindCameraMetadataItem(data, OHOS_CONTROL_CAPTURE_MIRROR, &entry); in SendMetadata()
137 mirrorSwitch = *(entry.data.u8); in SendMetadata()
147 camera_metadata_item_t entry; in SetGpsInfoMetadata() local
148 int ret = FindCameraMetadataItem(data, OHOS_JPEG_GPS_COORDINATES, &entry); in SetGpsInfoMetadata()
153 count = entry in SetGpsInfoMetadata()
[all...]
/device/board/hihope/rk3568/camera/vdi_impl/v4l2/pipeline_core/src/node/
H A Drk_exif_node.cpp95 camera_metadata_item_t entry; in SendMetadata() local
111 ret = FindCameraMetadataItem(data, OHOS_JPEG_QUALITY, &entry); in SendMetadata()
116 captureQuality = *(entry.data.u8); in SendMetadata()
117 ret = FindCameraMetadataItem(data, OHOS_JPEG_ORIENTATION, &entry); in SendMetadata()
122 captureOrientation = *(entry.data.i32); in SendMetadata()
123 ret = FindCameraMetadataItem(data, OHOS_CONTROL_CAPTURE_MIRROR, &entry); in SendMetadata()
128 mirrorSwitch = *(entry.data.u8); in SendMetadata()
138 camera_metadata_item_t entry; in SetGpsInfoMetadata() local
139 int ret = FindCameraMetadataItem(data, OHOS_JPEG_GPS_COORDINATES, &entry); in SetGpsInfoMetadata()
144 count = entry in SetGpsInfoMetadata()
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_mmu_mode_aarch64.c55 * the 64 bit assignment to the page table entry. in page_table_entry_set()
106 static phys_addr_t pte_to_phy_addr(u64 entry) in pte_to_phy_addr() argument
108 if (!(entry & 1)) { in pte_to_phy_addr()
112 return entry & ~0xFFF; in pte_to_phy_addr()
158 static void entry_set_ate(u64 *entry, phys_addr_t phy, unsigned long flags) in entry_set_ate() argument
160 page_table_entry_set(entry, (phy & ~0xFFF) | get_mmu_flags(flags) | ENTRY_ACCESS_BIT | ENTRY_IS_ATE); in entry_set_ate()
163 static void entry_set_pte(u64 *entry, phys_addr_t phy) in entry_set_pte() argument
165 page_table_entry_set(entry, (phy & ~0xFFF) | ENTRY_ACCESS_BIT | ENTRY_IS_PTE); in entry_set_pte()
168 static void entry_invalidate(u64 *entry) in entry_invalidate() argument
170 page_table_entry_set(entry, ENTRY_IS_INVA in entry_invalidate()
[all...]
H A Dmali_kbase_mmu_mode_lpae.c55 * the 64 bit assignment to the page table entry. in page_table_entry_set()
107 static phys_addr_t pte_to_phy_addr(u64 entry) in pte_to_phy_addr() argument
109 if (!(entry & 1)) { in pte_to_phy_addr()
113 return entry & ~0xFFF; in pte_to_phy_addr()
154 static void entry_set_ate(u64 *entry, phys_addr_t phy, unsigned long flags) in entry_set_ate() argument
156 page_table_entry_set(entry, (phy & ~0xFFF) | get_mmu_flags(flags) | ENTRY_IS_ATE); in entry_set_ate()
159 static void entry_set_pte(u64 *entry, phys_addr_t phy) in entry_set_pte() argument
161 page_table_entry_set(entry, (phy & ~0xFFF) | ENTRY_IS_PTE); in entry_set_pte()
164 static void entry_invalidate(u64 *entry) in entry_invalidate() argument
166 page_table_entry_set(entry, ENTRY_IS_INVA in entry_invalidate()
[all...]
H A Dmali_kbase_mmu_mode.h31 phys_addr_t (*pte_to_phy_addr)(u64 entry);
34 void (*entry_set_ate)(u64 *entry, phys_addr_t phy, unsigned long flags);
35 void (*entry_set_pte)(u64 *entry, phys_addr_t phy);
36 void (*entry_invalidate)(u64 *entry);
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_mmu_mode_aarch64.c59 * the 64 bit assignment to the page table entry. in page_table_entry_set()
117 static phys_addr_t pte_to_phy_addr(u64 entry) in pte_to_phy_addr() argument
119 if (!(entry & 1)) in pte_to_phy_addr()
122 return entry & ~0xFFF; in pte_to_phy_addr()
167 static void entry_set_ate(u64 *entry, phys_addr_t phy, unsigned long flags) in entry_set_ate() argument
169 page_table_entry_set(entry, (phy & ~0xFFF) | in entry_set_ate()
174 static void entry_set_pte(u64 *entry, phys_addr_t phy) in entry_set_pte() argument
176 page_table_entry_set(entry, (phy & ~0xFFF) | in entry_set_pte()
180 static void entry_invalidate(u64 *entry) in entry_invalidate() argument
182 page_table_entry_set(entry, ENTRY_IS_INVA in entry_invalidate()
[all...]
H A Dmali_kbase_mmu_mode_lpae.c59 * the 64 bit assignment to the page table entry. in page_table_entry_set()
120 static phys_addr_t pte_to_phy_addr(u64 entry) in pte_to_phy_addr() argument
122 if (!(entry & 1)) in pte_to_phy_addr()
125 return entry & ~0xFFF; in pte_to_phy_addr()
166 static void entry_set_ate(u64 *entry, phys_addr_t phy, unsigned long flags) in entry_set_ate() argument
168 page_table_entry_set(entry, (phy & ~0xFFF) | in entry_set_ate()
173 static void entry_set_pte(u64 *entry, phys_addr_t phy) in entry_set_pte() argument
175 page_table_entry_set(entry, (phy & ~0xFFF) | ENTRY_IS_PTE); in entry_set_pte()
178 static void entry_invalidate(u64 *entry) in entry_invalidate() argument
180 page_table_entry_set(entry, ENTRY_IS_INVA in entry_invalidate()
[all...]
/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/hiproc/kernel/
H A Dhiproc.c62 static hi_s32 proc_write(osal_proc_entry *entry, const hi_char *buf, hi_s32 count, hi_s64 *ppos);
184 osal_printk("[%s,line:%d]Error: can't create proc entry\n", HIPROC_PFX, __LINE__); in hiproc_create_proc_entry()
206 osal_printk("hiproc delete entry failed\n"); in hiproc_remove_proc_entry()
224 if (((strlen(proc_wait.cmd) > 0) && (strlen(proc_wait.entry.name) > 0))) { in hiproc_get_cmd()
227 (void)memcpy_s(&(user_proc_info->entry), sizeof(osal_proc_entry), &(proc_wait.entry), in hiproc_get_cmd()
243 if (strlen(proc_wait.entry.name) <= 0) { in hiproc_wake_read_task()
244 osal_printk("entry info is HI_NULL\n"); in hiproc_wake_read_task()
247 if (proc_wait.entry.read != HI_NULL) { in hiproc_wake_read_task()
248 osal_printk("entry rea in hiproc_wake_read_task()
351 proc_write(osal_proc_entry *entry, const hi_char *buf, hi_s32 count, hi_s64 *ppos) proc_write() argument
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/mmu/
H A Dmali_kbase_mmu_mode_aarch64.c86 static phys_addr_t pte_to_phy_addr(u64 entry) in pte_to_phy_addr() argument
88 if (!(entry & 1)) in pte_to_phy_addr()
91 entry &= ~VALID_ENTRY_MASK; in pte_to_phy_addr()
92 return entry & ~0xFFF; in pte_to_phy_addr()
143 static void entry_set_ate(u64 *entry, in entry_set_ate() argument
149 page_table_entry_set(entry, as_phys_addr_t(phy) | in entry_set_ate()
153 page_table_entry_set(entry, as_phys_addr_t(phy) | in entry_set_ate()
202 static void entry_invalidate(u64 *entry) in entry_invalidate() argument
204 page_table_entry_set(entry, ENTRY_IS_INVAL); in entry_invalidate()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/include/
H A Dosal_list.h32 * using the generic single-entry routines.
52 * Insert a new entry between two known consecutive entries.
68 * list_add - add a new entry
69 * @new: new entry to be added
72 * Insert a new entry after the specified head.
81 * list_add_tail - add a new entry
82 * @new: new entry to be added
85 * Insert a new entry before the specified head.
94 * Delete a list entry by making the prev/next entries
107 * list_del - deletes entry fro
112 osal___list_del_entry(struct osal_list_head *entry) osal___list_del_entry() argument
120 osal_list_del(struct osal_list_head *entry) osal_list_del() argument
154 osal_list_del_init(struct osal_list_head *entry) osal_list_del_init() argument
245 osal___list_cut_position(struct osal_list_head *list, struct osal_list_head *head, struct osal_list_head *entry) osal___list_cut_position() argument
271 osal_list_cut_position(struct osal_list_head *list, struct osal_list_head *head, struct osal_list_head *entry) osal_list_cut_position() argument
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H A Dosal_list.h29 * using the generic single-entry routines.
49 * Insert a new entry between two known consecutive entries.
65 * list_add - add a new entry
66 * @new: new entry to be added
69 * Insert a new entry after the specified head.
78 * list_add_tail - add a new entry
79 * @new: new entry to be added
82 * Insert a new entry before the specified head.
91 * Delete a list entry by making the prev/next entries
104 * list_del - deletes entry fro
109 osal___list_del_entry(struct osal_list_head *entry) osal___list_del_entry() argument
117 osal_list_del(struct osal_list_head *entry) osal_list_del() argument
151 osal_list_del_init(struct osal_list_head *entry) osal_list_del_init() argument
242 osal___list_cut_position(struct osal_list_head *list, struct osal_list_head *head, struct osal_list_head *entry) osal___list_cut_position() argument
268 osal_list_cut_position(struct osal_list_head *list, struct osal_list_head *head, struct osal_list_head *entry) osal_list_cut_position() argument
[all...]
H A Dlist.h65 static inline void list_del(struct list_head *entry) in list_del() argument
67 __list_del(entry->prev, entry->next); in list_del()
70 static inline void list_del_init(struct list_head *entry) in list_del_init() argument
72 __list_del(entry->prev, entry->next); in list_del_init()
73 INIT_LIST_HEAD(entry); in list_del_init()
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H A Dosal_list.h28 * using the generic single-entry routines.
48 * Insert a new entry between two known consecutive entries.
64 * list_add - add a new entry
65 * @new: new entry to be added
68 * Insert a new entry after the specified head.
77 * list_add_tail - add a new entry
78 * @new: new entry to be added
81 * Insert a new entry before the specified head.
90 * Delete a list entry by making the prev/next entries
103 * list_del - deletes entry fro
108 osal___list_del_entry(struct osal_list_head *entry) osal___list_del_entry() argument
116 osal_list_del(struct osal_list_head *entry) osal_list_del() argument
150 osal_list_del_init(struct osal_list_head *entry) osal_list_del_init() argument
241 osal___list_cut_position(struct osal_list_head *list, struct osal_list_head *head, struct osal_list_head *entry) osal___list_cut_position() argument
267 osal_list_cut_position(struct osal_list_head *list, struct osal_list_head *head, struct osal_list_head *entry) osal_list_cut_position() argument
[all...]
H A Dlist.h65 static inline void list_del(struct list_head *entry) in list_del() argument
67 __list_del(entry->prev, entry->next); in list_del()
70 static inline void list_del_init(struct list_head *entry) in list_del_init() argument
72 __list_del(entry->prev, entry->next); in list_del_init()
73 INIT_LIST_HEAD(entry); in list_del_init()
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/include/
H A Dosal_list.h31 * using the generic single-entry routines.
51 * Insert a new entry between two known consecutive entries.
67 * list_add - add a new entry
68 * @new: new entry to be added
71 * Insert a new entry after the specified head.
80 * list_add_tail - add a new entry
81 * @new: new entry to be added
84 * Insert a new entry before the specified head.
93 * Delete a list entry by making the prev/next entries
106 * list_del - deletes entry fro
111 osal___list_del_entry(struct osal_list_head *entry) osal___list_del_entry() argument
119 osal_list_del(struct osal_list_head *entry) osal_list_del() argument
153 osal_list_del_init(struct osal_list_head *entry) osal_list_del_init() argument
244 osal___list_cut_position(struct osal_list_head *list, struct osal_list_head *head, struct osal_list_head *entry) osal___list_cut_position() argument
270 osal_list_cut_position(struct osal_list_head *list, struct osal_list_head *head, struct osal_list_head *entry) osal_list_cut_position() argument
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/
H A Dlist.h68 static inline void list_del(struct list_head *entry) in list_del() argument
70 __list_del(entry->prev, entry->next); in list_del()
73 static inline void list_del_init(struct list_head *entry) in list_del_init() argument
75 __list_del(entry->prev, entry->next); in list_del_init()
76 INIT_LIST_HEAD(entry); in list_del_init()
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/higv/include/
H A Dlinux_cbb_list.h84 static HPT_INLINE void cbb_list_del(struct cbb_list_head *entry) in cbb_list_del() argument
86 if (entry == NULL) { in cbb_list_del()
90 inline_cbb_list_del(entry->prev, entry->next); in cbb_list_del()
93 static HPT_INLINE void cbb_list_del_init(struct cbb_list_head *entry) in cbb_list_del_init() argument
95 inline_cbb_list_del(entry->prev, entry->next); in cbb_list_del_init()
96 INIT_LIST_HEAD(entry); in cbb_list_del_init()

Completed in 15 milliseconds

1234567