Searched refs:agp_allocate (Results 1 – 3 of 3) sorted by relevance
37 #define AGPIOC_ALLOCATE _IOWR(AGPIOC_BASE, 6, struct agp_allocate*)99 } agp_allocate; typedef
69 struct agp_allocate { struct
877 struct agp_allocate alloc; in agpioc_allocate_wrap()880 if (copy_from_user(&alloc, arg, sizeof(struct agp_allocate))) in agpioc_allocate_wrap()894 if (copy_to_user(arg, &alloc, sizeof(struct agp_allocate))) { in agpioc_allocate_wrap()
Completed in 7 milliseconds