Searched refs:goc_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 | 21 void (*goc_config)(struct rkisp_isp_params_vdev *params_vdev, const struct cifisp_goc_config *arg); member
|
H A D | isp_params_v21.h | 29 void (*goc_config)(struct rkisp_isp_params_vdev *params_vdev, const struct isp2x_gammaout_cfg *arg); member
|
H A D | isp_params_v3x.h | 43 void (*goc_config)(struct rkisp_isp_params_vdev *params_vdev, const struct isp3x_gammaout_cfg *arg, u32 id); member
|
H A D | isp_params_v2x.h | 182 void (*goc_config)(struct rkisp_isp_params_vdev *params_vdev, const struct isp2x_gammaout_cfg *arg); member
|
H A D | isp_params_v1x.c | 1215 .goc_config = isp_goc_config_v10,
1247 .goc_config = isp_goc_config_v12,
1435 ops->goc_config(params_vdev, &new_params->others.goc_config);
in _isp_isr_other_config()
|
H A D | isp_params_v21.c | 2683 .goc_config = isp_goc_config, 2781 ops->goc_config(params_vdev, &new_params->others.gammaout_cfg); in _isp_isr_other_config()
|
H A D | isp_params_v3x.c | 2997 .goc_config = isp_goc_config, 3102 ops->goc_config(params_vdev, &new_params->others.gammaout_cfg, id); in __isp_isr_other_config()
|
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/ |
H A D | isp_params_v1x.h | 28 void (*goc_config)(struct rkisp_isp_params_vdev *params_vdev, member
|
H A D | isp_params_v21.h | 43 void (*goc_config)(struct rkisp_isp_params_vdev *params_vdev, member
|
H A D | isp_params_v3x.h | 59 void (*goc_config)(struct rkisp_isp_params_vdev *params_vdev, member
|
H A D | isp_params_v2x.h | 214 void (*goc_config)(struct rkisp_isp_params_vdev *params_vdev, member
|
H A D | isp_params_v1x.c | 1645 .goc_config = isp_goc_config_v10, 1677 .goc_config = isp_goc_config_v12, 1895 ops->goc_config(params_vdev, &new_params->others.goc_config); in __isp_isr_other_config()
|
H A D | isp_params_v21.c | 3362 .goc_config = isp_goc_config, 3453 ops->goc_config(params_vdev, &new_params->others.gammaout_cfg); in __isp_isr_other_config()
|
H A D | isp_params_v3x.c | 3674 .goc_config = isp_goc_config, 3773 ops->goc_config(params_vdev, &new_params->others.gammaout_cfg, id); in __isp_isr_other_config()
|
/device/soc/rockchip/common/sdk_linux/include/uapi/linux/ |
H A D | rkisp1-config.h | 667 * @goc_config: gamma out config 683 struct cifisp_goc_config goc_config; member
|
/device/soc/rockchip/rk3588/kernel/include/uapi/linux/ |
H A D | rkisp1-config.h | 684 * @goc_config: gamma out config 700 struct cifisp_goc_config goc_config; member
|
Completed in 41 milliseconds