| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/ |
| H A D | Isp20Params.h | 60 void setCamPhyId(int phyId) { in setCamPhyId() argument 61 mCamPhyId = phyId; in setCamPhyId() 104 virtual void setCamPhyId(int phyId) { in setCamPhyId() argument 105 _CamPhyId = phyId; in setCamPhyId()
|
| H A D | Stream.h | 39 void setCamPhyId(int phyId) { in setCamPhyId() argument 40 mCamPhyId = phyId; in setCamPhyId() 129 void setCamPhyId(int phyId) { in setCamPhyId() argument 130 mCamPhyId = phyId; in setCamPhyId()
|
| H A D | RawStreamCapUnit.h | 54 void setCamPhyId(int phyId) { in setCamPhyId() argument 55 mCamPhyId = phyId; in setCamPhyId()
|
| H A D | RawStreamProcUnit.h | 76 void setCamPhyId(int phyId) { in setCamPhyId() argument 77 mCamPhyId = phyId; in setCamPhyId()
|
| H A D | CamHwIsp20.cpp | 900 sinfo->phyId = atoi(finfo->module_index_str.c_str() + 1); in SensorInfoCopy() 902 sinfo->phyId = -1; in SensorInfoCopy()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/ |
| H A D | IRkAiqResourceTranslator.h | 77 void setCamPhyId(int phyId) { in setCamPhyId() argument 78 mCamPhyId = phyId; in setCamPhyId()
|
| H A D | RkAiqCore.h | 299 void setCamPhyId(int phyId) { in setCamPhyId() argument 300 mAlogsComSharedParams.mCamPhyId = phyId; in setCamPhyId() 301 mTranslator->setCamPhyId(phyId); in setCamPhyId()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rk_stream/stream_cfg/ |
| H A D | RawStreamProcUnit.h | 106 void setCamPhyId(int phyId) { in setCamPhyId() argument 107 mCamPhyId = phyId; in setCamPhyId()
|
| H A D | MediaInfo.cpp | 805 sinfo->phyId = atoi(finfo->module_index_str.c_str() + 1); in SensorInfoCopy() 807 sinfo->phyId = -1; in SensorInfoCopy()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/ |
| H A D | CamHwBase.h | 143 virtual void setCamPhyId(int phyId) { in setCamPhyId() argument 144 mCamPhyId = phyId; in setCamPhyId()
|
| H A D | SensorHw.h | 76 virtual void setCamPhyId(int phyId) { in setCamPhyId() argument 77 mCamPhyId = phyId; in setCamPhyId()
|
| H A D | ICamHw.h | 134 virtual void setCamPhyId(int phyId) = 0;
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/ |
| H A D | RkAiqManager.h | 152 void setCamPhyId(int phyId) {mCamPhyId = phyId;} in setCamPhyId() argument
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/uAPI/ |
| H A D | rk_aiq_user_api_sysctl.cpp | 390 ctx->_rkAiqManager->setCamPhyId(s_info->sensor_info.phyId); in rk_aiq_uapi_sysctl_init() 392 ctx->_camPhyId = s_info->sensor_info.phyId; in rk_aiq_uapi_sysctl_init() 551 ctx->_camHw->setCamPhyId(s_info->sensor_info.phyId); in rk_aiq_uapi_sysctl_init() 566 ctx->_analyzer->setCamPhyId(s_info->sensor_info.phyId); in rk_aiq_uapi_sysctl_init()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/common/ |
| H A D | rk_aiq_types.h | 306 int phyId; member
|
| /OK3568_Linux_fs/kernel/drivers/scsi/pm8001/ |
| H A D | pm8001_hwi.c | 3263 u32 Qnum, u32 SEA, u32 port_id, u32 phyId, u32 param0, u32 param1) in pm8001_hw_event_ack_req() argument 3274 ((phyId & 0x0F) << 4) | (port_id & 0x0F)); in pm8001_hw_event_ack_req() 3282 u32 phyId, u32 phy_op); 4468 u32 phyId, u32 phy_op) in pm8001_chip_phy_ctl_req() argument 4478 cpu_to_le32(((phy_op & 0xff) << 8) | (phyId & 0x0F)); in pm8001_chip_phy_ctl_req()
|
| H A D | pm80xx_hwi.c | 3192 u32 Qnum, u32 SEA, u32 port_id, u32 phyId, u32 param0, u32 param1) in pm80xx_hw_event_ack_req() argument 3203 ((phyId & 0xFF) << 24) | (port_id & 0xFF)); in pm80xx_hw_event_ack_req() 3211 u32 phyId, u32 phy_op); 4850 u32 phyId, u32 phy_op) in pm80xx_chip_phy_ctl_req() argument 4864 cpu_to_le32(((phy_op & 0xFF) << 8) | (phyId & 0xFF)); in pm80xx_chip_phy_ctl_req()
|