Searched defs:prp_priv (Results 1 – 2 of 2) sorted by relevance
52 struct prp_priv { struct59 struct mutex lock;62 struct ipu_ic *ic;74 struct media_entity *sink;76 struct v4l2_subdev *src_sd;87 bool hflip;88 bool vflip;96 int eof_irq;97 int nfb4eof_irq;99 int stream_count;[all …]
37 struct prp_priv { struct57 static inline struct prp_priv *sd_to_priv(struct v4l2_subdev *sd) in sd_to_priv() argument