/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/ |
H A D | mali_osk_bitmap.c | 74 obj = bitmap_find_next_zero_area(bitmap->table, bitmap->max, bitmap->last, cnt, 0);
in _mali_osk_bitmap_alloc_range() 82 bitmap->last = (obj + cnt);
in _mali_osk_bitmap_alloc_range() 83 if (bitmap->last >= bitmap->max) {
in _mali_osk_bitmap_alloc_range() 84 bitmap->last = bitmap->reserve;
in _mali_osk_bitmap_alloc_range() 112 bitmap->last = min(bitmap->last, obj);
in _mali_osk_bitmap_free_range() 124 bitmap->last = reserve;
in _mali_osk_bitmap_init()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/ |
H A D | mali_osk_bitmap.c | 71 bitmap->last, cnt, 0); in _mali_osk_bitmap_alloc_range() 81 bitmap->last = (obj + cnt); in _mali_osk_bitmap_alloc_range() 82 if (bitmap->last >= bitmap->max) { in _mali_osk_bitmap_alloc_range() 83 bitmap->last = bitmap->reserve; in _mali_osk_bitmap_alloc_range() 111 bitmap->last = min(bitmap->last, obj); in _mali_osk_bitmap_free_range() 123 bitmap->last = reserve; in _mali_osk_bitmap_init()
|
/device/soc/rockchip/rk3568/hardware/omx_il/osal/ |
H A D | Rockchip_OSAL_Queue.c | 56 currentqelem = queue->last = queue->first; in Rockchip_OSAL_QueueCreate() 115 if ((queue->last->data != NULL) || (queue->numElem >= queue->maxNumElem)) { in Rockchip_OSAL_Queue() 119 queue->last->data = data; in Rockchip_OSAL_Queue() 120 queue->last = queue->last->qNext; in Rockchip_OSAL_Queue() 193 queue->last = queue->first; in Rockchip_OSAL_ResetQueue()
|
H A D | Rockchip_OSAL_Queue.h | 43 ROCKCHIP_QElem *last; member
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/core/ |
H A D | drv_trng_v200.c | 33 static hi_u32 last = 0x0A; // 0x0A for check in drv_trng_randnum() local 41 if (ctrl.u32 != last) { in drv_trng_randnum() 52 last = ctrl.u32; in drv_trng_randnum()
|
H A D | drv_trng_v100.c | 38 static hi_u32 last = 0x1082; // 0x1082 for check in drv_trng_randnum() local 44 if (ctrl.u32 != last) { in drv_trng_randnum()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/extend/include/ |
H A D | ext_alg.h | 94 * param last last or not. 98 hi_s32 ext_mbedtls_aead_ccm_crypto(hi_void *ctx, hi_u32 operation, symc_multi_pack *pack, hi_u32 last); 109 * param last last or not. 113 hi_s32 ext_mbedtls_aead_gcm_crypto(hi_void *ctx, hi_u32 operation, symc_multi_pack *pack, hi_u32 last); 183 * param last last or not 186 hi_s32 ext_mbedtls_symc_crypto(hi_void *ctx, hi_u32 operation, symc_multi_pack *pack, hi_u32 last); 256 * param last las [all...] |
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/backend/gpu/ |
H A D | mali_kbase_pm_metrics.c | 157 void kbase_pm_get_dvfs_metrics(struct kbase_device *kbdev, struct kbasep_pm_metrics *last, in kbase_pm_get_dvfs_metrics() argument 167 diff->time_busy = cur->time_busy - last->time_busy; in kbase_pm_get_dvfs_metrics() 168 diff->time_idle = cur->time_idle - last->time_idle; in kbase_pm_get_dvfs_metrics() 169 diff->busy_cl[0] = cur->busy_cl[0] - last->busy_cl[0]; in kbase_pm_get_dvfs_metrics() 170 diff->busy_cl[1] = cur->busy_cl[1] - last->busy_cl[1]; in kbase_pm_get_dvfs_metrics() 171 diff->busy_gl = cur->busy_gl - last->busy_gl; in kbase_pm_get_dvfs_metrics() 173 *last = *cur; in kbase_pm_get_dvfs_metrics()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/backend/gpu/ |
H A D | mali_kbase_pm_metrics.c | 323 struct kbasep_pm_metrics *last, in kbase_pm_get_dvfs_metrics() 337 diff->time_busy = cur->time_busy - last->time_busy; in kbase_pm_get_dvfs_metrics() 338 diff->time_idle = cur->time_idle - last->time_idle; in kbase_pm_get_dvfs_metrics() 341 diff->time_in_protm = cur->time_in_protm - last->time_in_protm; in kbase_pm_get_dvfs_metrics() 343 diff->busy_cl[0] = cur->busy_cl[0] - last->busy_cl[0]; in kbase_pm_get_dvfs_metrics() 344 diff->busy_cl[1] = cur->busy_cl[1] - last->busy_cl[1]; in kbase_pm_get_dvfs_metrics() 345 diff->busy_gl = cur->busy_gl - last->busy_gl; in kbase_pm_get_dvfs_metrics() 348 *last = *cur; in kbase_pm_get_dvfs_metrics() 322 kbase_pm_get_dvfs_metrics(struct kbase_device *kbdev, struct kbasep_pm_metrics *last, struct kbasep_pm_metrics *diff) kbase_pm_get_dvfs_metrics() argument
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/ |
H A D | list.h | 101 struct list_head *last = list->prev; in __list_splice() local 107 last->next = at; in __list_splice() 108 at->prev = last; in __list_splice()
|
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/ |
H A D | list.h | 98 struct list_head *last = list->prev; in __list_splice() local 104 last->next = at; in __list_splice() 105 at->prev = last; in __list_splice()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/ |
H A D | list.h | 98 struct list_head *last = list->prev; in __list_splice() local 104 last->next = at; in __list_splice() 105 at->prev = last; in __list_splice()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/arch/ |
H A D | sys_arch.h | 56 int first, last; member 69 int first, last; member
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/higv/include/ |
H A D | linux_cbb_list.h | 108 struct cbb_list_head *last = list->prev; in inline_cbb_list_splice() local 114 last->next = at; in inline_cbb_list_splice() 115 at->prev = last; in inline_cbb_list_splice()
|
H A D | hi_gv_gesture.h | 63 /* the last event */ 64 HIGV_TOUCH_POINT_S last; member
|
/device/qemu/riscv32_virt/liteos_m/board/driver/ |
H A D | virtnet.c | 428 if (q->last == q->used->index) { in VirtnetRxHandle() 432 if (q->last == q->used->index) { in VirtnetRxHandle() 439 e = &q->used->ring[q->last % q->qsz]; in VirtnetRxHandle() 446 q->last++; in VirtnetRxHandle() 457 while (q->last != q->used->index) { in VirtnetTxHandle() 459 e = &q->used->ring[q->last % q->qsz]; in VirtnetTxHandle() 461 q->last++; in VirtnetTxHandle()
|
H A D | virtgpu.c | 128 * When an operation happened, the last one must already done. 191 while ((q->last == q->used->index) || in NotifyAndWaitResponse() 195 q->last++; in NotifyAndWaitResponse() 250 uint16_t head = q->last % q->qsz; /* `last` record next writable desc entry for request */ in RequestNoResponse() 260 q->last += NORMAL_CMD_ENTRIES; in RequestNoResponse() 459 q->last = 0; in PopulateVirtQ()
|
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | dmaengine.h | 68 /* last transaction type for creation of the capabilities mask */ 114 * @icg: Number of bytes to jump after last src/dst address of this 118 * @dst_icg: Number of bytes to jump after last dst address of this 121 * @src_icg: Number of bytes to jump after last src address of this 315 * @cookie: last cookie value returned to client 316 * @completed_cookie: last completed cookie for this channel 713 * @last: last completed DMA cookie 714 * @used: last issued DMA cookie (i.e. the one in progress) 721 dma_cookie_t last; member 1395 dma_async_is_tx_complete(struct dma_chan *chan, dma_cookie_t cookie, dma_cookie_t *last, dma_cookie_t *used) dma_async_is_tx_complete() argument 1435 dma_set_tx_state(struct dma_tx_state *st, dma_cookie_t last, dma_cookie_t used, u32 residue) dma_set_tx_state() argument [all...] |
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/ |
H A D | drm_vblank.c | 168 static void store_vblank(struct drm_device *dev, unsigned int pipe, u32 vblank_count_inc, ktime_t t_vblank, u32 last) in store_vblank() argument 174 vblank->last = last; in store_vblank() 220 * to the last vblank occurred. 266 * update the last read value so we can deal with wraparound on the next 304 diff = (cur_vblank - vblank->last) & max_vblank_count; in drm_update_vblank_count() 348 pipe, (unsigned long long)atomic64_read(&vblank->count), diff, cur_vblank, vblank->last); in drm_update_vblank_count() 351 drm_WARN_ON_ONCE(dev, cur_vblank != vblank->last); in drm_update_vblank_count() 441 * Disable vblank irq's on crtc, make sure that last vblank count 1229 u64 last; in drm_wait_one_vblank() local [all...] |
/device/qemu/drivers/virtio/ |
H A D | virtnet.c | 292 if (q->last == q->used->index) { in VirtnetRxHandle() 296 if (q->last == q->used->index) { in VirtnetRxHandle() 303 e = &q->used->ring[q->last % q->qsz]; in VirtnetRxHandle() 315 q->last++; in VirtnetRxHandle() 332 while (q->last != q->used->index) { in VirtnetTxHandle() 334 e = &q->used->ring[q->last % q->qsz]; in VirtnetTxHandle() 336 q->last++; in VirtnetTxHandle()
|
H A D | virtgpu.c | 127 * When an operation happened, the last one must already done. 190 while ((q->last == q->used->index) || in NotifyAndWaitResponse() 194 q->last++; in NotifyAndWaitResponse() 249 uint16_t head = q->last % q->qsz; /* `last` record next writable desc entry for request */ in RequestNoResponse() 259 q->last += NORMAL_CMD_ENTRIES; in RequestNoResponse() 456 q->last = 0; in PopulateVirtQ()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/ |
H A D | LinkedList.h | 40 n32 ptr T concat Item suppress "last" 70 *last, /**< last element in the list */ member
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/ |
H A D | mali_osk_types.h | 459 u32 last; member
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/ |
H A D | mali_osk_types.h | 439 u32 last; member
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/include/ |
H A D | osal_list.h | 184 * list_is_last - tests whether @list is the last entry in list @head 293 struct osal_list_head *last = list->prev; in osal___list_splice() local 298 last->next = next; in osal___list_splice() 299 next->prev = last; in osal___list_splice()
|