Searched refs:lsc_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 | 16 void (*lsc_config)(struct rkisp_isp_params_vdev *params_vdev, const struct cifisp_lsc_config *arg); member
|
H A D | isp_params_v21.h | 21 void (*lsc_config)(struct rkisp_isp_params_vdev *params_vdev, const struct isp2x_lsc_cfg *arg); member
|
H A D | isp_params_v3x.h | 35 void (*lsc_config)(struct rkisp_isp_params_vdev *params_vdev, const struct isp3x_lsc_cfg *arg, u32 id); member
|
H A D | isp_params_v1x.c | 1210 .lsc_config = isp_lsc_config,
1242 .lsc_config = isp_lsc_config,
1353 ops->lsc_config(params_vdev, &new_params->others.lsc_config);
in _isp_isr_other_config() 1590 lsc = &new_params->others.lsc_config;
in _preisp_isr_update_hdrae_para()
|
H A D | isp_params_v2x.h | 174 void (*lsc_config)(struct rkisp_isp_params_vdev *params_vdev, const struct isp2x_lsc_cfg *arg); member
|
H A D | isp_params_v21.c | 2675 .lsc_config = isp_lsc_config, 2765 ops->lsc_config(params_vdev, &new_params->others.lsc_cfg); in _isp_isr_other_config()
|
H A D | isp_params_v3x.c | 2989 .lsc_config = isp_lsc_config, 3074 ops->lsc_config(params_vdev, &new_params->others.lsc_cfg, id); in __isp_isr_other_config()
|
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/ |
H A D | isp_params_v1x.h | 18 void (*lsc_config)(struct rkisp_isp_params_vdev *params_vdev, member
|
H A D | isp_params_v21.h | 27 void (*lsc_config)(struct rkisp_isp_params_vdev *params_vdev, member
|
H A D | isp_params_v3x.h | 43 void (*lsc_config)(struct rkisp_isp_params_vdev *params_vdev, member
|
H A D | isp_params_v1x.c | 1640 .lsc_config = isp_lsc_config, 1672 .lsc_config = isp_lsc_config, 1798 ops->lsc_config(params_vdev, &new_params->others.lsc_config); in __isp_isr_other_config() 2074 lsc = &new_params->others.lsc_config; in __preisp_isr_update_hdrae_para()
|
H A D | isp_params_v2x.h | 198 void (*lsc_config)(struct rkisp_isp_params_vdev *params_vdev, member
|
H A D | isp_params_v21.c | 3354 .lsc_config = isp_lsc_config, 3441 ops->lsc_config(params_vdev, &new_params->others.lsc_cfg); in __isp_isr_other_config()
|
H A D | isp_params_v3x.c | 3666 .lsc_config = isp_lsc_config, 3752 ops->lsc_config(params_vdev, &new_params->others.lsc_cfg, id); in __isp_isr_other_config()
|
/device/soc/rockchip/common/sdk_linux/include/uapi/linux/ |
H A D | rkisp1-config.h | 662 * @lsc_config: Lens Shade config 678 struct cifisp_lsc_config lsc_config; member
|
/device/soc/rockchip/rk3588/kernel/include/uapi/linux/ |
H A D | rkisp1-config.h | 679 * @lsc_config: Lens Shade config 695 struct cifisp_lsc_config lsc_config; member
|
Completed in 34 milliseconds