Searched defs:saa7146_extension (Results 1 – 1 of 1) sorted by relevance
88 struct saa7146_extension struct90 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 */[all …]