Searched refs:s2255_dev (Results 1 – 1 of 1) sorted by relevance
214 struct s2255_dev;218 struct s2255_dev *dev;260 struct s2255_dev { struct283 static inline struct s2255_dev *to_s2255_dev(struct v4l2_device *v4l2_dev) in to_s2255_dev() argument285 return container_of(v4l2_dev, struct s2255_dev, v4l2_dev); in to_s2255_dev()349 static int s2255_start_readpipe(struct s2255_dev *dev);350 static void s2255_stop_readpipe(struct s2255_dev *dev);356 static int s2255_board_shutdown(struct s2255_dev *dev);357 static void s2255_fwload_start(struct s2255_dev *dev, int reset);358 static void s2255_destroy(struct s2255_dev *dev);[all …]