Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:drm_agp_head
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/include/drm/
H
A
D
drm_agpsupport.h
16
struct
drm_agp_head
{
struct
35
struct
drm_agp_head
*drm_agp_init(struct drm_device *dev);
78
static inline struct
drm_agp_head
*drm_agp_init(struct drm_device *dev)
in drm_agp_init()
H
A
D
drm_device.h
287
struct
drm_agp_head
*agp;
/kernel/linux/linux-6.6/include/drm/
H
A
D
drm_legacy.h
250
struct
drm_agp_head
{
struct
264
struct
drm_agp_head
*drm_legacy_agp_init(struct drm_device *dev);
274
static inline struct
drm_agp_head
*drm_legacy_agp_init(struct drm_device *dev)
in drm_legacy_agp_init()
H
A
D
drm_device.h
341
struct
drm_agp_head
*agp;
/kernel/linux/linux-5.10/drivers/gpu/drm/
H
A
D
drm_agpsupport.c
58
* drm_agp_info structure with the information in
drm_agp_head
::agp_info.
252
* Walks through
drm_agp_head
::memory until finding a matching handle.
394
* \return pointer to a
drm_agp_head
structure.
397
* via the inter_module_* functions. Creates and initializes a
drm_agp_head
403
struct
drm_agp_head
*drm_agp_init(struct drm_device *dev)
in drm_agp_init()
405
struct
drm_agp_head
*head = NULL;
in drm_agp_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H
A
D
drm_agpsupport.c
57
* drm_agp_info structure with the information in
drm_agp_head
::agp_info.
245
* Walks through
drm_agp_head
::memory until finding a matching handle.
375
* \return pointer to a
drm_agp_head
structure.
378
* via the inter_module_* functions. Creates and initializes a
drm_agp_head
384
struct
drm_agp_head
*drm_legacy_agp_init(struct drm_device *dev)
in drm_legacy_agp_init()
387
struct
drm_agp_head
*head = NULL;
in drm_legacy_agp_init()
Completed in 4 milliseconds