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