Searched refs:cifisp_hst_config (Results 1 - 6 of 6) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/ |
H A D | isp_params_v1x.h | 30 void (*hst_config)(struct rkisp_isp_params_vdev *params_vdev, const struct cifisp_hst_config *arg); 31 void (*hst_enable)(struct rkisp_isp_params_vdev *params_vdev, const struct cifisp_hst_config *arg, bool en);
|
H A D | isp_params_v1x.c | 608 static void isp_hst_config_v10(struct rkisp_isp_params_vdev *params_vdev, const struct cifisp_hst_config *arg)
in isp_hst_config_v10() 641 static void isp_hst_config_v12(struct rkisp_isp_params_vdev *params_vdev, const struct cifisp_hst_config *arg)
in isp_hst_config_v12() 686 static void isp_hst_enable_v10(struct rkisp_isp_params_vdev *params_vdev, const struct cifisp_hst_config *arg, bool en)
in isp_hst_enable_v10() 699 static void isp_hst_enable_v12(struct rkisp_isp_params_vdev *params_vdev, const struct cifisp_hst_config *arg, bool en)
in isp_hst_enable_v12() 1645 static const struct cifisp_hst_config hst_params_default_config = {
1659 struct cifisp_hst_config hst = hst_params_default_config;
in rkisp1_params_first_cfg_v1x()
|
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/ |
H A D | isp_params_v1x.h | 46 const struct cifisp_hst_config *arg); 48 const struct cifisp_hst_config *arg, bool en);
|
H A D | isp_params_v1x.c | 773 const struct cifisp_hst_config *arg) in isp_hst_config_v10() 812 const struct cifisp_hst_config *arg) in isp_hst_config_v12() 875 const struct cifisp_hst_config *arg, bool en) in isp_hst_enable_v10() 890 const struct cifisp_hst_config *arg, bool en) in isp_hst_enable_v12() 2136 static const struct cifisp_hst_config hst_params_default_config = { 2164 struct cifisp_hst_config hst = hst_params_default_config; in rkisp1_params_first_cfg_v1x()
|
/device/soc/rockchip/common/sdk_linux/include/uapi/linux/ |
H A D | rkisp1-config.h | 447 * struct cifisp_hst_config - Configuration used by Histogram 454 struct cifisp_hst_config { struct 703 struct cifisp_hst_config hst_config;
|
/device/soc/rockchip/rk3588/kernel/include/uapi/linux/ |
H A D | rkisp1-config.h | 461 * struct cifisp_hst_config - Configuration used by Histogram 468 struct cifisp_hst_config { struct 720 struct cifisp_hst_config hst_config;
|
Completed in 15 milliseconds