Searched refs:dpcc_config (Results 1 - 16 of 16) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/ |
H A D | isp_params_v1x.h | 14 void (*dpcc_config)(struct rkisp_isp_params_vdev *params_vdev, const struct cifisp_dpcc_config *arg); member
|
H A D | isp_params_v21.h | 15 void (*dpcc_config)(struct rkisp_isp_params_vdev *params_vdev, const struct isp2x_dpcc_cfg *arg); member
|
H A D | isp_params_v3x.h | 29 void (*dpcc_config)(struct rkisp_isp_params_vdev *params_vdev, const struct isp2x_dpcc_cfg *arg, u32 id); member
|
H A D | isp_params_v2x.h | 166 void (*dpcc_config)(struct rkisp_isp_params_vdev *params_vdev, const struct isp2x_dpcc_cfg *arg); member
|
H A D | isp_params_v1x.c | 1208 .dpcc_config = isp_dpcc_config,
1240 .dpcc_config = isp_dpcc_config,
1308 ops->dpcc_config(params_vdev, &new_params->others.dpcc_config);
in _isp_isr_other_config()
|
H A D | isp_params_v21.c | 2669 .dpcc_config = isp_dpcc_config, 2753 ops->dpcc_config(params_vdev, &new_params->others.dpcc_cfg); in _isp_isr_other_config()
|
H A D | isp_params_v3x.c | 2983 .dpcc_config = isp_dpcc_config, 3078 ops->dpcc_config(params_vdev, &new_params->others.dpcc_cfg, id); in __isp_isr_other_config()
|
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/ |
H A D | isp_params_v1x.h | 14 void (*dpcc_config)(struct rkisp_isp_params_vdev *params_vdev, member
|
H A D | isp_params_v21.h | 15 void (*dpcc_config)(struct rkisp_isp_params_vdev *params_vdev, member
|
H A D | isp_params_v3x.h | 31 void (*dpcc_config)(struct rkisp_isp_params_vdev *params_vdev, member
|
H A D | isp_params_v2x.h | 182 void (*dpcc_config)(struct rkisp_isp_params_vdev *params_vdev, member
|
H A D | isp_params_v1x.c | 1638 .dpcc_config = isp_dpcc_config, 1670 .dpcc_config = isp_dpcc_config, 1743 ops->dpcc_config(params_vdev, in __isp_isr_other_config() 1744 &new_params->others.dpcc_config); in __isp_isr_other_config()
|
H A D | isp_params_v21.c | 3348 .dpcc_config = isp_dpcc_config, 3432 ops->dpcc_config(params_vdev, &new_params->others.dpcc_cfg); in __isp_isr_other_config()
|
H A D | isp_params_v3x.c | 3660 .dpcc_config = isp_dpcc_config, 3755 ops->dpcc_config(params_vdev, &new_params->others.dpcc_cfg, id); in __isp_isr_other_config()
|
/device/soc/rockchip/common/sdk_linux/include/uapi/linux/ |
H A D | rkisp1-config.h | 659 * @dpcc_config: Defect Pixel Cluster Correction config 675 struct cifisp_dpcc_config dpcc_config; member
|
/device/soc/rockchip/rk3588/kernel/include/uapi/linux/ |
H A D | rkisp1-config.h | 676 * @dpcc_config: Defect Pixel Cluster Correction config 692 struct cifisp_dpcc_config dpcc_config; member
|
Completed in 53 milliseconds