|
@@ -90,7 +90,7 @@ struct msi_desc;
|
|
* @startup: start up the interrupt (defaults to ->enable if NULL)
|
|
* @startup: start up the interrupt (defaults to ->enable if NULL)
|
|
* @shutdown: shut down the interrupt (defaults to ->disable if NULL)
|
|
* @shutdown: shut down the interrupt (defaults to ->disable if NULL)
|
|
* @enable: enable the interrupt (defaults to chip->unmask if NULL)
|
|
* @enable: enable the interrupt (defaults to chip->unmask if NULL)
|
|
- * @disable: disable the interrupt (defaults to chip->mask if NULL)
|
|
|
|
|
|
+ * @disable: disable the interrupt
|
|
* @ack: start of a new interrupt
|
|
* @ack: start of a new interrupt
|
|
* @mask: mask an interrupt source
|
|
* @mask: mask an interrupt source
|
|
* @mask_ack: ack and mask an interrupt source
|
|
* @mask_ack: ack and mask an interrupt source
|