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:power_cfg
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
tlv320aic32x4.c
38
u32
power_cfg
;
member
1023
if (aic32x4->
power_cfg
& AIC32X4_PWR_MICBIAS_2075_LDOIN) {
in aic32x4_component_probe()
1027
if (aic32x4->
power_cfg
& AIC32X4_PWR_AVDD_DVDD_WEAK_DISABLE)
in aic32x4_component_probe()
1030
tmp_reg = (aic32x4->
power_cfg
& AIC32X4_PWR_AIC32X4_LDO_ENABLE) ?
in aic32x4_component_probe()
1035
if (aic32x4->
power_cfg
& AIC32X4_PWR_CMMODE_LDOIN_RANGE_18_36)
in aic32x4_component_probe()
1037
if (aic32x4->
power_cfg
& AIC32X4_PWR_CMMODE_HP_LDOIN_POWERED)
in aic32x4_component_probe()
1172
if (aic32x4->
power_cfg
& AIC32X4_PWR_AVDD_DVDD_WEAK_DISABLE)
in aic32x4_tas2505_component_probe()
1175
tmp_reg = (aic32x4->
power_cfg
& AIC32X4_PWR_AIC32X4_LDO_ENABLE) ?
in aic32x4_tas2505_component_probe()
1180
if (aic32x4->
power_cfg
& AIC32X4_PWR_CMMODE_LDOIN_RANGE_18_36)
in aic32x4_tas2505_component_probe()
1182
if (aic32x4->
power_cfg
in aic32x4_tas2505_component_probe()
[all...]
/kernel/linux/linux-5.10/sound/soc/codecs/
H
A
D
tlv320aic32x4.c
38
u32
power_cfg
;
member
992
if (aic32x4->
power_cfg
& AIC32X4_PWR_MICBIAS_2075_LDOIN) {
in aic32x4_component_probe()
996
if (aic32x4->
power_cfg
& AIC32X4_PWR_AVDD_DVDD_WEAK_DISABLE)
in aic32x4_component_probe()
999
tmp_reg = (aic32x4->
power_cfg
& AIC32X4_PWR_AIC32X4_LDO_ENABLE) ?
in aic32x4_component_probe()
1004
if (aic32x4->
power_cfg
& AIC32X4_PWR_CMMODE_LDOIN_RANGE_18_36)
in aic32x4_component_probe()
1006
if (aic32x4->
power_cfg
& AIC32X4_PWR_CMMODE_HP_LDOIN_POWERED)
in aic32x4_component_probe()
1168
aic32x4->
power_cfg
|= AIC32X4_PWR_AIC32X4_LDO_ENABLE;
in aic32x4_setup_regulators()
1204
aic32x4->
power_cfg
= pdata->
power_cfg
;
in aic32x4_probe()
1216
aic32x4->
power_cfg
in aic32x4_probe()
[all...]
/kernel/linux/linux-5.10/include/sound/
H
A
D
tlv320aic32x4.h
46
u32
power_cfg
;
member
/kernel/linux/linux-6.6/include/sound/
H
A
D
tlv320aic32x4.h
46
u32
power_cfg
;
member
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
H
A
D
sta_ioctl.c
673
struct mwifiex_power_cfg *
power_cfg
)
in mwifiex_set_tx_power()
682
if (!
power_cfg
->is_power_auto) {
in mwifiex_set_tx_power()
683
dbm = (u16)
power_cfg
->power_level;
in mwifiex_set_tx_power()
700
if (!
power_cfg
->is_power_auto) {
in mwifiex_set_tx_power()
701
u16 dbm_min =
power_cfg
->is_power_fixed ?
in mwifiex_set_tx_power()
672
mwifiex_set_tx_power(struct mwifiex_private *priv, struct mwifiex_
power_cfg
*
power_cfg
)
mwifiex_set_tx_power()
argument
H
A
D
cfg80211.c
372
struct mwifiex_power_cfg
power_cfg
;
in mwifiex_cfg80211_set_tx_power()
local
377
power_cfg
.is_power_auto = 0;
in mwifiex_cfg80211_set_tx_power()
378
power_cfg
.is_power_fixed = 1;
in mwifiex_cfg80211_set_tx_power()
379
power_cfg
.power_level = dbm;
in mwifiex_cfg80211_set_tx_power()
382
power_cfg
.is_power_auto = 0;
in mwifiex_cfg80211_set_tx_power()
383
power_cfg
.is_power_fixed = 0;
in mwifiex_cfg80211_set_tx_power()
384
power_cfg
.power_level = dbm;
in mwifiex_cfg80211_set_tx_power()
387
power_cfg
.is_power_auto = 1;
in mwifiex_cfg80211_set_tx_power()
393
return mwifiex_set_tx_power(priv, &
power_cfg
);
in mwifiex_cfg80211_set_tx_power()
H
A
D
main.h
1548
struct mwifiex_power_cfg *
power_cfg
);
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/
H
A
D
sta_ioctl.c
661
struct mwifiex_power_cfg *
power_cfg
)
in mwifiex_set_tx_power()
670
if (!
power_cfg
->is_power_auto) {
in mwifiex_set_tx_power()
671
dbm = (u16)
power_cfg
->power_level;
in mwifiex_set_tx_power()
688
if (!
power_cfg
->is_power_auto) {
in mwifiex_set_tx_power()
689
u16 dbm_min =
power_cfg
->is_power_fixed ?
in mwifiex_set_tx_power()
660
mwifiex_set_tx_power(struct mwifiex_private *priv, struct mwifiex_
power_cfg
*
power_cfg
)
mwifiex_set_tx_power()
argument
H
A
D
cfg80211.c
361
struct mwifiex_power_cfg
power_cfg
;
in mwifiex_cfg80211_set_tx_power()
local
366
power_cfg
.is_power_auto = 0;
in mwifiex_cfg80211_set_tx_power()
367
power_cfg
.is_power_fixed = 1;
in mwifiex_cfg80211_set_tx_power()
368
power_cfg
.power_level = dbm;
in mwifiex_cfg80211_set_tx_power()
371
power_cfg
.is_power_auto = 0;
in mwifiex_cfg80211_set_tx_power()
372
power_cfg
.is_power_fixed = 0;
in mwifiex_cfg80211_set_tx_power()
373
power_cfg
.power_level = dbm;
in mwifiex_cfg80211_set_tx_power()
376
power_cfg
.is_power_auto = 1;
in mwifiex_cfg80211_set_tx_power()
382
return mwifiex_set_tx_power(priv, &
power_cfg
);
in mwifiex_cfg80211_set_tx_power()
H
A
D
main.h
1528
struct mwifiex_power_cfg *
power_cfg
);
Completed in 23 milliseconds