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_caps
(Results
1 - 19
of
19
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-s3c/
H
A
D
platformdata.c
47
if (pd->
host_caps
)
in s3c_sdhci_set_platdata()
48
set->
host_caps
|= pd->
host_caps
;
in s3c_sdhci_set_platdata()
H
A
D
devs.c
198
.
host_caps
= (MMC_CAP_4_BIT_DATA |
228
.
host_caps
= (MMC_CAP_4_BIT_DATA |
260
.
host_caps
= (MMC_CAP_4_BIT_DATA |
290
.
host_caps
= (MMC_CAP_4_BIT_DATA |
H
A
D
mach-crag6410.c
759
.
host_caps
= MMC_CAP_POWER_OFF_CARD,
775
.
host_caps
= MMC_CAP_POWER_OFF_CARD,
/kernel/linux/linux-6.6/arch/arm/mach-s3c/
H
A
D
platformdata.c
47
if (pd->
host_caps
)
in s3c_sdhci_set_platdata()
48
set->
host_caps
|= pd->
host_caps
;
in s3c_sdhci_set_platdata()
H
A
D
devs.c
90
.
host_caps
= (MMC_CAP_4_BIT_DATA |
120
.
host_caps
= (MMC_CAP_4_BIT_DATA |
152
.
host_caps
= (MMC_CAP_4_BIT_DATA |
182
.
host_caps
= (MMC_CAP_4_BIT_DATA |
H
A
D
mach-crag6410.c
759
.
host_caps
= MMC_CAP_POWER_OFF_CARD,
775
.
host_caps
= MMC_CAP_POWER_OFF_CARD,
/kernel/linux/linux-5.10/include/linux/platform_data/
H
A
D
pxa_sdhci.h
34
* @
host_caps
: Standard MMC host capabilities bit field.
45
u32
host_caps
;
member
H
A
D
mmc-sdhci-s3c.h
18
* @
host_caps
: Standard MMC host capabilities bit field.
41
unsigned int
host_caps
;
member
/kernel/linux/linux-6.6/include/linux/platform_data/
H
A
D
pxa_sdhci.h
34
* @
host_caps
: Standard MMC host capabilities bit field.
45
u32
host_caps
;
member
H
A
D
mmc-sdhci-s3c.h
18
* @
host_caps
: Standard MMC host capabilities bit field.
41
unsigned int
host_caps
;
member
/kernel/linux/linux-5.10/drivers/mmc/host/
H
A
D
sdhci-pxav2.c
205
if (pdata->
host_caps
)
in sdhci_pxav2_probe()
206
host->mmc->caps |= pdata->
host_caps
;
in sdhci_pxav2_probe()
H
A
D
sdhci-pxav3.c
437
if (pdata->
host_caps
)
in sdhci_pxav3_probe()
438
host->mmc->caps |= pdata->
host_caps
;
in sdhci_pxav3_probe()
H
A
D
sdhci-s3c.c
640
if (pdata->
host_caps
)
in sdhci_s3c_probe()
641
host->mmc->caps |= pdata->
host_caps
;
in sdhci_s3c_probe()
/kernel/linux/linux-5.10/drivers/ata/
H
A
D
ahci_brcm.c
120
u32 port_ctrl,
host_caps
;
in brcm_sata_alpm_init()
local
124
host_caps
= readl(hpriv->mmio + HOST_CAP);
in brcm_sata_alpm_init()
125
if (!(
host_caps
& HOST_CAP_ALPM))
in brcm_sata_alpm_init()
/kernel/linux/linux-6.6/drivers/ata/
H
A
D
ahci_brcm.c
121
u32 port_ctrl,
host_caps
;
in brcm_sata_alpm_init()
local
125
host_caps
= readl(hpriv->mmio + HOST_CAP);
in brcm_sata_alpm_init()
126
if (!(
host_caps
& HOST_CAP_ALPM))
in brcm_sata_alpm_init()
/kernel/linux/linux-6.6/drivers/mmc/host/
H
A
D
sdhci-pxav2.c
311
if (pdata->
host_caps
)
in sdhci_pxav2_probe()
312
host->mmc->caps |= pdata->
host_caps
;
in sdhci_pxav2_probe()
H
A
D
sdhci-pxav3.c
435
if (pdata->
host_caps
)
in sdhci_pxav3_probe()
436
host->mmc->caps |= pdata->
host_caps
;
in sdhci_pxav3_probe()
H
A
D
sdhci-s3c.c
633
if (pdata->
host_caps
)
in sdhci_s3c_probe()
634
host->mmc->caps |= pdata->
host_caps
;
in sdhci_s3c_probe()
/kernel/linux/linux-6.6/drivers/scsi/ibmvscsi/
H
A
D
ibmvfc.c
183
u64
host_caps
= be64_to_cpu(vhost->login_buf->resp.capabilities);
in ibmvfc_check_caps()
local
185
return (
host_caps
& cap_flags) ? 1 : 0;
in ibmvfc_check_caps()
Completed in 20 milliseconds