Searched refs:agp_setup (Results 1 – 3 of 3) sorted by relevance
34 #define AGPIOC_SETUP _IOW (AGPIOC_BASE, 3, struct agp_setup*)74 } agp_setup; typedef128 struct agp_setup { struct
349 static __init int agp_setup(char *s) in agp_setup() function357 __setup("agp=", agp_setup);
800 struct agp_setup mode; in agpioc_setup_wrap()803 if (copy_from_user(&mode, arg, sizeof(struct agp_setup))) in agpioc_setup_wrap()