Home
last modified time | relevance | path

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

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