Home
last modified time | relevance | path

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

/linux-4.19.296/include/uapi/linux/
Dagpgart.h34 #define AGPIOC_SETUP _IOW (AGPIOC_BASE, 3, struct agp_setup*)
75 } agp_setup; typedef
/linux-4.19.296/include/linux/
Dagpgart.h46 struct agp_setup { struct
/linux-4.19.296/drivers/char/agp/
Dbackend.c348 static __init int agp_setup(char *s) in agp_setup() function
356 __setup("agp=", agp_setup);
Dfrontend.c789 struct agp_setup mode; in agpioc_setup_wrap()
792 if (copy_from_user(&mode, arg, sizeof(struct agp_setup))) in agpioc_setup_wrap()