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:mmc_pwrseq
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/core/
H
A
D
pwrseq.c
24
struct
mmc_pwrseq
*p;
in mmc_pwrseq_alloc()
56
struct
mmc_pwrseq
*pwrseq = host->pwrseq;
in mmc_pwrseq_pre_power_on()
64
struct
mmc_pwrseq
*pwrseq = host->pwrseq;
in mmc_pwrseq_post_power_on()
72
struct
mmc_pwrseq
*pwrseq = host->pwrseq;
in mmc_pwrseq_power_off()
80
struct
mmc_pwrseq
*pwrseq = host->pwrseq;
in mmc_pwrseq_reset()
88
struct
mmc_pwrseq
*pwrseq = host->pwrseq;
in mmc_pwrseq_free()
96
int mmc_pwrseq_register(struct
mmc_pwrseq
*pwrseq)
in mmc_pwrseq_register()
109
void mmc_pwrseq_unregister(struct
mmc_pwrseq
*pwrseq)
in mmc_pwrseq_unregister()
H
A
D
pwrseq.h
23
struct
mmc_pwrseq
{
struct
32
int mmc_pwrseq_register(struct
mmc_pwrseq
*pwrseq);
33
void mmc_pwrseq_unregister(struct
mmc_pwrseq
*pwrseq);
44
static inline int mmc_pwrseq_register(struct
mmc_pwrseq
*pwrseq)
in mmc_pwrseq_register()
48
static inline void mmc_pwrseq_unregister(struct
mmc_pwrseq
*pwrseq) {}
in mmc_pwrseq_unregister()
H
A
D
pwrseq_emmc.c
25
struct
mmc_pwrseq
pwrseq;
H
A
D
pwrseq_sd8787.c
27
struct
mmc_pwrseq
pwrseq;
H
A
D
pwrseq_simple.c
26
struct
mmc_pwrseq
pwrseq;
/kernel/linux/linux-6.6/drivers/mmc/core/
H
A
D
pwrseq.c
24
struct
mmc_pwrseq
*p;
in mmc_pwrseq_alloc()
56
struct
mmc_pwrseq
*pwrseq = host->pwrseq;
in mmc_pwrseq_pre_power_on()
64
struct
mmc_pwrseq
*pwrseq = host->pwrseq;
in mmc_pwrseq_post_power_on()
72
struct
mmc_pwrseq
*pwrseq = host->pwrseq;
in mmc_pwrseq_power_off()
80
struct
mmc_pwrseq
*pwrseq = host->pwrseq;
in mmc_pwrseq_reset()
88
struct
mmc_pwrseq
*pwrseq = host->pwrseq;
in mmc_pwrseq_free()
96
int mmc_pwrseq_register(struct
mmc_pwrseq
*pwrseq)
in mmc_pwrseq_register()
109
void mmc_pwrseq_unregister(struct
mmc_pwrseq
*pwrseq)
in mmc_pwrseq_unregister()
H
A
D
pwrseq.h
23
struct
mmc_pwrseq
{
struct
32
int mmc_pwrseq_register(struct
mmc_pwrseq
*pwrseq);
33
void mmc_pwrseq_unregister(struct
mmc_pwrseq
*pwrseq);
44
static inline int mmc_pwrseq_register(struct
mmc_pwrseq
*pwrseq)
in mmc_pwrseq_register()
48
static inline void mmc_pwrseq_unregister(struct
mmc_pwrseq
*pwrseq) {}
in mmc_pwrseq_unregister()
H
A
D
pwrseq_sd8787.c
28
struct
mmc_pwrseq
pwrseq;
H
A
D
pwrseq_emmc.c
25
struct
mmc_pwrseq
pwrseq;
H
A
D
pwrseq_simple.c
26
struct
mmc_pwrseq
pwrseq;
/kernel/linux/linux-5.10/include/linux/mmc/
H
A
D
host.h
264
struct
mmc_pwrseq
;
280
struct
mmc_pwrseq
*pwrseq;
/kernel/linux/linux-6.6/include/linux/mmc/
H
A
D
host.h
309
struct
mmc_pwrseq
;
325
struct
mmc_pwrseq
*pwrseq;
Completed in 7 milliseconds