Lines Matching defs:saa7146_extension
89 struct saa7146_extension struct
91 char name[32]; /* name of the device */
94 int flags;
98 struct module *module;
99 struct pci_driver driver;
100 const struct pci_device_id *pci_tbl;
103 int (*probe)(struct saa7146_dev *);
104 int (*attach)(struct saa7146_dev *, struct saa7146_pci_extension_data *);
105 int (*detach)(struct saa7146_dev*);
107 u32 irq_mask; /* mask to indicate, which irq-events are handled by the extension */
108 void (*irq_func)(struct saa7146_dev*, u32* irq_mask);