Lines Matching refs:saa7146_dev
58 struct saa7146_dev;
102 int (*probe)(struct saa7146_dev *);
103 int (*attach)(struct saa7146_dev *, struct saa7146_pci_extension_data *);
104 int (*detach)(struct saa7146_dev*);
107 void (*irq_func)(struct saa7146_dev*, u32* irq_mask);
116 struct saa7146_dev struct
143 void (*vv_callback)(struct saa7146_dev *dev, unsigned long status); argument
158 static inline struct saa7146_dev *to_saa7146_dev(struct v4l2_device *v4l2_dev) in to_saa7146_dev() argument
160 return container_of(v4l2_dev, struct saa7146_dev, v4l2_dev); in to_saa7146_dev()
164 int saa7146_i2c_adapter_prepare(struct saa7146_dev *dev, struct i2c_adapter *i2c_adapter, u32 bitra…
169 struct saa7146_format* saa7146_format_by_fourcc(struct saa7146_dev *dev, int fourcc);
175 void saa7146_setgpio(struct saa7146_dev *dev, int port, u32 data);
176 int saa7146_wait_for_debi_done(struct saa7146_dev *dev, int nobusyloop);
455 static inline void SAA7146_IER_DISABLE(struct saa7146_dev *x, unsigned y) in SAA7146_IER_DISABLE()
463 static inline void SAA7146_IER_ENABLE(struct saa7146_dev *x, unsigned y) in SAA7146_IER_ENABLE()