Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dagpgart.h34 #define AGPIOC_SETUP _IOW (AGPIOC_BASE, 3, struct agp_setup*)
74 } agp_setup; typedef
/openbmc/linux/include/linux/
H A Dagpgart.h44 struct agp_setup { struct
/openbmc/linux/drivers/char/agp/
H A Dbackend.c350 static __init int agp_setup(char *s) in agp_setup() function
358 __setup("agp=", agp_setup);
H A 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()