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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dagpgart.h37 #define AGPIOC_ALLOCATE _IOWR(AGPIOC_BASE, 6, agp_allocate*)
99 } agp_allocate; typedef in typeref:struct:_agp_allocate
171 } agp_allocate; typedef in typeref:struct:_agp_allocate
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dagpgart.h37 #define AGPIOC_ALLOCATE _IOWR(AGPIOC_BASE, 6, agp_allocate*)
99 } agp_allocate; typedef in typeref:struct:_agp_allocate
171 } agp_allocate; typedef in typeref:struct:_agp_allocate
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/agp/
H A Dagpgart_fe.c923 agp_allocate alloc;
925 if (copy_from_user(&alloc, (void *) arg, sizeof(agp_allocate))) {
936 if (copy_to_user((void *) arg, &alloc, sizeof(agp_allocate))) {

Completed in 88 milliseconds