Home
last modified time | relevance | path

Searched defs:item (Results 1 – 25 of 95) sorted by relevance

1234

/device/soc/esp/esp32/components/nvs_flash/src/
Dnvs_storage.cpp45 Item item; in populateBlobIndices() local
74 Item item; in eraseOrphanDataBlobs() local
111 Item item; in init() local
156 …Item(uint8_t nsIndex, ItemType datatype, const char* key, Page* &page, Item& item, uint8_t chunkId… in findItem()
249 Item item; in writeMultiPageBlob() local
279 Item item; in writeItem() local
447 Item item; in readMultiPageBlob() local
490 Item item; in cmpMultiPageBlob() local
536 Item item; in readItem() local
558 Item item; in eraseMultiPageBlob() local
[all …]
Dnvs_page.cpp105 esp_err_t Page::writeEntry(const Item& item) in writeEntry()
180 Item item; in writeItem() local
276 Item item; in readItem() local
327 Item item; in cmpItem() local
379 Item item; in eraseItem() local
390 Item item; in findItem() local
401 Item item; in eraseEntryAndSpan() local
590 Item item; in mLoadEntryTable() local
672 Item item; in mLoadEntryTable() local
804 …int8_t nsIndex, ItemType datatype, const char* key, size_t &itemIndex, Item& item, uint8_t chunkId… in findItem()
[all …]
Dnvs_item_hash_list.cpp45 esp_err_t HashList::insert(const Item& item, size_t index) in insert()
106 size_t HashList::find(size_t start, const Item& item) in find()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
Dhi_event.c39 hi_event_item *item; /* 指向item数组 */ member
85 hi_event_item *item = HI_NULL; in hi_event_create() local
130 hi_event_item *item = HI_NULL; in hi_event_send() local
161 hi_event_item *item = HI_NULL; in hi_event_wait() local
204 hi_event_item *item = HI_NULL; in hi_event_clear() local
237 hi_event_item *item = HI_NULL; in hi_event_delete() local
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/wlan/
Dqueue.c74 struct xradio_queue_item *item; in xradio_queue_post_gc() local
88 struct xradio_queue_item *item) in xradio_queue_register_post_gc()
103 struct xradio_queue_item *item = NULL; in __xradio_queue_gc() local
265 struct xradio_queue_item *item = NULL, *tmp = NULL; in xradio_queue_clear() local
423 struct xradio_queue_item *item = list_first_entry( in xradio_queue_put() local
510 struct xradio_queue_item *item; in xradio_queue_get() local
591 struct xradio_queue_item *item; local
668 struct xradio_queue_item *item = list_entry( local
708 struct xradio_queue_item *item; local
813 struct xradio_queue_item *item; local
[all …]
Dbh.c126 struct bh_items *item = NULL, *tmp = NULL; in bh_proc_flush_txqueue() local
151 struct bh_items *item = NULL; in bh_proc_flush_queue() local
226 struct bh_items *item = NULL; in xradio_get_free_item() local
535 struct bh_items *item = NULL; in xradio_proc() local
637 struct bh_items *item = list_first_entry( in xradio_bh_get() local
671 struct bh_items *item = NULL; in xradio_bh_put() local
Detf.c37 struct adapter_item *item; in adapter_rec_handler() local
120 struct adapter_item *item; in adapter_deinit_msgbuf() local
144 struct adapter_item *item; in adapter_handle_rx_queue() local
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
Dhi_list.h206 #define hi_list_entry(item, type, member) \ argument
209 #define hi_list_for_each_entry(item, list, type, member) \ argument
214 #define hi_list_for_each_entry_safe(list, item, pnext, type, member) \ argument
220 #define hi_list_for_each_entry_continue_safe(pitem, list, item, pnext, type, member) \ argument
230 #define hi_list_for_each(item, list) \ argument
233 #define hi_list_for_each_safe(item, pnext, list) \ argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/kernel/include/
Dlos_list.h313 #define LOS_DL_LIST_ENTRY(item, type, member) \ argument
337 #define LOS_DL_LIST_FOR_EACH_ENTRY(item, list, type, member) \ argument
364 #define LOS_DL_LIST_FOR_EACH_ENTRY_SAFE(item, next, list, type, member) \ argument
419 #define LOS_DL_LIST_FOR_EACH(item, list) \ argument
442 #define LOS_DL_LIST_FOR_EACH_SAFE(item, next, list) \ argument
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/include/
Dhi_list.h264 #define hi_list_entry(item, type, member) ((type *)((char *)(item)-hi_offset_of_member(type, member… argument
270 #define hi_list_for_each_entry(item, list, type, member) \ argument
278 #define hi_list_for_each_entry_safe(list, item, pnext, type, member) \ argument
283 #define hi_list_for_each_entry_continue_safe(pitem, list, item, pnext, type, member) \ argument
291 #define hi_list_for_each(item, list) for ((item) = (list)->next; (item) != (list); (item) = (item)-… argument
293 #define hi_list_for_each_safe(item, pnext, list) \ argument
/device/soc/esp/esp32/components/esp_netif/
Desp_netif_objects.c71 struct slist_netifs_s *item = calloc(1, sizeof(struct slist_netifs_s)); in esp_netif_add_to_list() local
93 struct slist_netifs_s *item; in esp_netif_remove_from_list() local
136 struct slist_netifs_s *item; in esp_netif_next_unsafe() local
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/video/sunxi/disp2/disp/de/
Ddisp_private.c137 static int disp_dma_map_core(int fd, struct dmabuf_item *item) in disp_dma_map_core()
185 static void disp_dma_unmap_core(struct dmabuf_item *item) in disp_dma_unmap_core()
197 struct dmabuf_item *item = NULL; in disp_dma_map() local
222 void disp_dma_unmap(struct dmabuf_item *item) in disp_dma_unmap()
/device/soc/rockchip/rk3588/kernel/drivers/dma-buf/heaps/
Ddeferred-free-helper.c25 void deferred_free(struct deferred_freelist_item *item, in deferred_free()
48 struct deferred_freelist_item *item; in free_one_item() local
/device/soc/rockchip/common/vendor/drivers/dma-buf/heaps/
Ddeferred-free-helper.c25 void deferred_free(struct deferred_freelist_item *item, void (*free)(struct deferred_freelist_item … in deferred_free()
46 struct deferred_freelist_item *item; in free_one_item() local
/device/board/isoftstone/yangfan/kernel/src/driv/dma-buf/
Ddeferred-free-helper.c25 void deferred_free(struct deferred_freelist_item *item, in deferred_free()
48 struct deferred_freelist_item *item; in free_one_item() local
/device/soc/rockchip/common/sdk_linux/drivers/hid/
Dhid-core.c351 static u32 item_udata(struct hid_item *item) in item_udata()
364 static s32 item_sdata(struct hid_item *item) in item_sdata()
381 static int hid_parser_global(struct hid_parser *parser, struct hid_item *item) in hid_parser_global()
478 static int hid_parser_local(struct hid_parser *parser, struct hid_item *item) in hid_parser_local()
602 static int hid_parser_main(struct hid_parser *parser, struct hid_item *item) in hid_parser_main()
640 static int hid_parser_reserved(struct hid_parser *parser, struct hid_item *item) in hid_parser_reserved()
713 static u8 *fetch_item(u8 *start, u8 *end, struct hid_item *item) in fetch_item()
825 static int hid_scan_main(struct hid_parser *parser, struct hid_item *item) in hid_scan_main()
872 struct hid_item item; in hid_scan_report() local
1175 struct hid_item item; in hid_open_report() local
/device/board/unionman/unionpi_tiger/kernel/drivers/isp/drivers/v4l2_dev/src/fw_lib/
Dsbuf_func.c943 struct sbuf_item item; in sbuf_recycle_idx_set() local
1035 struct sbuf_item item; in sbuf_mgr_apply_new_param() local
1151 static int sbuf_get_item_from_arr( struct sbuf_mgr *p_sbuf_mgr, struct sbuf_item *item, struct sbuf… in sbuf_get_item_from_arr()
1300 static int sbuf_set_item_to_arr( struct sbuf_mgr *p_sbuf_mgr, struct sbuf_item *item, struct sbuf_i… in sbuf_set_item_to_arr()
1392 int sbuf_get_item( int fw_id, struct sbuf_item *item ) in sbuf_get_item()
1454 int sbuf_set_item( int fw_id, struct sbuf_item *item ) in sbuf_set_item()
/device/soc/esp/esp32/components/esp_wifi/esp32/
Desp_adapter.c344 static int32_t queue_send_wrapper(void *queue, void *item, uint32_t block_time_tick) in queue_send_wrapper()
353 static int32_t IRAM_ATTR queue_send_from_isr_wrapper(void *queue, void *item, void *hptw) in queue_send_from_isr_wrapper()
358 static int32_t queue_send_to_back_wrapper(void *queue, void *item, uint32_t block_time_tick) in queue_send_to_back_wrapper()
363 static int32_t queue_send_to_front_wrapper(void *queue, void *item, uint32_t block_time_tick) in queue_send_to_front_wrapper()
368 static int32_t queue_recv_wrapper(void *queue, void *item, uint32_t block_time_tick) in queue_recv_wrapper()
/device/soc/esp/esp32/components/bt/controller/esp32/
Dbt.c458 btdm_queue_item_t *item; in btdm_queue_generic_register() local
479 btdm_queue_item_t *item; in btdm_queue_generic_deregister() local
620 btdm_queue_item_t item = { in mutex_create_wrapper() local
697 btdm_queue_item_t item = { in queue_create_wrapper() local
747 static int32_t queue_send_wrapper(void *queue, void *item, uint32_t block_time_ms) in queue_send_wrapper()
756 static int32_t IRAM_ATTR queue_send_from_isr_wrapper(void *queue, void *item, void *hptw) in queue_send_from_isr_wrapper()
761 static int32_t queue_recv_wrapper(void *queue, void *item, uint32_t block_time_ms) in queue_recv_wrapper()
770 static int32_t IRAM_ATTR queue_recv_from_isr_wrapper(void *queue, void *item, void *hptw) in queue_recv_from_isr_wrapper()
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/scenario/cnn_trash_classify/
Dcnn_trash_classify.c94 const RecogNumInfo *item = &items; in PlayAudio() local
191 const RecogNumInfo *item = &items[i]; in CnnTrashClassifyFlag() local
/device/soc/esp/esp32/components/bt/common/osi/
Dthread.c66 work_item_t *item = fixed_queue_dequeue(thread->work_queues[idx], 0); in osi_thread_run() local
239 work_item_t *item = (work_item_t *)osi_malloc(sizeof(work_item_t)); in osi_thread_post() local
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/
Dmali_memory.c468 void _mali_page_node_add_swap_item(struct mali_page_node *node, struct mali_swap_item *item) in _mali_page_node_add_swap_item()
474 void _mali_page_node_add_block_item(struct mali_page_node *node, mali_block_item *item) in _mali_page_node_add_block_item()
/device/soc/amlogic/a311d/soc/amlogic/unifykey/
Defuse_api.c153 int efuse_amlogic_cali_item_read(unsigned int item) in efuse_amlogic_cali_item_read()
176 int efuse_amlogic_check_lockable_item(unsigned int item) in efuse_amlogic_check_lockable_item()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/
Dmali_memory.c472 void _mali_page_node_add_swap_item(struct mali_page_node *node, struct mali_swap_item *item) in _mali_page_node_add_swap_item()
478 void _mali_page_node_add_block_item(struct mali_page_node *node, mali_block_item *item) in _mali_page_node_add_block_item()
/device/board/isoftstone/yangfan/common/mqtt/mqttclient/src/
DFP.h148 void attach(T *item, retT (T::*method)(argT)) in attach()

1234