Home
last modified time | relevance | path

Searched refs:stf_isp_dev (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/staging/media/starfive/camss/
H A Dstf-isp.h409 struct stf_isp_dev { struct
419 int stf_isp_reset(struct stf_isp_dev *isp_dev); argument
420 void stf_isp_init_cfg(struct stf_isp_dev *isp_dev);
421 void stf_isp_settings(struct stf_isp_dev *isp_dev,
423 void stf_isp_stream_set(struct stf_isp_dev *isp_dev);
425 int stf_isp_register(struct stf_isp_dev *isp_dev, struct v4l2_device *v4l2_dev);
426 int stf_isp_unregister(struct stf_isp_dev *isp_dev);
H A Dstf-isp-hw-ops.c303 int stf_isp_reset(struct stf_isp_dev *isp_dev) in stf_isp_reset()
313 void stf_isp_init_cfg(struct stf_isp_dev *isp_dev) in stf_isp_init_cfg()
408 void stf_isp_settings(struct stf_isp_dev *isp_dev, in stf_isp_settings()
428 void stf_isp_stream_set(struct stf_isp_dev *isp_dev) in stf_isp_stream_set()
H A Dstf-camss.h55 struct stf_isp_dev isp_dev;