/* read and ack pending interrupts, returning only data * for lines that have not been masked off, while still * performing the ack for anything that was pending.
*/ void (*intr_stat)(struct nvkm_gpio *, u32 *, u32 *);
/* mask on/off interrupts for hi/lo transitions on a * given set of gpio lines
*/ void (*intr_mask)(struct nvkm_gpio *, u32, u32, u32);
/* configure gpio direction and output value */ int (*drive)(struct nvkm_gpio *, int line, int dir, int out);
/* sense current state of given gpio line */ int (*sense)(struct nvkm_gpio *, int line);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.