Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dagpgart.h34 #define AGPIOC_SETUP _IOW (AGPIOC_BASE, 3, struct agp_setup*)
74 } agp_setup; typedef
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dagpgart.h34 #define AGPIOC_SETUP _IOW (AGPIOC_BASE, 3, struct agp_setup*)
75 } agp_setup; typedef
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dagpgart.h34 #define AGPIOC_SETUP _IOW (AGPIOC_BASE, 3, struct agp_setup*)
74 } agp_setup; typedef
/OK3568_Linux_fs/kernel/drivers/char/agp/
H A Dbackend.c348 static __init int agp_setup(char *s) in agp_setup() function
356 __setup("agp=", agp_setup);
H A 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()
/OK3568_Linux_fs/kernel/include/linux/
H A Dagpgart.h44 struct agp_setup { struct
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/linux/
H A Dlnx_agp.c357 agp_setup setup;