Searched refs:agp_setup (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | agpgart.h | 34 #define AGPIOC_SETUP _IOW (AGPIOC_BASE, 3, struct agp_setup*) 74 } agp_setup; typedef
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | agpgart.h | 25 #define AGPIOC_SETUP _IOW(AGPIOC_BASE, 3, struct agp_setup *) 58 } agp_setup; typedef
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | agpgart.h | 25 #define AGPIOC_SETUP _IOW(AGPIOC_BASE, 3, struct agp_setup *) 58 } agp_setup; typedef
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | agpgart.h | 34 #define AGPIOC_SETUP _IOW (AGPIOC_BASE, 3, struct agp_setup*) 75 } agp_setup; typedef
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | agpgart.h | 12 #define AGPIOC_SETUP _IOW (AGPIOC_BASE, 3, struct agp_setup*) 46 } agp_setup; typedef
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | agpgart.h | 44 struct agp_setup { struct
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | agpgart.h | 44 struct agp_setup { struct
|
/kernel/linux/linux-5.10/drivers/char/agp/ |
H A D | backend.c | 348 static __init int agp_setup(char *s) in agp_setup() function 356 __setup("agp=", agp_setup);
|
H A D | frontend.c | 787 struct agp_setup mode; in agpioc_setup_wrap() 790 if (copy_from_user(&mode, arg, sizeof(struct agp_setup))) in agpioc_setup_wrap()
|
/kernel/linux/linux-6.6/drivers/char/agp/ |
H A D | backend.c | 350 static __init int agp_setup(char *s) in agp_setup() function 358 __setup("agp=", agp_setup);
|
H A D | frontend.c | 789 struct agp_setup mode; in agpioc_setup_wrap() 792 if (copy_from_user(&mode, arg, sizeof(struct agp_setup))) in agpioc_setup_wrap()
|
Completed in 6 milliseconds