Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | nouveau_channel |
Functions | |
int | nouveau_channel_new (struct nouveau_drm *, struct nouveau_cli *, u32 parent, u32 handle, u32 arg0, u32 arg1, struct nouveau_channel **) |
void | nouveau_channel_del (struct nouveau_channel **) |
int | nouveau_channel_idle (struct nouveau_channel *) |
void nouveau_channel_del | ( | struct nouveau_channel ** | ) |
Definition at line 66 of file nouveau_chan.c.
int nouveau_channel_idle | ( | struct nouveau_channel * | ) |
Definition at line 48 of file nouveau_chan.c.
int nouveau_channel_new | ( | struct nouveau_drm * | , |
struct nouveau_cli * | , | ||
u32 | parent, | ||
u32 | handle, | ||
u32 | arg0, | ||
u32 | arg1, | ||
struct nouveau_channel ** | |||
) |
Definition at line 376 of file nouveau_chan.c.