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:agp_off
(Results
1 - 25
of
32
) sorted by relevance
1
2
/kernel/linux/linux-5.10/drivers/char/agp/
H
A
D
backend.c
268
if (
agp_off
) {
in agp_add_bridge()
330
int
agp_off
;
variable
332
EXPORT_SYMBOL(
agp_off
);
variable
337
if (!
agp_off
)
in agp_init()
351
agp_off
= 1;
in agp_setup()
H
A
D
agp.h
238
extern int
agp_off
;
H
A
D
alpha-agp.c
203
if (
agp_off
)
in agp_alpha_core_init()
H
A
D
efficeon-agp.c
457
if (
agp_off
)
in agp_efficeon_init()
H
A
D
ali-agp.c
407
if (
agp_off
)
in agp_ali_init()
H
A
D
amd-k7-agp.c
555
if (
agp_off
)
in agp_amdk7_init()
H
A
D
ati-agp.c
571
if (
agp_off
)
in agp_ati_init()
H
A
D
uninorth-agp.c
708
if (
agp_off
)
in agp_uninorth_init()
H
A
D
sworks-agp.c
557
if (
agp_off
)
in agp_serverworks_init()
H
A
D
via-agp.c
585
if (
agp_off
)
in agp_via_init()
H
A
D
sis-agp.c
435
if (
agp_off
)
in agp_sis_init()
H
A
D
i460-agp.c
645
if (
agp_off
)
in agp_intel_i460_init()
H
A
D
hp-agp.c
528
if (
agp_off
)
in agp_hp_init()
H
A
D
nvidia-agp.c
464
if (
agp_off
)
in agp_nvidia_init()
/kernel/linux/linux-6.6/drivers/char/agp/
H
A
D
backend.c
270
if (
agp_off
) {
in agp_add_bridge()
332
int
agp_off
;
variable
334
EXPORT_SYMBOL(
agp_off
);
variable
339
if (!
agp_off
)
in agp_init()
353
agp_off
= 1;
in agp_setup()
H
A
D
agp.h
249
extern int
agp_off
;
H
A
D
alpha-agp.c
203
if (
agp_off
)
in agp_alpha_core_init()
H
A
D
efficeon-agp.c
449
if (
agp_off
)
in agp_efficeon_init()
H
A
D
ali-agp.c
407
if (
agp_off
)
in agp_ali_init()
H
A
D
sis-agp.c
419
if (
agp_off
)
in agp_sis_init()
H
A
D
i460-agp.c
645
if (
agp_off
)
in agp_intel_i460_init()
H
A
D
hp-agp.c
528
if (
agp_off
)
in agp_hp_init()
H
A
D
amd-k7-agp.c
539
if (
agp_off
)
in agp_amdk7_init()
H
A
D
ati-agp.c
561
if (
agp_off
)
in agp_ati_init()
H
A
D
uninorth-agp.c
709
if (
agp_off
)
in agp_uninorth_init()
Completed in 17 milliseconds
1
2