Home
last modified time | relevance | path

Searched defs:saa7146_extension (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/staging/media/deprecated/saa7146/common/
Dsaa7146.h89 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 */
[all …]