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:_host
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/host/
H
A
D
tmio_mmc_core.c
1085
int tmio_mmc_host_probe(struct tmio_mmc_host *
_host
)
in tmio_mmc_host_probe()
argument
1087
struct platform_device *pdev =
_host
->pdev;
in tmio_mmc_host_probe()
1088
struct tmio_mmc_data *pdata =
_host
->pdata;
in tmio_mmc_host_probe()
1089
struct mmc_host *mmc =
_host
->mmc;
in tmio_mmc_host_probe()
1100
_host
->write16_hook = NULL;
in tmio_mmc_host_probe()
1102
_host
->set_pwr = pdata->set_pwr;
in tmio_mmc_host_probe()
1104
ret = tmio_mmc_init_ocr(
_host
);
in tmio_mmc_host_probe()
1128
_host
->ops.get_ro = mmc_gpio_get_ro;
in tmio_mmc_host_probe()
1131
_host
->ops.get_cd = mmc_gpio_get_cd;
in tmio_mmc_host_probe()
1133
_host
in tmio_mmc_host_probe()
[all...]
/kernel/linux/linux-6.6/drivers/mmc/host/
H
A
D
tmio_mmc_core.c
1141
int tmio_mmc_host_probe(struct tmio_mmc_host *
_host
)
in tmio_mmc_host_probe()
argument
1143
struct platform_device *pdev =
_host
->pdev;
in tmio_mmc_host_probe()
1144
struct tmio_mmc_data *pdata =
_host
->pdata;
in tmio_mmc_host_probe()
1145
struct mmc_host *mmc =
_host
->mmc;
in tmio_mmc_host_probe()
1156
_host
->write16_hook = NULL;
in tmio_mmc_host_probe()
1158
if (pdata->flags & TMIO_MMC_USE_BUSY_TIMEOUT && !
_host
->get_timeout_cycles)
in tmio_mmc_host_probe()
1159
_host
->get_timeout_cycles = tmio_mmc_get_timeout_cycles;
in tmio_mmc_host_probe()
1161
_host
->set_pwr = pdata->set_pwr;
in tmio_mmc_host_probe()
1163
ret = tmio_mmc_init_ocr(
_host
);
in tmio_mmc_host_probe()
1187
_host
in tmio_mmc_host_probe()
[all...]
/kernel/linux/linux-5.10/drivers/mmc/core/
H
A
D
sdio_irq.c
139
static int sdio_irq_thread(void *
_host
)
in sdio_irq_thread()
argument
141
struct mmc_host *host =
_host
;
in sdio_irq_thread()
/kernel/linux/linux-6.6/drivers/mmc/core/
H
A
D
sdio_irq.c
139
static int sdio_irq_thread(void *
_host
)
in sdio_irq_thread()
argument
141
struct mmc_host *host =
_host
;
in sdio_irq_thread()
Completed in 5 milliseconds