Searched refs:regDev (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/drivers/hdf_core/framework/model/camera/utils/src/ |
H A D | camera_utils.c | 198 return regDev->sensor[i]; in GetSensorDevice() 208 if (regDev->isp[i] == NULL) { in GetIspDevice() 212 return regDev->isp[i]; in GetIspDevice() 222 if (regDev->lens[i] == NULL) { in GetLensDevice() 226 return regDev->lens[i]; in GetLensDevice() 240 return regDev->flash[i]; in GetFlashDevice() 250 if (regDev->vcm[i] == NULL) { in GetVcmDevice() 254 return regDev->vcm[i]; in GetVcmDevice() 264 if (regDev->uvc[i] == NULL) { in GetUvcDevice() 268 return regDev->uvc[i]; in GetUvcDevice() [all …]
|
/ohos5.0/drivers/hdf_core/framework/model/camera/utils/include/ |
H A D | camera_utils.h | 26 struct SensorDevice *GetSensorDevice(const char *kernelDrvName, struct CameraDeviceDriver *regDev); 27 struct IspDevice *GetIspDevice(const char *kernelDrvName, struct CameraDeviceDriver *regDev); 28 struct LensDevice *GetLensDevice(const char *kernelDrvName, struct CameraDeviceDriver *regDev); 29 struct FlashDevice *GetFlashDevice(const char *kernelDrvName, struct CameraDeviceDriver *regDev); 30 struct VcmDevice *GetVcmDevice(const char *kernelDrvName, struct CameraDeviceDriver *regDev); 31 struct UvcDevice *GetUvcDevice(const char *kernelDrvName, struct CameraDeviceDriver *regDev); 32 struct StreamDevice *GetStreamDevice(const char *kernelDrvName, struct CameraDeviceDriver *regDev);
|
/ohos5.0/drivers/hdf_core/framework/model/camera/device_manager/include/ |
H A D | camera_device_manager.h | 109 int32_t (*powerUp)(struct CameraDeviceDriver *regDev); 110 int32_t (*powerDown)(struct CameraDeviceDriver *regDev); 111 int32_t (*setConfig)(struct CameraDeviceDriver *regDev, struct CameraCtrlConfig *config); 112 int32_t (*getConfig)(struct CameraDeviceDriver *regDev, struct CameraCtrlConfig *config); 113 int32_t (*uvcQueryCtrl)(struct CameraDeviceDriver *regDev, struct UvcQueryCtrl *query);
|