Searched refs:bls_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 | 15 void (*bls_config)(struct rkisp_isp_params_vdev *params_vdev, const struct cifisp_bls_config *arg); member
|
H A D | isp_params_v21.h | 17 void (*bls_config)(struct rkisp_isp_params_vdev *params_vdev, const struct isp21_bls_cfg *arg); member
|
H A D | isp_params_v3x.h | 31 void (*bls_config)(struct rkisp_isp_params_vdev *params_vdev, const struct isp21_bls_cfg *arg, u32 id); member
|
H A D | isp_params_v2x.h | 168 void (*bls_config)(struct rkisp_isp_params_vdev *params_vdev, const struct isp2x_bls_cfg *arg); member
|
H A D | isp_params_v1x.c | 1209 .bls_config = isp_bls_config,
1241 .bls_config = isp_bls_config,
1323 ops->bls_config(params_vdev, &new_params->others.bls_config);
in _isp_isr_other_config()
|
H A D | isp_params_v21.c | 2671 .bls_config = isp_bls_config, 2757 ops->bls_config(params_vdev, &new_params->others.bls_cfg); in _isp_isr_other_config()
|
H A D | isp_params_v3x.c | 2985 .bls_config = isp_bls_config, 3082 ops->bls_config(params_vdev, &new_params->others.bls_cfg, id); in __isp_isr_other_config()
|
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/ |
H A D | isp_params_v1x.h | 16 void (*bls_config)(struct rkisp_isp_params_vdev *params_vdev, member
|
H A D | isp_params_v21.h | 19 void (*bls_config)(struct rkisp_isp_params_vdev *params_vdev, member
|
H A D | isp_params_v3x.h | 35 void (*bls_config)(struct rkisp_isp_params_vdev *params_vdev, member
|
H A D | isp_params_v2x.h | 186 void (*bls_config)(struct rkisp_isp_params_vdev *params_vdev, member
|
H A D | isp_params_v1x.c | 1639 .bls_config = isp_bls_config, 1671 .bls_config = isp_bls_config, 1762 ops->bls_config(params_vdev, &new_params->others.bls_config); in __isp_isr_other_config()
|
H A D | isp_params_v21.c | 3350 .bls_config = isp_bls_config, 3435 ops->bls_config(params_vdev, &new_params->others.bls_cfg); in __isp_isr_other_config()
|
H A D | isp_params_v3x.c | 3662 .bls_config = isp_bls_config, 3758 ops->bls_config(params_vdev, &new_params->others.bls_cfg, id); in __isp_isr_other_config()
|
/device/soc/rockchip/common/sdk_linux/include/uapi/linux/ |
H A D | rkisp1-config.h | 660 * @bls_config: Black Level Subtraction config 668 * @bls_config: black level suntraction config 676 struct cifisp_bls_config bls_config; member
|
/device/soc/rockchip/rk3588/kernel/include/uapi/linux/ |
H A D | rkisp1-config.h | 677 * @bls_config: Black Level Subtraction config 685 * @bls_config: black level suntraction config 693 struct cifisp_bls_config bls_config; member
|
Completed in 32 milliseconds