Home
last modified time | relevance | path

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

/linux-6.6.21/include/uapi/linux/
Dagpgart.h37 #define AGPIOC_ALLOCATE _IOWR(AGPIOC_BASE, 6, struct agp_allocate*)
99 } agp_allocate; typedef
/linux-6.6.21/include/linux/
Dagpgart.h69 struct agp_allocate { struct
/linux-6.6.21/drivers/char/agp/
Dfrontend.c877 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()