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_Xv
(Results
1 - 25
of
25
) sorted by relevance
/kernel/linux/linux-5.10/drivers/pcmcia/
H
A
D
sa1100_simpad.c
48
state->
vs_Xv
=0;
in simpad_pcmcia_socket_state()
51
state->
vs_Xv
=0;
in simpad_pcmcia_socket_state()
H
A
D
pxa2xx_trizeps4.c
74
state->
vs_Xv
= (status & ConXS_CFSR_VS2) ? 0 : 1;
in trizeps_pcmcia_socket_state()
85
state->
vs_Xv
= 0;
in trizeps_pcmcia_socket_state()
H
A
D
pxa2xx_cm_x255.c
56
state->
vs_Xv
= 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
57
state->
vs_Xv
= 0;
in hx4700_pcmcia_socket_state()
H
A
D
pxa2xx_palmtx.c
47
state->
vs_Xv
= 0;
in palmtx_pcmcia_socket_state()
H
A
D
pxa2xx_palmld.c
47
state->
vs_Xv
= 0;
in palmld_pcmcia_socket_state()
H
A
D
pxa2xx_cm_x270.c
46
state->
vs_Xv
= 0;
in cmx270_pcmcia_socket_state()
H
A
D
pxa2xx_stargate2.c
53
state->
vs_Xv
= 0; /* not available */
in sg2_pcmcia_socket_state()
H
A
D
sa1111_generic.c
82
state->
vs_Xv
= status & PCSR_S0_VS2 ? 0 : 1;
in sa1111_pcmcia_socket_state()
92
state->
vs_Xv
= status & PCSR_S1_VS2 ? 0 : 1;
in sa1111_pcmcia_socket_state()
H
A
D
pxa2xx_balloon3.c
80
state->
vs_Xv
= 0; /* not available */
in balloon3_pcmcia_socket_state()
H
A
D
sa1100_h3600.c
99
state->
vs_Xv
= 0;
in h3600_pcmcia_socket_state()
H
A
D
pxa2xx_colibri.c
84
state->
vs_Xv
= 0;
in colibri_pcmcia_socket_state()
H
A
D
pxa2xx_palmtc.c
51
state->
vs_Xv
= 0;
in palmtc_pcmcia_socket_state()
H
A
D
pxa2xx_e740.c
44
state->
vs_Xv
= 0;
in e740_pcmcia_socket_state()
H
A
D
pxa2xx_viper.c
85
state->
vs_Xv
= 0;
in viper_pcmcia_socket_state()
H
A
D
pxa2xx_vpac270.c
68
state->
vs_Xv
= 0;
in vpac270_pcmcia_socket_state()
H
A
D
soc_common.h
101
vs_Xv
: 1;
member
H
A
D
pxa2xx_sharpsl.c
97
state->
vs_Xv
= (csr & 0x0080) ? 0 : 1;
in sharpsl_pcmcia_socket_state()
H
A
D
soc_common.c
305
state.
vs_Xv
= !!gpiod_get_value(skt->stat[SOC_STAT_VS2].desc);
in soc_common_pcmcia_skt_state()
313
stat |= state.
vs_Xv
? SS_XVCARD : 0;
in soc_common_pcmcia_skt_state()
/kernel/linux/linux-6.6/include/pcmcia/
H
A
D
soc_common.h
19
vs_Xv
: 1;
member
/kernel/linux/linux-6.6/drivers/pcmcia/
H
A
D
sa1111_generic.c
81
state->
vs_Xv
= status & PCSR_S0_VS2 ? 0 : 1;
in sa1111_pcmcia_socket_state()
91
state->
vs_Xv
= status & PCSR_S1_VS2 ? 0 : 1;
in sa1111_pcmcia_socket_state()
H
A
D
sa1100_h3600.c
99
state->
vs_Xv
= 0;
in h3600_pcmcia_socket_state()
H
A
D
pxa2xx_sharpsl.c
96
state->
vs_Xv
= (csr & 0x0080) ? 0 : 1;
in sharpsl_pcmcia_socket_state()
H
A
D
soc_common.c
304
state.
vs_Xv
= !!gpiod_get_value(skt->stat[SOC_STAT_VS2].desc);
in soc_common_pcmcia_skt_state()
312
stat |= state.
vs_Xv
? SS_XVCARD : 0;
in soc_common_pcmcia_skt_state()
Completed in 9 milliseconds