Home
last modified time | relevance | path

Searched refs:agp_allocate (Results 1 – 3 of 3) sorted by relevance

/linux/include/uapi/linux/
A Dagpgart.h37 #define AGPIOC_ALLOCATE _IOWR(AGPIOC_BASE, 6, struct agp_allocate*)
100 } agp_allocate; typedef
/linux/include/linux/
A Dagpgart.h69 struct agp_allocate { struct
/linux/drivers/char/agp/
A Dfrontend.c875 struct agp_allocate alloc; in agpioc_allocate_wrap()
878 if (copy_from_user(&alloc, arg, sizeof(struct agp_allocate))) in agpioc_allocate_wrap()
892 if (copy_to_user(arg, &alloc, sizeof(struct agp_allocate))) { in agpioc_allocate_wrap()

Completed in 13 milliseconds