OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:agp_unbind
(Results
1 - 4
of
4
) sorted by null
/bionic/libc/kernel/uapi/linux/
agpgart.h
31
#define AGPIOC_UNBIND _IOW(AGPIOC_BASE, 9, struct
agp_unbind
*)
82
}
agp_unbind
;
typedef in typeref:struct:_agp_unbind
/external/kernel-headers/original/uapi/linux/
agpgart.h
40
#define AGPIOC_UNBIND _IOW (AGPIOC_BASE, 9, struct
agp_unbind
*)
110
}
agp_unbind
;
typedef in typeref:struct:_agp_unbind
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
agpgart.h
40
#define AGPIOC_UNBIND _IOW (AGPIOC_BASE, 9, struct
agp_unbind
*)
108
}
agp_unbind
;
typedef in typeref:struct:_agp_unbind
/external/ltp/testcases/kernel/device-drivers/drm/user_space/
user_tdrm.c
324
printf("Failed on drm DRM(
agp_unbind
) test\n");
326
printf("Success on drm DRM(
agp_unbind
) test\n");
Completed in 277 milliseconds