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:vs_3v
(Results
1 - 25
of
25
) sorted by relevance
/kernel/linux/linux-5.10/drivers/pcmcia/
H
A
D
sa1100_simpad.c
47
state->
vs_3v
=0;
in simpad_pcmcia_socket_state()
50
state->
vs_3v
=1;
in simpad_pcmcia_socket_state()
H
A
D
pxa2xx_trizeps4.c
73
state->
vs_3v
= (status & ConXS_CFSR_VS1) ? 0 : 1;
in trizeps_pcmcia_socket_state()
84
state->
vs_3v
= 0;
in trizeps_pcmcia_socket_state()
H
A
D
pxa2xx_cm_x255.c
55
state->
vs_3v
= 0;
in cmx255_pcmcia_socket_state()
H
A
D
sa1111_lubbock.c
111
if (!new_state.
vs_3v
&& !new_state.vs_Xv) {
in lubbock_pcmcia_configure_socket()
H
A
D
pxa2xx_hx4700.c
56
state->
vs_3v
= 1;
in hx4700_pcmcia_socket_state()
H
A
D
pxa2xx_palmtx.c
46
state->
vs_3v
= 1;
in palmtx_pcmcia_socket_state()
H
A
D
pxa2xx_palmld.c
46
state->
vs_3v
= 1;
in palmld_pcmcia_socket_state()
H
A
D
pxa2xx_cm_x270.c
45
state->
vs_3v
= 0;
in cmx270_pcmcia_socket_state()
H
A
D
pxa2xx_stargate2.c
52
state->
vs_3v
= 1; /* not available - voltage detect for card */
in sg2_pcmcia_socket_state()
H
A
D
sa1111_generic.c
81
state->
vs_3v
= status & PCSR_S0_VS1 ? 0 : 1;
in sa1111_pcmcia_socket_state()
91
state->
vs_3v
= status & PCSR_S1_VS1 ? 0 : 1;
in sa1111_pcmcia_socket_state()
H
A
D
pxa2xx_balloon3.c
79
state->
vs_3v
= 1; /* Always true its a CF card */
in balloon3_pcmcia_socket_state()
H
A
D
sa1100_h3600.c
98
state->
vs_3v
= 0;
in h3600_pcmcia_socket_state()
H
A
D
pxa2xx_colibri.c
83
state->
vs_3v
= 1;
in colibri_pcmcia_socket_state()
H
A
D
pxa2xx_palmtc.c
50
state->
vs_3v
= 1;
in palmtc_pcmcia_socket_state()
H
A
D
pxa2xx_e740.c
43
state->
vs_3v
= 1;
in e740_pcmcia_socket_state()
H
A
D
pxa2xx_viper.c
84
state->
vs_3v
= 1; /* Can only apply 3.3V */
in viper_pcmcia_socket_state()
H
A
D
pxa2xx_vpac270.c
67
state->
vs_3v
= 1;
in vpac270_pcmcia_socket_state()
H
A
D
soc_common.h
100
vs_3v
: 1,
member
H
A
D
soc_common.c
279
state->
vs_3v
= 1;
in soc_common_cf_socket_state()
303
state.
vs_3v
= !!gpiod_get_value(skt->stat[SOC_STAT_VS1].desc);
in soc_common_pcmcia_skt_state()
312
stat |= state.
vs_3v
? SS_3VCARD : 0;
in soc_common_pcmcia_skt_state()
H
A
D
pxa2xx_sharpsl.c
96
state->
vs_3v
= (csr & 0x0040) ? 0 : 1;
in sharpsl_pcmcia_socket_state()
/kernel/linux/linux-6.6/include/pcmcia/
H
A
D
soc_common.h
18
vs_3v
: 1,
member
/kernel/linux/linux-6.6/drivers/pcmcia/
H
A
D
sa1111_generic.c
80
state->
vs_3v
= status & PCSR_S0_VS1 ? 0 : 1;
in sa1111_pcmcia_socket_state()
90
state->
vs_3v
= status & PCSR_S1_VS1 ? 0 : 1;
in sa1111_pcmcia_socket_state()
H
A
D
sa1100_h3600.c
98
state->
vs_3v
= 0;
in h3600_pcmcia_socket_state()
H
A
D
soc_common.c
278
state->
vs_3v
= 1;
in soc_common_cf_socket_state()
302
state.
vs_3v
= !!gpiod_get_value(skt->stat[SOC_STAT_VS1].desc);
in soc_common_pcmcia_skt_state()
311
stat |= state.
vs_3v
? SS_3VCARD : 0;
in soc_common_pcmcia_skt_state()
H
A
D
pxa2xx_sharpsl.c
95
state->
vs_3v
= (csr & 0x0040) ? 0 : 1;
in sharpsl_pcmcia_socket_state()
Completed in 12 milliseconds