Home
last modified time | relevance | path

Searched refs:w9966_dev (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/media/video/
Dw9966.c102 struct w9966_dev { struct
127 int (*image)(struct w9966_dev* cam); argument
168 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 …]