/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/kernel/include/ |
H A D | los_compiler.h | 11 * 3. Neither the name of the copyright holder nor the names of its contributors may be used 83 #define USED __attribute__((used)) 116 #define USED __attribute__((used))
|
H A D | los_typedef.h | 11 * 3. Neither the name of the copyright holder nor the names of its contributors may be used 130 #define LOSBLD_ATTRIB_USED __attribute__((used))
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
H A D | stats.h | 3 * Statistics API (to be used from TCPIP thread) 18 * 3. The name of the author may not be used to endorse or promote products 127 mem_size_t used; member 134 STAT_COUNTER used; member 364 #define STATS_INC_USED(x, y, type) do { lwip_stats.x.used = (type)(lwip_stats.x.used + y); \ 365 if (lwip_stats.x.max < lwip_stats.x.used) { \ 366 lwip_stats.x.max = lwip_stats.x.used; \ 574 * This API is used to get IPv6 statistics information. 595 * This API is used t [all...] |
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | dmaengine.h | 262 * currently used size of the metadata and can directly update or read it. 268 * callback returns if used). 322 * @device_node: used to add this to the device chan list 411 * to be accessed on the device side. It is only used for devices which is using 714 * @used: last issued DMA cookie (i.e. the one in progress) 722 dma_cookie_t used; member 743 * parameter to be used by a filter function 817 * @device_caps: May be used to override the generic DMA slave capabilities 840 * will be used when this is omitted, but custom code can show extra, 1389 * @used 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/qemu/riscv32_virt/liteos_m/board/driver/ |
H A D | virtnet.c | 103 * output pbuf directly put into queue and freed by tcpip_thread when used; input has 109 * | desc: 16B align | avail: 2B align | used: 4B align || desc | avail | used || 4B align | 238 if (nic->dev.vq[0].used->flag != VIRTQ_USED_F_NO_NOTIFY) { in ReleaseRxEntry() 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() 457 while (q->last != q->used->index) { in VirtnetTxHandle() 459 e = &q->used->ring[q->last % q->qsz]; in VirtnetTxHandle()
|
H A D | virtmmio.c | 165 WriteQueueAddr(u32_to_u64(q->used), dev, VIRTMMIO_REG_QUEUEDEVICELOW); in CompleteConfigQueue() 179 q->used = (struct VirtqUsed *)base; in CalculateQueueAddr()
|
H A D | virtinput.c | 162 while (q->last != q->used->index) { in VirtinHandleEv() 164 idx = q->used->ring[q->last % q->qsz].id; in VirtinHandleEv() 178 if (q->used->flag != VIRTQ_USED_F_NO_NOTIFY) { in VirtinHandleEv() 418 VritmmioInitEnd(&in->dev); /* now virt queue can be used */ in HdfVirtinInit()
|
H A D | virtmmio.h | 129 struct VirtqUsed *used; member
|
H A D | virtgpu.c | 191 while ((q->last == q->used->index) || in NotifyAndWaitResponse() 253 if (abs(q->avail->index - (volatile uint16_t)q->used->index) >= VIRTQ_CONTROL_QSZ) { in RequestNoResponse() 554 VritmmioInitEnd(&gpu->dev); /* now virt queue can be used */ in VirtgpuInitDev() 740 /* used to happy video/fb.h configure */
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
H A D | hi_mem.h | 34 hi_u32 used; /**< Used space of the memory pool (unit: byte). member 40 hi_u32 used_node_num; /**< Number of used nodes in the memory pool. 121 * @brief Obtains memory information, used in a crash process. 125 * Obtains memory information, used in a crash process. When the board is reset due to a memory exception, 126 * if hi_mem_get_sys_info is used to obtain memory information, another exception may occur. In this case,
|
/device/qemu/drivers/virtio/ |
H A D | virtnet.c | 68 * | desc: 16B align | avail: 2B align | used: 4B align || desc | avail | used | 255 if (trans->used->flag != VIRTQ_USED_F_NO_NOTIFY) { in LowLevelOutput() 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() 320 if (q->used->flag != VIRTQ_USED_F_NO_NOTIFY) { in VirtnetRxHandle() 332 while (q->last != q->used->index) { in VirtnetTxHandle() 334 e = &q->used->ring[q->last % q->qsz]; in VirtnetTxHandle()
|
H A D | virtmmio.c | 157 WriteQueueAddr((uint64_t)q->used, dev, VIRTMMIO_REG_QUEUEDEVICELOW); in CompleteConfigQueue() 171 q->used = (struct VirtqUsed *)base; in CalculateQueueAddr()
|
H A D | virtinput.c | 150 while (q->last != q->used->index) { in VirtinHandleEv() 152 idx = q->used->ring[q->last % q->qsz].id; in VirtinHandleEv() 165 if (q->used->flag != VIRTQ_USED_F_NO_NOTIFY) { in VirtinHandleEv() 379 VritmmioInitEnd(&in->dev); /* now virt queue can be used */ in HdfVirtinInit()
|
H A D | virtmmio.h | 118 struct VirtqUsed *used; member
|
H A D | virtrng.c | 82 ret = q->used->ring[0].len; /* actual randoms acquired */ in VirtrngIO()
|
H A D | virtgpu.c | 190 while ((q->last == q->used->index) || in NotifyAndWaitResponse() 252 if (abs(q->avail->index - (volatile uint16_t)q->used->index) >= VIRTQ_CONTROL_QSZ) { in RequestNoResponse() 545 VritmmioInitEnd(&gpu->dev); /* now virt queue can be used */ in VirtgpuInitDev() 752 /* used to happy video/fb.h configure */
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/core/ |
H A D | drv_symc_v200.c | 804 symc_chn_who_used used; in drv_symc_free_chn() local 815 used.u32 = symc_read(CHN_WHO_USED_TEE); in drv_symc_free_chn() 816 used.bits.non_sec_chn_who_used &= (~symc_chn_mask(chn_num)); in drv_symc_free_chn() 817 symc_write(CHN_WHO_USED_TEE, used.u32); in drv_symc_free_chn() 819 used.u32 = symc_read(CHN_WHO_USED_REE); in drv_symc_free_chn() 820 used.bits.non_sec_chn_who_used &= (~symc_chn_mask(chn_num)); in drv_symc_free_chn() 821 symc_write(CHN_WHO_USED_REE, used.u32); in drv_symc_free_chn() 950 symc_chn_who_used used; in drv_symc_resume() local 962 used.u32 = symc_read(CHN_WHO_USED_TEE); in drv_symc_resume() 963 used in drv_symc_resume() [all...] |
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/smp/ |
H A D | sample_media_ai.h | 114 int chnNum; // Configure the number of chnnels used
123 * 这些值由create()设置,used未标识的组件的对应ID会被置为-1.这些资源ID从create()传入的
131 * MppSess defines the resource ID, viCfg, vpssCfg, vpssGrp, vpssChn0, vpssChn1 currently used by MppSess.
132 * These values are set by create(), and the corresponding IDs of components not identified by used will be set to -1.
135 * There is currently no defined channel ID of the VI, it will always be used after being bound to the VPSS,
139 uint32_t used; // The set of enabled components, set by the create() function
member
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/helloworld/smp/ |
H A D | sample_lcd.h | 107 int chnNum; // Configure the number of chnnels used
116 * 这些值由create()设置,used未标识的组件的对应ID会被置为-1.这些资源ID从create()传入的
124 * MppSess defines the resource ID, viCfg, vpssCfg, vpssGrp, vpssChn0, vpssChn1 currently used by MppSess.
125 * These values are set by create(), and the corresponding IDs of components not identified by used will be set to -1.
128 * There is currently no defined channel ID of the VI, it will always be used after being bound to the VPSS,
132 uint32_t used; // The set of enabled components, set by the create() function
member
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/ |
H A D | hidumper_adapter_impl.c | 92 printf("used=%d,", (mem_inf.used + mem_inf.used_lmp)); in DumpMemUsage()
|
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/inc/ |
H A D | mpp_buffer_impl.h | 102 * used for buf on group reset mode 108 // used flag is for used/unused list detection 109 RK_U32 used; member 135 // used in limit mode only 172 * otherwise the buffer will be register to used list and set to paramter buffer 183 * then it will be moved to used list.
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
H A D | dhdioctl.h | 46 uint32 used; /* bytes read or written (optional) */ member
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_drv.h | 74 bool used; member
|
/device/soc/hisilicon/common/hal/middleware/ffmpeg_adapt/ |
H A D | configure_llvm | 212 if openssl, librtmp or gmp is not used [no] 214 if openssl or librtmp is not used [no] 216 if openssl, libtls or mbedtls is not used [no] 279 if openssl, gnutls or mbedtls is not used [no] 309 if openssl, gnutls or libtls is not used [no] 317 if gnutls, libtls or mbedtls is not used [no] 321 Windows if openssl and gnutls are not used [autodetect] 324 on OSX if openssl and gnutls are not used [autodetect] 359 --enable-cross-compile assume a cross-compiler is used 475 used onl [all...] |
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dhd_cdc.c | 453 ioc->used = ret - sizeof(cdc_ioctl_t); in dhd_prot_ioctl() 522 /* Push BDC header used to convey priority for buses that don't */ in dhd_prot_hdrpush() 565 /* Pop BDC header used to convey priority for buses that don't */ in dhd_prot_hdrpull()
|