Home
last modified time | relevance | path

Searched refs:get_buf (Results 1 – 22 of 22) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/misc/
H A Dkgdbts.c115 static char get_buf[BUFMAX]; variable
698 strcpy(get_buf, "$"); in fill_get_buf()
699 strcat(get_buf, buf); in fill_get_buf()
704 strcat(get_buf, "#"); in fill_get_buf()
705 get_buf[count + 2] = hex_asc_hi(checksum); in fill_get_buf()
706 get_buf[count + 3] = hex_asc_lo(checksum); in fill_get_buf()
707 get_buf[count + 4] = '\0'; in fill_get_buf()
708 v2printk("get%i: %s\n", ts.idx, get_buf); in fill_get_buf()
762 if (get_buf[get_buf_cnt] == '\0') { in run_simple_test()
768 ret = get_buf[get_buf_cnt]; in run_simple_test()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/
H A Dv4l2_device.cpp543 XCAM_ASSERT (buf->get_buf().index == i); in prepare()
694 XCAM_ASSERT (buf->get_buf().index == i); in prepare()
970 …XCAM_LOG_DEBUG("release multi planar(%d) of buffer length: %d", i, buf->get_buf().m.planes[i].leng… in prepare()
971 … ret = munmap((void*)buf->get_buf().m.planes[i].m.userptr, buf->get_buf().m.planes[i].length); in prepare()
975 XCAM_LOG_DEBUG("release buffer length: %d", buf->get_buf().length); in prepare()
976 ret = munmap((void*)buf->get_buf().m.userptr, buf->get_buf().length); in prepare()
1018 struct v4l2_buffer v4l2_buf = buf->get_buf (); in prepare()
1214 if (V4L2_TYPE_IS_OUTPUT(buf->get_buf ().type) || in prepare()
1215 (buf->get_buf ().type == V4L2_BUF_TYPE_META_OUTPUT)) { in prepare()
1238 struct v4l2_buffer v4l2_buf = buf->get_buf (); in prepare()
[all …]
H A Dv4l2_buffer_proxy.cpp70 struct timeval ts = buf->get_buf().timestamp; in V4l2BufferProxy()
71 uint32_t sequence = buf->get_buf().sequence; in V4l2BufferProxy()
186 return v4l2_data->get_buf (); in get_v4l2_buf()
H A Dv4l2_buffer_proxy.h39 const struct v4l2_buffer & get_buf () const { in get_buf() function
H A Dfake_v4l2_device.cpp254 if (!V4L2_TYPE_IS_OUTPUT(buf->get_buf ().type)) in dequeue_buffer()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DFecParamStream.cpp105 ispp_fec_params = (struct rkispp_params_feccfg*)v4l2buf_fec->get_buf().m.userptr; in configToDrv()
126 v4l2buf_fec->get_buf().index, errno, strerror(errno)); in configToDrv()
H A DTnrStreamProcUnit.cpp123 ispp_tnr_params = (struct rkispp_params_tnrcfg*)v4l2buf_tnr->get_buf().m.userptr; in configToDrv()
144 v4l2buf_tnr->get_buf().index, errno, strerror(errno)); in configToDrv()
H A DNrStreamProcUnit.cpp120 …rkispp_params_nrcfg* ispp_nr_params = (struct rkispp_params_nrcfg*)v4l2buf_nr->get_buf().m.userptr; in configToDrv()
146 v4l2buf_nr->get_buf().index, errno, strerror(errno)); in configToDrv()
H A DStream.cpp214 mCamPhyId, buf->get_buf().sequence, RKStream::poll_type_to_str[_dev_type]); in poll_buffer_loop()
530 _focus_handle_dev->getAfInfoParams(afParams, buf->get_buf().sequence); in new_video_buffer()
531 _focus_handle_dev->getIrisInfoParams(irisParams, buf->get_buf().sequence); in new_video_buffer()
H A DRawStreamProcUnit.cpp482 …i]->get_expbuf_usrptr(),(void*)buf_proxy->get_v4l2_userptr(),v4l2buf[i]->get_buf().m.planes[0].len… in trigger_isp_readback()
H A DCaptureRawData.cpp386 size = v4l2buf->get_buf().m.planes[0].length; in dynamic_capture_raw()
H A DCamHwIsp20.cpp5784 (struct isp32_isp_params_cfg*)v4l2buf->get_buf().m.userptr; in setIspConfig()
5787 (struct isp3x_isp_params_cfg*)v4l2buf->get_buf().m.userptr; in setIspConfig()
5790 (struct isp21_isp_params_cfg*)v4l2buf->get_buf().m.userptr; in setIspConfig()
5793 (struct isp20_isp_params_cfg*)v4l2buf->get_buf().m.userptr; in setIspConfig()
5795 int buf_index = v4l2buf->get_buf().index; in setIspConfig()
/OK3568_Linux_fs/kernel/tools/virtio/ringtest/
H A Dnoring.c23 void *get_buf(unsigned *lenp, void **bufp) in get_buf() function
H A Dmain.h69 void *get_buf(unsigned *, void **);
H A Dptr_ring.c147 void *get_buf(unsigned *lenp, void **bufp) in get_buf() function
H A Dring.c143 void *get_buf(unsigned *lenp, void **bufp) in get_buf() function
H A Dmain.c139 if (get_buf(&len, &buf)) { in run_guest()
H A Dvirtio_ring_0_9.c152 void *get_buf(unsigned *lenp, void **bufp) in get_buf() function
/OK3568_Linux_fs/kernel/fs/
H A Dlibfs.c881 char get_buf[24]; /* enough to store a u64 and "\n\0" */ member
936 if (*ppos && attr->get_buf[0]) { in simple_attr_read()
938 size = strlen(attr->get_buf); in simple_attr_read()
946 size = scnprintf(attr->get_buf, sizeof(attr->get_buf), in simple_attr_read()
950 ret = simple_read_from_buffer(buf, len, ppos, attr->get_buf, size); in simple_attr_read()
/OK3568_Linux_fs/u-boot/tools/dtoc/
H A Ddtb_platdata.py183 def get_buf(self): member in DtbPlatdata
514 self.out(''.join(self.get_buf()))
/OK3568_Linux_fs/external/camera_engine_rkaiq/rk_stream/stream_cfg/
H A DStream.cpp192 LOGI_RKSTREAM ("dequeue buffer ok, seq %d", buf->get_buf().sequence); in poll_buffer_loop()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/cell/spufs/
H A Dfile.c37 char get_buf[24]; /* enough to store a u64 and "\n\0" */ member
86 size = strlen(attr->get_buf); in spufs_attr_read()
93 size = scnprintf(attr->get_buf, sizeof(attr->get_buf), in spufs_attr_read()
97 ret = simple_read_from_buffer(buf, len, ppos, attr->get_buf, size); in spufs_attr_read()