Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dagpgart.h34 #define AGPIOC_SETUP _IOW (AGPIOC_BASE, 3, struct agp_setup*)
74 } agp_setup; typedef
128 struct agp_setup { struct
/linux-2.6.39/drivers/char/agp/
Dbackend.c349 static __init int agp_setup(char *s) in agp_setup() function
357 __setup("agp=", agp_setup);
Dfrontend.c800 struct agp_setup mode; in agpioc_setup_wrap()
803 if (copy_from_user(&mode, arg, sizeof(struct agp_setup))) in agpioc_setup_wrap()