Home
last modified time | relevance | path

Searched refs:items (Results 1 - 25 of 30) sorted by relevance

12

/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/umplock/
H A Dumplock_driver.c47 umplock_item items[MAX_ITEMS]; member
72 if (device.items[i].secure_id == secure_id) { in umplock_find_item()
94 if (device.items[i].references[j].pid == lock_cmd->pid) { in umplock_find_item_by_pid()
138 if (device.items[i_index].references[ref_index].pid == 0) { in do_umplock_create_locked()
143 device.items[i_index].references[ref_index].pid = lock_cmd->pid; in do_umplock_create_locked()
144 device.items[i_index].references[ref_index].ref_count = 0; in do_umplock_create_locked()
145 device.items[i_index].references[ref_index].down_count = 0; in do_umplock_create_locked()
155 device.items[i_index].secure_id = lock_item->secure_id; in do_umplock_create_locked()
156 device.items[i_index].id_ref_count = 0; in do_umplock_create_locked()
157 device.items[i_inde in do_umplock_create_locked()
[all...]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dbcmxtlv.c495 bcm_pack_xtlv_buf_from_mem(uint8 **tlv_buf, uint16 *buflen, const xtlv_desc_t *items, in bcm_pack_xtlv_buf_from_mem() argument
501 while (items->type != 0) { in bcm_pack_xtlv_buf_from_mem()
502 if (items->len && items->ptr) { in bcm_pack_xtlv_buf_from_mem()
503 res = bcm_pack_xtlv_entry(&ptlv, buflen, items->type, in bcm_pack_xtlv_buf_from_mem()
504 items->len, items->ptr, opts); in bcm_pack_xtlv_buf_from_mem()
508 items++; in bcm_pack_xtlv_buf_from_mem()
520 bcm_unpack_xtlv_buf_to_mem(uint8 *tlv_buf, int *buflen, xtlv_desc_t *items, in bcm_unpack_xtlv_buf_to_mem() argument
527 if (!elt || !items) { in bcm_unpack_xtlv_buf_to_mem()
[all...]
H A Ddhd_wlfc.c216 hanger->items[i].state = WLFC_HANGER_ITEM_STATE_FREE; in _dhd_wlfc_hanger_create()
247 if (h->items[i].state == WLFC_HANGER_ITEM_STATE_FREE) { in _dhd_wlfc_hanger_get_free_slot()
274 if (h->items[slot_id].state != WLFC_HANGER_ITEM_STATE_FREE) { in _dhd_wlfc_hanger_get_genbit()
275 *gen = h->items[slot_id].gen; in _dhd_wlfc_hanger_get_genbit()
298 if (h->items[slot_id].state == WLFC_HANGER_ITEM_STATE_FREE) { in _dhd_wlfc_hanger_pushpkt()
299 h->items[slot_id].state = WLFC_HANGER_ITEM_STATE_INUSE; in _dhd_wlfc_hanger_pushpkt()
300 h->items[slot_id].pkt = pkt; in _dhd_wlfc_hanger_pushpkt()
301 h->items[slot_id].pkt_state = 0; in _dhd_wlfc_hanger_pushpkt()
302 h->items[slot_id].pkt_txstatus = 0; in _dhd_wlfc_hanger_pushpkt()
329 if (h->items[slot_i in _dhd_wlfc_hanger_poppkt()
[all...]
H A Ddhd_msgbuf.c141 /* optimization to write "n" tx items at a time to ring */
166 * 4. Dongle DMA's all indices after producing items in the D2H ring, flushing
390 * buffer, the WR and RD indices, ring parameters such as max number of items
391 * an length of each items, and other miscellaneous runtime state.
405 uint16 max_items; /* maximum number of items in ring */
456 uint16 txp_threshold; /* optimization to write "n" tx items at a time to ring */
1514 uint32 items; /* number of total items */ member
1523 #define DHD_PKTID_LOG_SZ(items) (uint32)((sizeof(dhd_pktid_log_t)) + \
1524 ((DHD_PKTID_LOG_ITEM_SZ) * (items)))
1807 uint32 items; /* total items in map */ global() member
5257 uint32 items = 0; dhd_prot_process_msgbuf_edl() local
9111 uint16 items; dhd_prot_get_read_addr() local
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/build/scripts/
H A Dscons_env_cfg.py274 def set_clean_items(self, items):
276 Hook the clean items. Items would be deleted with "scons -c".
278 if items is None:
280 if isinstance(items, list):
281 self.clean_list.extend(items)
283 if isinstance(items, str):
284 self.clean_list.append(items)
310 items = self.app_builder.get_app_cfg('CLEAN')
311 self.set_clean_items(items)
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/
H A Dscons_env_cfg.py274 def set_clean_items(self, items):
276 Hook the clean items. Items would be deleted with "scons -c".
278 if items is None:
280 if isinstance(items, list):
281 self.clean_list.extend(items)
283 if isinstance(items, str):
284 self.clean_list.append(items)
310 items = self.app_builder.get_app_cfg('CLEAN')
311 self.set_clean_items(items)
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/scenario/cnn_trash_classify/
H A Dcnn_trash_classify.c87 static HI_VOID PlayAudio(const RecogNumInfo items) in PlayAudio() argument
94 const RecogNumInfo *item = &items; in PlayAudio()
184 static HI_S32 CnnTrashClassifyFlag(const RecogNumInfo items[], HI_S32 itemNum, HI_CHAR* buf, HI_S32 size) in CnnTrashClassifyFlag() argument
191 const RecogNumInfo *item = &items[i]; in CnnTrashClassifyFlag()
/device/soc/rockchip/common/vendor/drivers/dma-buf/heaps/
H A Dpage_pool.c45 list_add_tail(&page->lru, &pool->items[index]); in dmabuf_page_pool_add()
56 page = list_first_entry_or_null(&pool->items[index], struct page, lru); in dmabuf_page_pool_remove()
127 INIT_LIST_HEAD(&pool->items[i]); in dmabuf_page_pool_create()
H A Dpage_pool.h31 * @items[]: array of list of pages of the specific type
42 struct list_head items[POOL_TYPE_SIZE]; member
/device/soc/rockchip/rk3588/kernel/drivers/dma-buf/heaps/
H A Dpage_pool.c45 list_add_tail(&page->lru, &pool->items[index]); in dmabuf_page_pool_add()
57 page = list_first_entry_or_null(&pool->items[index], struct page, lru); in dmabuf_page_pool_remove()
124 INIT_LIST_HEAD(&pool->items[i]); in dmabuf_page_pool_create()
H A Dpage_pool.h31 * @items[]: array of list of pages of the specific type
42 struct list_head items[POOL_TYPE_SIZE]; member
/device/soc/rockchip/common/vendor/include/
H A Dpage_pool.h31 * @items[]: array of list of pages of the specific type
42 struct list_head items[POOL_TYPE_SIZE]; member
/device/soc/rockchip/rk3588/kernel/include/linux/
H A Dpage_pool.h31 * @items[]: array of list of pages of the specific type
42 struct list_head items[POOL_TYPE_SIZE]; member
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_memory_block_alloc.h30 mali_block_item *items; /* information for each block item */ member
H A Dmali_memory_block_alloc.c85 info->items = mali_blk_items; in mali_mem_block_allocator_create()
125 _mali_osk_free(info->items); in mali_mem_block_allocator_destroy()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_memory_block_alloc.h31 mali_block_item *items; /* information for each block item*/ member
H A Dmali_memory_block_alloc.c89 info->items = mali_blk_items; in mali_mem_block_allocator_create()
126 _mali_osk_free(info->items); in mali_mem_block_allocator_destroy()
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/
H A Dpk_internal.h107 void (*debug_func)( const void *ctx, mbedtls_pk_debug_item *items );
H A Dpk.h520 * \param items Place to write debug items
524 int mbedtls_pk_debug( const mbedtls_pk_context *ctx, mbedtls_pk_debug_item *items );
H A Dx509_crt.h164 mbedtls_x509_crt_verify_chain_item items[MBEDTLS_X509_MAX_VERIFY_CHAIN_SIZE]; member
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H A Dbcmtlv.h279 int bcm_unpack_xtlv_buf_to_mem(uint8 *buf, int *buflen, xtlv_desc_t *items,
284 const xtlv_desc_t *items, bcm_xtlv_opts_t opts);
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_core_linux.c2405 int items; in set_core_mask() local
2411 items = sscanf(buf, "%llx %llx %llx", &new_core_mask[0], &new_core_mask[1], &new_core_mask[0x2]); in set_core_mask()
2412 if (items == 1) { in set_core_mask()
2415 if (items == 1 || items == 0x3) { in set_core_mask()
2555 int items; in set_js_timeouts() local
2570 items = in set_js_timeouts()
2573 if (items == 0x8) { in set_js_timeouts()
2832 int items = sscanf(buf, "limit=%u", &force_replay_limit); in set_force_replay() local
2833 if (items in set_force_replay()
2852 int items = sscanf(buf, "core_req=%x", &core_req); set_force_replay() local
3213 int items; set_pm_poweroff() local
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_core_linux.c2535 int items; in set_core_mask() local
2542 items = sscanf(buf, "%llx %llx %llx", in set_core_mask()
2546 if (items == 1) in set_core_mask()
2549 if (items == 1 || items == 3) { in set_core_mask()
2708 int items; in set_js_timeouts() local
2722 items = sscanf(buf, "%ld %ld %ld %ld %ld %ld %ld %ld", in set_js_timeouts()
2728 if (items == 8) { in set_js_timeouts()
3012 int items = sscanf(buf, "limit=%u", &force_replay_limit); in set_force_replay() local
3014 if (items in set_force_replay()
3034 int items = sscanf(buf, "core_req=%x", &core_req); set_force_replay() local
3417 int items; set_pm_poweroff() local
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_core_linux.c2377 int items; in set_core_mask() local
2388 items = sscanf(buf, "%llx", &new_core_mask); in set_core_mask()
2390 if (items != 1) { in set_core_mask()
2398 items = sscanf(buf, "%llx %llx %llx", in set_core_mask()
2402 if (items != 1 && items != 3) { in set_core_mask()
2410 if (items == 1) in set_core_mask()
2606 int items; in set_js_timeouts() local
2620 items = sscanf(buf, "%ld %ld %ld %ld %ld %ld %ld %ld", in set_js_timeouts()
2626 if (items in set_js_timeouts()
3229 int items; set_pm_poweroff() local
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_core_linux.c2338 int items, i; in set_core_mask() local
2348 items = sscanf(buf, "%llx %llx %llx", &new_core_mask[0x0], in set_core_mask()
2350 if (items != 0x1 && items != 0x3) { in set_core_mask()
2359 if (items == 1) { in set_core_mask()
2534 int items; in set_js_timeouts() local
2549 items = sscanf(buf, "%ld %ld %ld %ld %ld %ld %ld %ld", &js_soft_stop_ms, in set_js_timeouts()
2553 if (items == 0x8) { in set_js_timeouts()
3163 int items; in set_pm_poweroff() local
3173 items in set_pm_poweroff()
[all...]

Completed in 36 milliseconds

12