Searched refs:saa7146_dev (Results 1 – 2 of 2) sorted by relevance
/include/media/drv-intf/ |
D | saa7146_vv.h | 64 int (*activate)(struct saa7146_dev *dev, 73 struct saa7146_dev *dev; 90 struct saa7146_dev *dev; 162 int (*std_callback)(struct saa7146_dev*, struct saa7146_standard *); 174 void (*init)(struct saa7146_dev *, struct saa7146_vv *); 175 int(*open)(struct saa7146_dev *, struct file *); 176 void (*release)(struct saa7146_dev *, struct file *); 177 void (*irq_done)(struct saa7146_dev *, unsigned long status); 182 int saa7146_register_device(struct video_device *vid, struct saa7146_dev *dev, char *name, int type… 183 int saa7146_unregister_device(struct video_device *vid, struct saa7146_dev *dev); [all …]
|
D | saa7146.h | 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… [all …]
|