Home
last modified time | relevance | path

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

/linux-3.3/drivers/gpu/drm/nouveau/
Dnouveau_drv.h411 struct nouveau_gpio_engine { struct
412 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);