Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/
H A Dv4l2_device.cpp206 if (io_control (VIDIOC_S_INPUT, &_sensor_id) < 0) { in open()
214 if (io_control (VIDIOC_S_PARM, &param) < 0) { in open()
245 V4l2Device::io_control (unsigned long cmd, void *arg) in io_control() function in XCam::V4l2Device
298 ret = io_control(VIDIOC_QUERYCAP, &cap); in query_cap()
355 if (io_control (VIDIOC_S_FMT, &format) < 0) { in set_format()
381 if (io_control (VIDIOC_G_PARM, &param) < 0) { in set_format()
392 if (io_control (VIDIOC_S_PARM, &param) < 0) { in set_format()
480 if (this->io_control (VIDIOC_ENUM_FMT, &format) < 0) { in enum_formats()
508 if (this->io_control (VIDIOC_G_FMT, &format) < 0) { in get_format()
562 ret = this->io_control (VIDIOC_G_CROP, &crop); in prepare()
[all …]
H A Dfake_v4l2_device.cpp128 FakeV4l2Device::io_control (unsigned long cmd, void *arg) in io_control() function in XCam::FakeV4l2Device
221 if (this->io_control (VIDIOC_DQBUF, &v4l2_buf) < 0) { in dequeue_buffer()
H A Dfake_v4l2_device.h49 virtual int io_control (unsigned long cmd, void *arg) override;
H A Dv4l2_device.h133 virtual int io_control (unsigned long cmd, void *arg);
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/
H A DLensHw.cpp77 if (io_control(VIDIOC_QUERYCTRL, &_iris_query) < 0) { in queryLensSupport()
86 if (io_control(VIDIOC_QUERYCTRL, &_focus_query) < 0) { in queryLensSupport()
95 if (io_control(VIDIOC_QUERYCTRL, &_zoom_query) < 0) { in queryLensSupport()
223 if (io_control (RK_VIDIOC_GET_VCM_CFG, &cfg) < 0) { in getLensVcmCfg()
247 if (io_control (RK_VIDIOC_SET_VCM_CFG, &cfg) < 0) { in setLensVcmCfg()
282 if (io_control (RK_VIDIOC_SET_VCM_MAX_LOGICALPOS, &max_log_pos) < 0) { in setLensVcmMaxlogpos()
289 if (io_control(VIDIOC_QUERYCTRL, &focus_query) < 0) { in setLensVcmMaxlogpos()
328 if (io_control (RK_VIDIOC_FOCUS_SET_POSITION, &set_focus) < 0) { in setFocusParamsSync()
338 if (io_control (RK_VIDIOC_VCM_TIMEINFO, &tim) < 0) { in setFocusParamsSync()
412 if (io_control (VIDIOC_S_CTRL, &control) < 0) { in setFocusParams()
[all …]
H A DSensorHw.cpp90 if (io_control(VIDIOC_S_CTRL, &ctrl) < 0) { in setHdrSensorExposure()
98 if (io_control(VIDIOC_S_CTRL, &ctrl) < 0) { in setHdrSensorExposure()
144 if (io_control(SENSOR_CMD_SET_HDRAE_EXP, &hdrExp) < 0) { in setHdrSensorExposure()
166 if (io_control(RKMODULE_SET_DPCC_CFG, &dpcc_cfg) < 0) { in setSensorDpcc()
198 if (io_control(VIDIOC_S_CTRL, &ctrl) < 0) { in setLinearSensorExposure()
214 if (io_control(RKMODULE_SET_CONVERSION_GAIN, &dcg_mode_drv) < 0) { in setLinearSensorExposure()
223 if (io_control(VIDIOC_S_CTRL, &ctrl) < 0) { in setLinearSensorExposure()
232 if (io_control(VIDIOC_S_CTRL, &ctrl) < 0) { in setLinearSensorExposure()
242 if (io_control(VIDIOC_S_CTRL, &ctrl) < 0) { in setLinearSensorExposure()
275 if (io_control(VIDIOC_S_CTRL, &ctrl) < 0) { in setLinearSensorExposure()
[all …]
H A DFlashLight.cpp134 if (_fl_device[0]->io_control (RK_VIDIOC_FLASH_TIMEINFO, &flash_time) < 0) { in get_status()
152 if (_fl_device[1]->io_control (RK_VIDIOC_FLASH_TIMEINFO, &flash_time) < 0) { in get_status()
176 if (fl_dev->io_control (VIDIOC_S_CTRL, &control) < 0) { \ in v4l_set_params()
257 if (fl_device->io_control(VIDIOC_QUERYCTRL, &ctrl) < 0) { in get_flash_info()
278 if (fl_device->io_control(VIDIOC_QUERYCTRL, &ctrl) < 0) { in get_flash_info()
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dhardware.h56 volatile uint32_t io_control; member
70 volatile uint32_t io_control; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DPdafStreamProcUnit.cpp61 mPdafDev->io_control (RKCIF_CMD_GET_CSI_MEMORY_MODE, &mem_mode); in start()
64 mPdafDev->io_control (RKCIF_CMD_SET_CSI_MEMORY_MODE, &mem_mode); in start()
H A DSPStreamProcUnit.cpp30 int ret = _ispp_dev->io_control(RKISPP_CMD_TRIGGER_MODE, &tnr_trigger); in start()
47 int ret = _ispp_dev->io_control(RKISPP_CMD_TRIGGER_MODE, &tnr_trigger); in stop()
232 res = _isp_core_dev->io_control(RKISP_CMD_GET_FBCBUF_FD , &ispbuf_fd); in init_fbcbuf_fd()
H A DTnrStatsStream.cpp126 res = _ispp_dev->io_control(RKISPP_CMD_GET_TNRBUF_FD , &isppbuf_fd); in init_tnrbuf()
H A DRawStreamCapUnit.cpp520 b_ret = _dev[0]->io_control(RKCIF_CMD_SET_RESET, &reset); in reset_hardware()
550 int ret1 = _dev[i]->io_control (RKCIF_CMD_SET_CSI_MEMORY_MODE, &mem_mode); in set_csi_mem_word_big_align()
H A DNrStatsStream.cpp133 res = _ispp_dev->io_control(RKISPP_CMD_GET_NRBUF_FD , &isppbuf_fd); in init_nrbuf_fd()
H A DRawStreamProcUnit.cpp553 _isp_core_dev->io_control(RKISP_CMD_TRIGGER_READ_BACK, &tg); in trigger_isp_readback()
587 int ret1 = _dev[i]->io_control (RKISP_CMD_SET_CSI_MEMORY_MODE, &mem_mode); in set_csi_mem_word_big_align()
H A DCamHwIsp20.cpp183 if(vdev.io_control(RKMODULE_GET_MODULE_INFO, minfo) < 0) { in get_sensor_caps()
191 while (vdev.io_control(VIDIOC_SUBDEV_ENUM_MBUS_CODE, &code_enum) == 0) { in get_sensor_caps()
201 while (vdev.io_control(VIDIOC_SUBDEV_ENUM_FRAME_SIZE, &fsize_enum) == 0) { in get_sensor_caps()
217 while(vdev.io_control(VIDIOC_SUBDEV_ENUM_FRAME_INTERVAL, &fie) == 0) { in get_sensor_caps()
2538 if (vdev.io_control(RKMODULE_GET_CHANNEL_INFO, &channel) == 0) { in get_sensor_pdafinfo()
3312 if (mIspCoreDev->io_control (RKISP_CMD_SW_HDR_MODE_QUICK, &drv_mode) < 0) { in swWorkingModeDyn()
4821 if (mIrcutDev->io_control (VIDIOC_S_CTRL, &control) < 0) { in setIrcutParams()
4959 ret = isp20->mIspCoreDev->io_control(cmd, &ldchbuf_size); in allocMemResource()
4973 ret = isp20->mIspCoreDev->io_control(cmd, &ldchbuf_info); in allocMemResource()
5001 ret = isp20->_ispp_sd->io_control(RKISPP_CMD_SET_FECBUF_SIZE, &fecbuf_size); in allocMemResource()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/experimental/
H A Dsocket638 io_control(_IoControlCommand& __command, error_code& __ec)
784 io_control(_IoControlCommand& __command)
786 io_control(__command, __throw_on_error{"basic_socket::io_control"});
791 io_control(_IoControlCommand& __command, error_code& __ec)
792 { __base::io_control(__command, __ec); }
1984 io_control(_IoControlCommand& __command)
1986 io_control(__command,
1987 __throw_on_error{"basic_socket_acceptor::io_control"});
1992 io_control(_IoControlCommand& __command, error_code& __ec)
1993 { __base::io_control(__command, __ec); }
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/experimental/
H A Dsocket638 io_control(_IoControlCommand& __command, error_code& __ec)
784 io_control(_IoControlCommand& __command)
786 io_control(__command, __throw_on_error{"basic_socket::io_control"});
791 io_control(_IoControlCommand& __command, error_code& __ec)
792 { __base::io_control(__command, __ec); }
1984 io_control(_IoControlCommand& __command)
1986 io_control(__command,
1987 __throw_on_error{"basic_socket_acceptor::io_control"});
1992 io_control(_IoControlCommand& __command, error_code& __ec)
1993 { __base::io_control(__command, __ec); }
/OK3568_Linux_fs/external/camera_engine_rkaiq/rk_stream/stream_cfg/
H A DRawStreamCapUnit.cpp282 int ret1 = _dev[i]->io_control (RKCIF_CMD_SET_CSI_MEMORY_MODE, &mem_mode); in set_tx_format()
333 if (_sensor_dev->io_control(RKMODULE_SET_HDR_CFG, &hdr_cfg) < 0) { in set_sensor_mode()
H A DRawStreamProcUnit.cpp448 int ret1 = _dev[i]->io_control (RKISP_CMD_SET_CSI_MEMORY_MODE, &mem_mode); in set_rx_format()
940 _isp_core_dev->io_control(RKISP_CMD_TRIGGER_READ_BACK, &tg); in trigger_isp_readback()
H A DMediaInfo.cpp126 if(vdev.io_control(RKMODULE_GET_MODULE_INFO, minfo) < 0) { in get_sensor_caps()
134 while(vdev.io_control(VIDIOC_SUBDEV_ENUM_FRAME_INTERVAL, &fie) == 0) { in get_sensor_caps()
/OK3568_Linux_fs/kernel/drivers/parisc/
H A Dccio-dma.c118 uint32_t io_control; /* Offset 14 */ member
1336 WRITE_U32(IOA_NORMAL_MODE, &ioc->ioc_regs->io_control); in ccio_ioc_init()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/uAPI/
H A Drk_aiq_user_api_sysctl.cpp1959 if (IspCoreDev->io_control(RKISP_CMD_GET_TB_HEAD_V32, &fastAeAwbInfo) < 0) in _get_fast_aewb_from_drv()