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:pm_flags
(Results
1 - 20
of
20
) sorted by relevance
/kernel/linux/linux-5.10/drivers/bluetooth/
H
A
D
btmrvl_sdio.c
1628
mmc_pm_flag_t
pm_flags
;
in btmrvl_sdio_suspend()
local
1632
pm_flags
= sdio_get_host_pm_caps(func);
in btmrvl_sdio_suspend()
1634
pm_flags
);
in btmrvl_sdio_suspend()
1635
if (!(
pm_flags
& MMC_PM_KEEP_POWER)) {
in btmrvl_sdio_suspend()
1698
mmc_pm_flag_t
pm_flags
;
in btmrvl_sdio_resume()
local
1702
pm_flags
= sdio_get_host_pm_caps(func);
in btmrvl_sdio_resume()
1704
pm_flags
);
in btmrvl_sdio_resume()
/kernel/linux/linux-6.6/drivers/bluetooth/
H
A
D
btmrvl_sdio.c
1612
mmc_pm_flag_t
pm_flags
;
in btmrvl_sdio_suspend()
local
1616
pm_flags
= sdio_get_host_pm_caps(func);
in btmrvl_sdio_suspend()
1618
pm_flags
);
in btmrvl_sdio_suspend()
1619
if (!(
pm_flags
& MMC_PM_KEEP_POWER)) {
in btmrvl_sdio_suspend()
1682
mmc_pm_flag_t
pm_flags
;
in btmrvl_sdio_resume()
local
1686
pm_flags
= sdio_get_host_pm_caps(func);
in btmrvl_sdio_resume()
1688
pm_flags
);
in btmrvl_sdio_resume()
/kernel/linux/linux-5.10/include/linux/mmc/
H
A
D
host.h
440
mmc_pm_flag_t
pm_flags
; /* requested pm features */
member
560
return host->
pm_flags
& MMC_PM_KEEP_POWER;
in mmc_card_keep_power()
565
return host->
pm_flags
& MMC_PM_WAKE_SDIO_IRQ;
in mmc_card_wake_sdio_irq()
/kernel/linux/linux-6.6/include/linux/mmc/
H
A
D
host.h
490
mmc_pm_flag_t
pm_flags
; /* requested pm features */
member
618
return host->
pm_flags
& MMC_PM_KEEP_POWER;
in mmc_card_keep_power()
623
return host->
pm_flags
& MMC_PM_WAKE_SDIO_IRQ;
in mmc_card_wake_sdio_irq()
/kernel/linux/linux-5.10/drivers/mmc/host/
H
A
D
sdhci-pci-core.c
48
mmc_pm_flag_t
pm_flags
= 0;
in sdhci_pci_init_wakeup()
local
56
pm_flags
|= slot->host->mmc->
pm_flags
;
in sdhci_pci_init_wakeup()
62
if ((
pm_flags
& MMC_PM_KEEP_POWER) && (
pm_flags
& MMC_PM_WAKE_SDIO_IRQ))
in sdhci_pci_init_wakeup()
H
A
D
omap_hsmmc.c
2058
if (!(host->mmc->
pm_flags
& MMC_PM_KEEP_POWER)) {
in omap_hsmmc_suspend()
2084
if (!(host->mmc->
pm_flags
& MMC_PM_KEEP_POWER))
in omap_hsmmc_resume()
H
A
D
sdhci.c
3749
if ((host->mmc->
pm_flags
& MMC_PM_KEEP_POWER) &&
in sdhci_resume_host()
3758
sdhci_init(host, (host->mmc->
pm_flags
& MMC_PM_KEEP_POWER));
in sdhci_resume_host()
H
A
D
dw_mmc.c
3451
if (host->slot->mmc->
pm_flags
& MMC_PM_KEEP_POWER)
in dw_mci_runtime_resume()
/kernel/linux/linux-6.6/drivers/mmc/host/
H
A
D
sdhci-pci-core.c
49
mmc_pm_flag_t
pm_flags
= 0;
in sdhci_pci_init_wakeup()
local
57
pm_flags
|= slot->host->mmc->
pm_flags
;
in sdhci_pci_init_wakeup()
63
if ((
pm_flags
& MMC_PM_KEEP_POWER) && (
pm_flags
& MMC_PM_WAKE_SDIO_IRQ))
in sdhci_pci_init_wakeup()
H
A
D
omap_hsmmc.c
2012
if (!(host->mmc->
pm_flags
& MMC_PM_KEEP_POWER)) {
in omap_hsmmc_suspend()
2038
if (!(host->mmc->
pm_flags
& MMC_PM_KEEP_POWER))
in omap_hsmmc_resume()
H
A
D
sdhci.c
3787
if ((mmc->
pm_flags
& MMC_PM_KEEP_POWER) &&
in sdhci_resume_host()
3796
sdhci_init(host, (mmc->
pm_flags
& MMC_PM_KEEP_POWER));
in sdhci_resume_host()
H
A
D
dw_mmc.c
3574
if (host->slot && host->slot->mmc->
pm_flags
& MMC_PM_KEEP_POWER)
in dw_mci_runtime_resume()
/kernel/linux/linux-5.10/drivers/mmc/core/
H
A
D
sdio.c
1018
host->
pm_flags
= 0;
in mmc_sdio_pre_suspend()
1104
host->
pm_flags
&= ~MMC_PM_KEEP_POWER;
in mmc_sdio_resume()
H
A
D
sdio_io.c
735
host->
pm_flags
|= flags;
in sdio_set_host_pm_flags()
H
A
D
core.c
2362
host->
pm_flags
= 0;
in mmc_stop_host()
/kernel/linux/linux-6.6/drivers/mmc/core/
H
A
D
sdio.c
1032
host->
pm_flags
= 0;
in mmc_sdio_pre_suspend()
1118
host->
pm_flags
&= ~MMC_PM_KEEP_POWER;
in mmc_sdio_resume()
H
A
D
sdio_io.c
735
host->
pm_flags
|= flags;
in sdio_set_host_pm_flags()
H
A
D
core.c
2313
host->
pm_flags
= 0;
in mmc_stop_host()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/
H
A
D
sdio.c
923
func->card->host->
pm_flags
&= ~MMC_PM_KEEP_POWER;
in ath6kl_sdio_suspend()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/
H
A
D
sdio.c
923
func->card->host->
pm_flags
&= ~MMC_PM_KEEP_POWER;
in ath6kl_sdio_suspend()
Completed in 88 milliseconds