Searched refs:s2255_dev (Results 1 – 1 of 1) sorted by relevance
210 struct s2255_dev;214 struct s2255_dev *dev;256 struct s2255_dev { struct279 static inline struct s2255_dev *to_s2255_dev(struct v4l2_device *v4l2_dev) in to_s2255_dev() argument281 return container_of(v4l2_dev, struct s2255_dev, v4l2_dev); in to_s2255_dev()345 static int s2255_start_readpipe(struct s2255_dev *dev);346 static void s2255_stop_readpipe(struct s2255_dev *dev);352 static int s2255_board_shutdown(struct s2255_dev *dev);353 static void s2255_fwload_start(struct s2255_dev *dev);354 static void s2255_destroy(struct s2255_dev *dev);[all …]