Searched defs:nouveau_gpio_engine (Results 1 – 1 of 1) sorted by relevance
411 struct nouveau_gpio_engine { struct412 spinlock_t lock;413 struct list_head isr;414 int (*init)(struct drm_device *);415 void (*fini)(struct drm_device *);416 int (*drive)(struct drm_device *, int line, int dir, int out);417 int (*sense)(struct drm_device *, int line);418 void (*irq_enable)(struct drm_device *, int line, bool);