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:bvd2
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/drivers/pcmcia/
H
A
D
pxa2xx_trizeps4.c
72
state->
bvd2
= (status & ConXS_CFSR_BVD2) ? 1 : 0;
in trizeps_pcmcia_socket_state()
83
state->
bvd2
= 0;
in trizeps_pcmcia_socket_state()
H
A
D
soc_common.h
98
bvd2
: 1,
member
216
#define iospkr
bvd2
H
A
D
pxa2xx_stargate2.c
51
state->
bvd2
= 0; /* not available */
in sg2_pcmcia_socket_state()
H
A
D
sa1111_generic.c
79
state->
bvd2
= status & PCSR_S0_BVD2 ? 1 : 0;
in sa1111_pcmcia_socket_state()
89
state->
bvd2
= status & PCSR_S1_BVD2 ? 1 : 0;
in sa1111_pcmcia_socket_state()
H
A
D
pxa2xx_balloon3.c
78
state->
bvd2
= 0; /* not available */
in balloon3_pcmcia_socket_state()
H
A
D
sa1100_h3600.c
97
state->
bvd2
= 0;
in h3600_pcmcia_socket_state()
H
A
D
pxa2xx_colibri.c
82
state->
bvd2
= !!gpio_get_value(colibri_pcmcia_gpios[BVD2].gpio);
in colibri_pcmcia_socket_state()
H
A
D
soc_common.c
292
state.
bvd2
= 1;
in soc_common_pcmcia_skt_state()
301
state.
bvd2
= !!gpiod_get_value(skt->stat[SOC_STAT_BVD2].desc);
in soc_common_pcmcia_skt_state()
326
else if (state.
bvd2
== 0)
in soc_common_pcmcia_skt_state()
H
A
D
pxa2xx_sharpsl.c
94
state->
bvd2
= (csr & 0x0020) ? 1 : 0;
in sharpsl_pcmcia_socket_state()
/kernel/linux/linux-6.6/include/pcmcia/
H
A
D
soc_common.h
16
bvd2
: 1,
member
/kernel/linux/linux-6.6/drivers/pcmcia/
H
A
D
soc_common.h
98
#define iospkr
bvd2
H
A
D
sa1111_generic.c
78
state->
bvd2
= status & PCSR_S0_BVD2 ? 1 : 0;
in sa1111_pcmcia_socket_state()
88
state->
bvd2
= status & PCSR_S1_BVD2 ? 1 : 0;
in sa1111_pcmcia_socket_state()
H
A
D
sa1100_h3600.c
97
state->
bvd2
= 0;
in h3600_pcmcia_socket_state()
H
A
D
soc_common.c
291
state.
bvd2
= 1;
in soc_common_pcmcia_skt_state()
300
state.
bvd2
= !!gpiod_get_value(skt->stat[SOC_STAT_BVD2].desc);
in soc_common_pcmcia_skt_state()
325
else if (state.
bvd2
== 0)
in soc_common_pcmcia_skt_state()
H
A
D
pxa2xx_sharpsl.c
93
state->
bvd2
= (csr & 0x0020) ? 1 : 0;
in sharpsl_pcmcia_socket_state()
Completed in 7 milliseconds