Home
last modified time | relevance | path

Searched defs:buf (Results 5901 - 5925 of 20038) sorted by relevance

1...<<231232233234235236237238239240>>...802

/device/soc/hisilicon/common/platform/hieth-sf/include/internal/
H A Deth_mac.h77 NetBuf *buf; member
/device/board/hisilicon/hispark_taurus/audio_drivers/dsp/src/
H A Ddsp_ops.c236 static int32_t DspSpiRead(DevHandle handle, const uint8_t *buf, const uint32_t len) in DspSpiRead() argument
383 int32_t DspDecodeAudioStream(const struct AudioCard *card, const uint8_t *buf, const struct DspDevice *device) in DspDecodeAudioStream() argument
392 int32_t DspEncodeAudioStream(const struct AudioCard *card, const uint8_t *buf, const struct DspDevice *device) in DspEncodeAudioStream() argument
402 int32_t DspEqualizerActive(const struct AudioCard *card, const uint8_t *buf, const struct DspDevice *device) in DspEqualizerActive() argument
/device/soc/hisilicon/common/platform/uart/
H A Duart_pl011.c34 char buf[FIFO_SIZE]; in Pl011Irq() local
302 static int32_t Pl011StartTx(struct UartDriverData *udd, const char *buf, size_t count) in Pl011StartTx() argument
354 int32_t Pl011Read(struct UartDriverData *udd, char *buf, size_t count) in Pl011Read() argument
409 PL011UartRecvNotify(struct UartDriverData *udd, const char *buf, size_t count) PL011UartRecvNotify() argument
[all...]
/device/qemu/drivers/uart/
H A Duart_pl011.c35 char buf[FIFO_SIZE]; in Pl011Irq() local
303 static int32_t Pl011StartTx(struct UartDriverData *udd, const char *buf, size_t count) in Pl011StartTx() argument
355 int32_t Pl011Read(struct UartDriverData *udd, char *buf, size_t count) in Pl011Read() argument
410 PL011UartRecvNotify(struct UartDriverData *udd, const char *buf, size_t count) PL011UartRecvNotify() argument
[all...]
/device/soc/hisilicon/common/platform/mtd/hifmc100/spi_nor/
H A Dhifmc100_spi_nor.c337 static int32_t HifmcCntlrDmaWriteReadOnce(struct SpiFlash *spi, off_t offset, uint8_t *buf, size_ argument
278 HifmcCntlrDmaTransfer(struct HifmcCntlr *cntlr, struct SpiFlash *spi, off_t offset, uint8_t *buf, size_t len, int wr) HifmcCntlrDmaTransfer() argument
380 HifmcCntlrDmaWriteRead(struct MtdDevice *mtdDevice, off_t offset, size_t len, uint8_t *buf, int wr) HifmcCntlrDmaWriteRead() argument
431 HifmcSpinorWrite(struct MtdDevice *mtdDevice, off_t to, size_t len, const uint8_t *buf) HifmcSpinorWrite() argument
456 HifmcSpinorRead(struct MtdDevice *mtdDevice, off_t from, size_t len, uint8_t *buf) HifmcSpinorRead() argument
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/scenario/cnn_trash_classify/
H A Dcnn_trash_classify.c184 static HI_S32 CnnTrashClassifyFlag(const RecogNumInfo items[], HI_S32 itemNum, HI_CHAR* buf, HI_S32 size) in CnnTrashClassifyFlag() argument
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/histreaming_server/src/
H A Dhistreaming_client_server.c49 unsigned int HisignallingMsgSend(char *buf, unsigned int dataLen) in HisignallingMsgSend() argument
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/primesensor_ps5260_2L/
H A Dps5260_2l_sensor_ctl.c99 unsigned char buf[I2C_BUF_NUM]; in ps5260_2l_read_register() local
142 HI_U8 buf[I2C_BUF_NUM]; in ps5260_2l_write_register() local
[all...]
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/himedia/
H A Dhimedia_base.c42 modalias_show(struct device *dev, struct device_attribute *a, char *buf) modalias_show() argument
/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/hiproc/kernel/
H A Dhiproc.c351 static hi_s32 proc_write(osal_proc_entry *entry, const hi_char *buf, hi_s32 count, hi_s64 *ppos) in proc_write() argument
[all...]
/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/posix/src/
H A Dpthread.c416 int pthread_getname_np(pthread_t thread, char *buf, size_t buflen) in pthread_getname_np() argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/secure/
H A Dcrypto.h86 hi_u8 *buf; member
/device/soc/hisilicon/hi3861v100/sdk_liteos/app/wifiiot_app/src/
H A Dblackbox_adapter_impl.c55 hi_char buf[LONG_BUF_SIZE]; in SaveSysInfo() local
82 hi_char buf[LONG_BUF_SIZE]; in SaveExcpInfo() local
116 hi_char buf[LONG_BUF_SIZE]; SaveRegInfo() local
203 hi_char buf[LONG_BUF_SIZE]; SaveMemInfo() local
237 hi_char buf[LONG_BUF_SIZE]; SaveTaskInfo() local
281 hi_char buf[LONG_BUF_SIZE]; SaveTrackInfo() local
331 hi_char buf[SHORT_BUF_SIZE]; SaveCallBack() local
461 FullWriteFile(const char *filePath, const char *buf, size_t bufSize, int isAppend) FullWriteFile() argument
508 char *buf; SystemModuleDump() local
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/
H A Dasn1.h158 mbedtls_asn1_buf buf; /**< Buffer containing the given ASN.1 item. */ member
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/
H A Dvideobuf2-rdma-sg.c41 static int vb2_dma_sg_alloc_contiguous(struct device *dev, struct vb2_dma_sg_buf *buf, gfp_t gfp_flags) in vb2_dma_sg_alloc_contiguous() argument
67 struct vb2_dma_sg_buf *buf; in vb2_dma_sg_alloc() local
140 struct vb2_dma_sg_buf *buf = buf_priv; vb2_dma_sg_put() local
159 struct vb2_dma_sg_buf *buf = buf_priv; vb2_dma_sg_prepare() local
167 struct vb2_dma_sg_buf *buf = buf_priv; vb2_dma_sg_finish() local
176 struct vb2_dma_sg_buf *buf; vb2_dma_sg_get_userptr() local
237 struct vb2_dma_sg_buf *buf = buf_priv; vb2_dma_sg_put_userptr() local
257 struct vb2_dma_sg_buf *buf = buf_priv; vb2_dma_sg_vaddr() local
275 struct vb2_dma_sg_buf *buf = buf_priv; vb2_dma_sg_num_users() local
282 struct vb2_dma_sg_buf *buf = buf_priv; vb2_dma_sg_mmap() local
322 struct vb2_dma_sg_buf *buf = dbuf->priv; vb2_dma_sg_dmabuf_ops_attach() local
424 struct vb2_dma_sg_buf *buf = dbuf->priv; vb2_dma_sg_dmabuf_ops_begin_cpu_access() local
433 struct vb2_dma_sg_buf *buf = dbuf->priv; vb2_dma_sg_dmabuf_ops_end_cpu_access() local
442 struct vb2_dma_sg_buf *buf = dbuf->priv; vb2_dma_sg_dmabuf_ops_vmap() local
466 struct vb2_dma_sg_buf *buf = buf_priv; vb2_dma_sg_get_dmabuf() local
494 struct vb2_dma_sg_buf *buf = mem_priv; vb2_dma_sg_map_dmabuf() local
522 struct vb2_dma_sg_buf *buf = mem_priv; vb2_dma_sg_unmap_dmabuf() local
546 struct vb2_dma_sg_buf *buf = mem_priv; vb2_dma_sg_detach_dmabuf() local
561 struct vb2_dma_sg_buf *buf; vb2_dma_sg_attach_dmabuf() local
595 struct vb2_dma_sg_buf *buf = buf_priv; vb2_dma_sg_cookie() local
[all...]
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/ispp/
H A Dhw.c463 void *buf = hw_dev->ispp[i]->sw_base_addr; in rkispp_runtime_resume() local
H A Dparams.c202 struct rkispp_buffer *buf; in rkispp_params_vb2_stop_streaming() local
H A Dstats.c198 struct rkispp_buffer *buf = to_rkispp_buffer(vbuf); in rkispp_stats_vb2_buf_queue() local
223 struct rkispp_buffer *buf; in destroy_buf_queue() local
[all...]
H A Dstream_v20.c253 struct rkispp_isp_buf_pool *buf; in fec_work_event() local
339 struct rkisp_ispp_buf *buf = buf_rd; in rkispp_module_work_event() local
[all...]
/device/soc/rockchip/common/vendor/drivers/video/rockchip/rga2/
H A Drga2_debugger.c57 char buf[14]; in rga_debug_write() local
[all...]
/device/soc/rockchip/rk2206/hardware/include/lz_hardware/
H A Dspi.h158 static inline unsigned int LzSpiRead(unsigned int id, unsigned int chn, void *buf, unsigned int len) in LzSpiRead() argument
172 static inline unsigned int LzSpiWrite(unsigned int id, unsigned int chn, const void *buf, unsigned int len) in LzSpiWrite() argument
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H A Ddrm_ioctl.c479 static int drm_copy_field(char __user *buf, size_t *buf_len, const char *value) in drm_copy_field() argument
H A Ddrm_debugfs.c291 char buf[12]; in connector_write() local
341 char *buf; in edid_write() local
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/power/supply/
H A Dpower_supply_sysfs.c242 static ssize_t power_supply_show_property(struct device *dev, struct device_attribute *attr, char *buf) in power_supply_show_property() argument
278 static ssize_t power_supply_store_property(struct device *dev, struct device_attribute *attr, const char *buf, in power_supply_store_property() argument
211 power_supply_show_usb_type(struct device *dev, const struct power_supply_desc *desc, union power_supply_propval *value, char *buf) power_supply_show_usb_type() argument
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/pwm/
H A Dsysfs.c36 static ssize_t period_show(struct device *child, struct device_attribute *attr, char *buf) in period_show() argument
46 static ssize_t period_store(struct device *child, struct device_attribute *attr, const char *buf, size_t size) in period_store() argument
68 static ssize_t duty_cycle_show(struct device *child, struct device_attribute *attr, char *buf) in duty_cycle_show() argument
78 static ssize_t duty_cycle_store(struct device *child, struct device_attribute *attr, const char *buf, size_t size) in duty_cycle_store() argument
101 static ssize_t oneshot_count_show(struct device *child, struct device_attribute *attr, char *buf) in oneshot_count_show() argument
111 oneshot_count_store(struct device *child, struct device_attribute *attr, const char *buf, size_t size) oneshot_count_store() argument
134 enable_show(struct device *child, struct device_attribute *attr, char *buf) enable_show() argument
144 enable_store(struct device *child, struct device_attribute *attr, const char *buf, size_t size) enable_store() argument
179 polarity_show(struct device *child, struct device_attribute *attr, char *buf) polarity_show() argument
200 polarity_store(struct device *child, struct device_attribute *attr, const char *buf, size_t size) polarity_store() argument
225 capture_show(struct device *child, struct device_attribute *attr, char *buf) capture_show() argument
335 export_store(struct device *parent, struct device_attribute *attr, const char *buf, size_t len) export_store() argument
365 unexport_store(struct device *parent, struct device_attribute *attr, const char *buf, size_t len) unexport_store() argument
386 npwm_show(struct device *parent, struct device_attribute *attr, char *buf) npwm_show() argument
[all...]

Completed in 20 milliseconds

1...<<231232233234235236237238239240>>...802