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:bvd1
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/drivers/pcmcia/
H
A
D
pxa2xx_mainstone.c
59
unsigned int flip = mst_pcmcia_bvd1_status[skt->nr] ^ state->
bvd1
;
in mst_pcmcia_socket_state()
67
mst_pcmcia_bvd1_status[skt->nr] = state->
bvd1
;
in mst_pcmcia_socket_state()
68
if (state->
bvd1
)
in mst_pcmcia_socket_state()
H
A
D
pxa2xx_trizeps4.c
71
state->
bvd1
= (status & ConXS_CFSR_BVD1) ? 1 : 0;
in trizeps_pcmcia_socket_state()
82
state->
bvd1
= 0;
in trizeps_pcmcia_socket_state()
H
A
D
soc_common.h
97
bvd1
: 1,
member
215
#define iostschg
bvd1
H
A
D
pxa2xx_stargate2.c
50
state->
bvd1
= 0; /* not available - battery detect on card */
in sg2_pcmcia_socket_state()
H
A
D
sa1111_generic.c
78
state->
bvd1
= status & PCSR_S0_BVD1 ? 1 : 0;
in sa1111_pcmcia_socket_state()
88
state->
bvd1
= status & PCSR_S1_BVD1 ? 1 : 0;
in sa1111_pcmcia_socket_state()
H
A
D
pxa2xx_balloon3.c
77
state->
bvd1
= !!(status & BALLOON3_CF_nSTSCHG_BVD1);
in balloon3_pcmcia_socket_state()
H
A
D
sa1100_h3600.c
96
state->
bvd1
= 0;
in h3600_pcmcia_socket_state()
H
A
D
pxa2xx_colibri.c
81
state->
bvd1
= !!gpio_get_value(colibri_pcmcia_gpios[BVD1].gpio);
in colibri_pcmcia_socket_state()
H
A
D
soc_common.c
291
state.
bvd1
= 1;
in soc_common_pcmcia_skt_state()
299
state.
bvd1
= !!gpiod_get_value(skt->stat[SOC_STAT_BVD1].desc);
in soc_common_pcmcia_skt_state()
322
stat |= state.
bvd1
? 0 : SS_STSCHG;
in soc_common_pcmcia_skt_state()
324
if (state.
bvd1
== 0)
in soc_common_pcmcia_skt_state()
H
A
D
pxa2xx_sharpsl.c
93
state->
bvd1
= (csr & 0x0010) ? 1 : 0;
in sharpsl_pcmcia_socket_state()
/kernel/linux/linux-6.6/include/pcmcia/
H
A
D
soc_common.h
15
bvd1
: 1,
member
/kernel/linux/linux-6.6/drivers/pcmcia/
H
A
D
soc_common.h
97
#define iostschg
bvd1
H
A
D
sa1111_generic.c
77
state->
bvd1
= status & PCSR_S0_BVD1 ? 1 : 0;
in sa1111_pcmcia_socket_state()
87
state->
bvd1
= status & PCSR_S1_BVD1 ? 1 : 0;
in sa1111_pcmcia_socket_state()
H
A
D
sa1100_h3600.c
96
state->
bvd1
= 0;
in h3600_pcmcia_socket_state()
H
A
D
soc_common.c
290
state.
bvd1
= 1;
in soc_common_pcmcia_skt_state()
298
state.
bvd1
= !!gpiod_get_value(skt->stat[SOC_STAT_BVD1].desc);
in soc_common_pcmcia_skt_state()
321
stat |= state.
bvd1
? 0 : SS_STSCHG;
in soc_common_pcmcia_skt_state()
323
if (state.
bvd1
== 0)
in soc_common_pcmcia_skt_state()
H
A
D
pxa2xx_sharpsl.c
92
state->
bvd1
= (csr & 0x0010) ? 1 : 0;
in sharpsl_pcmcia_socket_state()
Completed in 7 milliseconds