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_hsq
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/host/
H
A
D
mmc_hsq.c
14
#include "
mmc_hsq
.h"
21
struct
mmc_hsq
*hsq = container_of(work, struct
mmc_hsq
, retry_work);
in mmc_hsq_retry_handler()
27
static void mmc_hsq_pump_requests(struct
mmc_hsq
*hsq)
in mmc_hsq_pump_requests()
74
static void mmc_hsq_update_next_tag(struct
mmc_hsq
*hsq, int remains)
in mmc_hsq_update_next_tag()
111
static void mmc_hsq_post_request(struct
mmc_hsq
*hsq)
in mmc_hsq_post_request()
155
struct
mmc_hsq
*hsq = mmc->cqe_private;
in mmc_hsq_finalize_request()
182
struct
mmc_hsq
*hsq = mmc->cqe_private;
in mmc_hsq_recovery_start()
194
struct
mmc_hsq
*hsq = mmc->cqe_private;
in mmc_hsq_recovery_finish()
214
struct
mmc_hsq
*hs
in mmc_hsq_request()
[all...]
H
A
D
mmc_hsq.h
9
struct
mmc_hsq
{
struct
26
int mmc_hsq_init(struct
mmc_hsq
*hsq, struct mmc_host *mmc);
H
A
D
Makefile
107
obj-$(CONFIG_MMC_HSQ) +=
mmc_hsq
.o
H
A
D
sdhci-sprd.c
22
#include "
mmc_hsq
.h"
580
struct
mmc_hsq
*hsq;
in sdhci_sprd_probe()
/kernel/linux/linux-6.6/drivers/mmc/host/
H
A
D
mmc_hsq.c
14
#include "
mmc_hsq
.h"
18
struct
mmc_hsq
*hsq = container_of(work, struct
mmc_hsq
, retry_work);
in mmc_hsq_retry_handler()
24
static void mmc_hsq_pump_requests(struct
mmc_hsq
*hsq)
in mmc_hsq_pump_requests()
71
static void mmc_hsq_update_next_tag(struct
mmc_hsq
*hsq, int remains)
in mmc_hsq_update_next_tag()
90
static void mmc_hsq_post_request(struct
mmc_hsq
*hsq)
in mmc_hsq_post_request()
134
struct
mmc_hsq
*hsq = mmc->cqe_private;
in mmc_hsq_finalize_request()
161
struct
mmc_hsq
*hsq = mmc->cqe_private;
in mmc_hsq_recovery_start()
173
struct
mmc_hsq
*hsq = mmc->cqe_private;
in mmc_hsq_recovery_finish()
193
struct
mmc_hsq
*hs
in mmc_hsq_request()
[all...]
H
A
D
mmc_hsq.h
12
struct
mmc_hsq
{
struct
31
int mmc_hsq_init(struct
mmc_hsq
*hsq, struct mmc_host *mmc);
H
A
D
Makefile
102
obj-$(CONFIG_MMC_HSQ) +=
mmc_hsq
.o
H
A
D
sdhci-sprd.c
24
#include "
mmc_hsq
.h"
736
struct
mmc_hsq
*hsq;
in sdhci_sprd_probe()
Completed in 7 milliseconds