| /OK3568_Linux_fs/kernel/drivers/misc/ |
| H A D | kgdbts.c | 115 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 D | v4l2_device.cpp | 543 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 D | v4l2_buffer_proxy.cpp | 70 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 D | v4l2_buffer_proxy.h | 39 const struct v4l2_buffer & get_buf () const { in get_buf() function
|
| H A D | fake_v4l2_device.cpp | 254 if (!V4L2_TYPE_IS_OUTPUT(buf->get_buf ().type)) in dequeue_buffer()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/ |
| H A D | FecParamStream.cpp | 105 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 D | TnrStreamProcUnit.cpp | 123 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 D | NrStreamProcUnit.cpp | 120 …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 D | Stream.cpp | 214 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 D | RawStreamProcUnit.cpp | 482 …i]->get_expbuf_usrptr(),(void*)buf_proxy->get_v4l2_userptr(),v4l2buf[i]->get_buf().m.planes[0].len… in trigger_isp_readback()
|
| H A D | CaptureRawData.cpp | 386 size = v4l2buf->get_buf().m.planes[0].length; in dynamic_capture_raw()
|
| H A D | CamHwIsp20.cpp | 5784 (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 D | noring.c | 23 void *get_buf(unsigned *lenp, void **bufp) in get_buf() function
|
| H A D | main.h | 69 void *get_buf(unsigned *, void **);
|
| H A D | ptr_ring.c | 147 void *get_buf(unsigned *lenp, void **bufp) in get_buf() function
|
| H A D | ring.c | 143 void *get_buf(unsigned *lenp, void **bufp) in get_buf() function
|
| H A D | main.c | 139 if (get_buf(&len, &buf)) { in run_guest()
|
| H A D | virtio_ring_0_9.c | 152 void *get_buf(unsigned *lenp, void **bufp) in get_buf() function
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | libfs.c | 881 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 D | dtb_platdata.py | 183 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 D | Stream.cpp | 192 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 D | file.c | 37 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()
|