Home
last modified time | relevance | path

Searched refs:AGPIOC_ALLOCATE (Results 1 – 6 of 6) 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.h37 #define AGPIOC_ALLOCATE _IOWR(AGPIOC_BASE, 6, struct agp_allocate*) macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dagpgart.h37 #define AGPIOC_ALLOCATE _IOWR(AGPIOC_BASE, 6, struct agp_allocate*) macro
/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.h37 #define AGPIOC_ALLOCATE _IOWR(AGPIOC_BASE, 6, struct agp_allocate*) macro
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/solaris/
H A Dsun_agp.c218 if (ioctl(gartFd, AGPIOC_ALLOCATE, &alloc) != 0) { in xf86AllocateGARTMemory()
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/linux/
H A Dlnx_agp.c241 if (ioctl(gartFd, AGPIOC_ALLOCATE, &alloc) != 0) { in xf86AllocateGARTMemory()
/OK3568_Linux_fs/kernel/drivers/char/agp/
H A Dfrontend.c1005 case AGPIOC_ALLOCATE: in agp_ioctl()