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_host_is_spi
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/mmc/core/
H
A
D
sdio.c
578
if (!
mmc_host_is_spi
(card->host) &&
in mmc_sdio_init_uhs_card()
648
if (
mmc_host_is_spi
(host)) {
in mmc_sdio_init_card()
715
if (!powered_resume && !
mmc_host_is_spi
(host)) {
in mmc_sdio_init_card()
757
if (!powered_resume && !
mmc_host_is_spi
(host)) {
in mmc_sdio_init_card()
821
if (
mmc_host_is_spi
(host)) {
in mmc_sdio_init_card()
H
A
D
block.c
891
if (!
mmc_host_is_spi
(card->host) && !(cmd.resp[0] & R1_APP_CMD)) {
in mmc_sd_num_wr_blocks()
1316
if (
mmc_host_is_spi
(card->host) && (rq_data_dir(req) == READ) &&
in mmc_blk_data_prep()
1571
if (!
mmc_host_is_spi
(card->host) || rq_data_dir(req) == READ) {
in mmc_blk_rw_rq_prep()
1672
if (!
mmc_host_is_spi
(host) && !mmc_ready_for_data(status)) {
in mmc_blk_read_single()
1685
(!
mmc_host_is_spi
(host) && ((mrq->cmd->resp[0] & CMD_ERRORS) || (status & CMD_ERRORS)))) {
in mmc_blk_read_single()
1723
if (
mmc_host_is_spi
(mq->card->host)) {
in mmc_blk_status_error()
1793
if (!
mmc_host_is_spi
(mq->card->host) && (err || !mmc_ready_for_data(status))) {
in mmc_blk_mq_rw_recovery()
1810
if (!
mmc_host_is_spi
(mq->card->host) && err && mmc_blk_reset(md, card->host, type)) {
in mmc_blk_mq_rw_recovery()
1862
if (
mmc_host_is_spi
(card->host) || rq_data_dir(req) == READ) {
in mmc_blk_card_busy()
1917
return mmc_card_mmc(mq->card) && !
mmc_host_is_spi
(m
in mmc_blk_urgent_bkops_needed()
[all...]
/device/soc/rockchip/common/sdk_linux/include/linux/mmc/
H
A
D
host.h
489
#define
mmc_host_is_spi
(host) ((host)->caps & MMC_CAP_SPI)
macro
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H
A
D
oal_sdio_host.c
1571
if (OAL_WARN_ON(
mmc_host_is_spi
(card->host))) {
in oal_mmc_io_rw_scat_extended()
Completed in 11 milliseconds