Searched refs:w9966_dev (Results 1 – 1 of 1) sorted by relevance
102 struct w9966_dev { struct127 int (*image)(struct w9966_dev* cam); argument168 static struct w9966_dev* w9966_cams;174 static inline void w9966_flag_set(struct w9966_dev* cam, int flag) { in w9966_flag_set()177 static inline void w9966_flag_clear(struct w9966_dev* cam, int flag) { in w9966_flag_clear()180 static inline int w9966_flag_test(struct w9966_dev* cam, int flag) { in w9966_flag_test()183 static inline int w9966_pdev_claim(struct w9966_dev *vdev);184 static inline void w9966_pdev_release(struct w9966_dev *vdev);186 static int w9966_rreg(struct w9966_dev* cam, int reg);187 static int w9966_wreg(struct w9966_dev* cam, int reg, int data);[all …]