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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dagpgart.h35 #define AGPIOC_RESERVE _IOW (AGPIOC_BASE, 4, agp_region*)
36 #define AGPIOC_PROTECT _IOW (AGPIOC_BASE, 5, agp_region*)
89 } agp_region; typedef in typeref:struct:_agp_region
161 } agp_region; typedef in typeref:struct:_agp_region
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dagpgart.h35 #define AGPIOC_RESERVE _IOW (AGPIOC_BASE, 4, agp_region*)
36 #define AGPIOC_PROTECT _IOW (AGPIOC_BASE, 5, agp_region*)
89 } agp_region; typedef in typeref:struct:_agp_region
161 } agp_region; typedef in typeref:struct:_agp_region
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/agp/
H A Dagpgart_fe.c184 static int agp_create_segment(agp_client * client, agp_region * region)
842 agp_region reserve;
847 if (copy_from_user(&reserve, (void *) arg, sizeof(agp_region))) {

Completed in 38 milliseconds