Lines Matching refs:saa7146_dev
59 struct saa7146_dev;
103 int (*probe)(struct saa7146_dev *);
104 int (*attach)(struct saa7146_dev *, struct saa7146_pci_extension_data *);
105 int (*detach)(struct saa7146_dev*);
108 void (*irq_func)(struct saa7146_dev*, u32* irq_mask);
117 struct saa7146_dev struct
144 void (*vv_callback)(struct saa7146_dev *dev, unsigned long status); argument
159 static inline struct saa7146_dev *to_saa7146_dev(struct v4l2_device *v4l2_dev) in to_saa7146_dev() argument
161 return container_of(v4l2_dev, struct saa7146_dev, v4l2_dev); in to_saa7146_dev()
165 int saa7146_i2c_adapter_prepare(struct saa7146_dev *dev, struct i2c_adapter *i2c_adapter, u32 bitra…
170 struct saa7146_format* saa7146_format_by_fourcc(struct saa7146_dev *dev, int fourcc);
176 void saa7146_setgpio(struct saa7146_dev *dev, int port, u32 data);
177 int saa7146_wait_for_debi_done(struct saa7146_dev *dev, int nobusyloop);
456 static inline void SAA7146_IER_DISABLE(struct saa7146_dev *x, unsigned y) in SAA7146_IER_DISABLE()
464 static inline void SAA7146_IER_ENABLE(struct saa7146_dev *x, unsigned y) in SAA7146_IER_ENABLE()