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:SS_POWERON
(Results
1 - 25
of
29
) sorted by relevance
1
2
/kernel/linux/linux-5.10/include/pcmcia/
H
A
D
ss.h
32
#define
SS_POWERON
0x0100
macro
/kernel/linux/linux-6.6/include/pcmcia/
H
A
D
ss.h
32
#define
SS_POWERON
0x0100
macro
/kernel/linux/linux-5.10/drivers/pcmcia/
H
A
D
db1xxx_ss.c
366
status |= GET_VCC(cr, sock->nr) ?
SS_POWERON
: 0;
in db1x_pcmcia_get_status()
370
status =
SS_POWERON
| SS_3VCARD | SS_DETECT;
in db1x_pcmcia_get_status()
H
A
D
xxs1500_ss.c
142
status |= gpio_get_value(GPIO_POWER) ? 0 :
SS_POWERON
;
in xxs1500_pcmcia_get_status()
H
A
D
cs.c
324
if (status &
SS_POWERON
) {
in socket_shutdown()
393
if (!(status &
SS_POWERON
)) {
in socket_setup()
H
A
D
omap_cf.c
116
*sp = SS_READY | SS_DETECT |
SS_POWERON
| SS_3VCARD;
in omap_cf_get_status()
H
A
D
electra_cf.c
102
*sp = SS_READY | SS_DETECT |
SS_POWERON
| SS_3VCARD;
in electra_cf_get_status()
H
A
D
soc_common.c
319
stat |= skt->cs_state.Vcc ?
SS_POWERON
: 0;
in soc_common_pcmcia_skt_state()
672
{
SS_POWERON
, "
SS_POWERON
" },
H
A
D
bcm63xx_pcmcia.c
87
* always report
SS_POWERON
*/
in bcm63xx_pcmcia_set_socket()
238
stat |=
SS_POWERON
;
in __get_socket_status()
H
A
D
at91_cf.c
102
*sp |=
SS_POWERON
;
in at91_cf_get_status()
H
A
D
i82092.c
437
(*value) |=
SS_POWERON
; /* power is applied to the card */
in i82092aa_get_status()
H
A
D
yenta_socket.c
227
val |= (state & CB_PWRCYCLE) ?
SS_POWERON
| SS_READY : 0;
in yenta_get_status()
239
val |= (status & I365_CS_POWERON) ?
SS_POWERON
: 0;
in yenta_get_status()
H
A
D
pd6729.c
283
*value |=
SS_POWERON
; /* power is applied to the card */
in pd6729_get_status()
H
A
D
vrc4171_card.c
269
val |=
SS_POWERON
;
in pccard_get_status()
H
A
D
vrc4173_cardu.c
173
if (status & CARD_PWR) val |=
SS_POWERON
;
in cardu_get_status()
/kernel/linux/linux-6.6/drivers/pcmcia/
H
A
D
db1xxx_ss.c
367
status |= GET_VCC(cr, sock->nr) ?
SS_POWERON
: 0;
in db1x_pcmcia_get_status()
371
status =
SS_POWERON
| SS_3VCARD | SS_DETECT;
in db1x_pcmcia_get_status()
H
A
D
xxs1500_ss.c
142
status |= gpio_get_value(GPIO_POWER) ? 0 :
SS_POWERON
;
in xxs1500_pcmcia_get_status()
H
A
D
cs.c
324
if (status &
SS_POWERON
) {
in socket_shutdown()
393
if (!(status &
SS_POWERON
)) {
in socket_setup()
H
A
D
omap_cf.c
115
*sp = SS_READY | SS_DETECT |
SS_POWERON
| SS_3VCARD;
in omap_cf_get_status()
H
A
D
electra_cf.c
102
*sp = SS_READY | SS_DETECT |
SS_POWERON
| SS_3VCARD;
in electra_cf_get_status()
H
A
D
soc_common.c
318
stat |= skt->cs_state.Vcc ?
SS_POWERON
: 0;
in soc_common_pcmcia_skt_state()
671
{
SS_POWERON
, "
SS_POWERON
" },
H
A
D
bcm63xx_pcmcia.c
87
* always report
SS_POWERON
*/
in bcm63xx_pcmcia_set_socket()
238
stat |=
SS_POWERON
;
in __get_socket_status()
H
A
D
i82092.c
437
(*value) |=
SS_POWERON
; /* power is applied to the card */
in i82092aa_get_status()
H
A
D
yenta_socket.c
229
val |= (state & CB_PWRCYCLE) ?
SS_POWERON
| SS_READY : 0;
in yenta_get_status()
241
val |= (status & I365_CS_POWERON) ?
SS_POWERON
: 0;
in yenta_get_status()
H
A
D
pd6729.c
283
*value |=
SS_POWERON
; /* power is applied to the card */
in pd6729_get_status()
Completed in 20 milliseconds
1
2