Searched refs:s2255_dev (Results 1 – 1 of 1) sorted by relevance
201 struct s2255_dev;205 struct s2255_dev *dev;247 struct s2255_dev { struct270 static inline struct s2255_dev *to_s2255_dev(struct v4l2_device *v4l2_dev) in to_s2255_dev() argument272 return container_of(v4l2_dev, struct s2255_dev, v4l2_dev); in to_s2255_dev()335 static int s2255_start_readpipe(struct s2255_dev *dev);336 static void s2255_stop_readpipe(struct s2255_dev *dev);342 static int s2255_board_shutdown(struct s2255_dev *dev);343 static void s2255_fwload_start(struct s2255_dev *dev);344 static void s2255_destroy(struct s2255_dev *dev);[all …]