Searched refs:rcar_isp (Results 1 – 1 of 1) sorted by relevance
112 struct rcar_isp { struct130 static inline struct rcar_isp *sd_to_isp(struct v4l2_subdev *sd) in sd_to_isp() argument132 return container_of(sd, struct rcar_isp, subdev); in sd_to_isp()135 static inline struct rcar_isp *notifier_to_isp(struct v4l2_async_notifier *n) in notifier_to_isp()137 return container_of(n, struct rcar_isp, notifier); in notifier_to_isp()140 static void risp_write(struct rcar_isp *isp, u32 offset, u32 value) in risp_write()145 static u32 risp_read(struct rcar_isp *isp, u32 offset) in risp_read()150 static int risp_power_on(struct rcar_isp *isp) in risp_power_on()167 static void risp_power_off(struct rcar_isp *isp) in risp_power_off()173 static int risp_start(struct rcar_isp *isp) in risp_start()[all …]