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:bt_ctrl_lps
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H
A
D
fw.c
403
bool
bt_ctrl_lps
= (rtlpriv->cfg->ops->get_btc_status() ?
in rtl92ee_set_fw_pwrmode_cmd()
local
408
if (
bt_ctrl_lps
)
in rtl92ee_set_fw_pwrmode_cmd()
412
mode,
bt_ctrl_lps
);
in rtl92ee_set_fw_pwrmode_cmd()
445
if (
bt_ctrl_lps
) {
in rtl92ee_set_fw_pwrmode_cmd()
465
bt_ctrl_lps
? 0 :
in rtl92ee_set_fw_pwrmode_cmd()
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H
A
D
fw.c
224
bool
bt_ctrl_lps
= (rtlpriv->cfg->ops->get_btc_status() ?
in rtl8723be_set_fw_pwrmode_cmd()
local
229
if (
bt_ctrl_lps
)
in rtl8723be_set_fw_pwrmode_cmd()
233
mode,
bt_ctrl_lps
);
in rtl8723be_set_fw_pwrmode_cmd()
266
if (
bt_ctrl_lps
) {
in rtl8723be_set_fw_pwrmode_cmd()
286
bt_ctrl_lps
? 0 : ppsc->smart_ps);
in rtl8723be_set_fw_pwrmode_cmd()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H
A
D
fw.c
224
bool
bt_ctrl_lps
= (rtlpriv->cfg->ops->get_btc_status() ?
in rtl8723be_set_fw_pwrmode_cmd()
local
229
if (
bt_ctrl_lps
)
in rtl8723be_set_fw_pwrmode_cmd()
233
mode,
bt_ctrl_lps
);
in rtl8723be_set_fw_pwrmode_cmd()
266
if (
bt_ctrl_lps
) {
in rtl8723be_set_fw_pwrmode_cmd()
286
bt_ctrl_lps
? 0 : ppsc->smart_ps);
in rtl8723be_set_fw_pwrmode_cmd()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H
A
D
fw.c
403
bool
bt_ctrl_lps
= (rtlpriv->cfg->ops->get_btc_status() ?
in rtl92ee_set_fw_pwrmode_cmd()
local
408
if (
bt_ctrl_lps
)
in rtl92ee_set_fw_pwrmode_cmd()
412
mode,
bt_ctrl_lps
);
in rtl92ee_set_fw_pwrmode_cmd()
445
if (
bt_ctrl_lps
) {
in rtl92ee_set_fw_pwrmode_cmd()
465
bt_ctrl_lps
? 0 :
in rtl92ee_set_fw_pwrmode_cmd()
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/btcoexist/
H
A
D
halbtcoutsrc.c
286
btcoexist->bt_info.
bt_ctrl_lps
= true;
in halbtc_leave_lps()
308
btcoexist->bt_info.
bt_ctrl_lps
= true;
in halbtc_enter_lps()
320
if (btcoexist->bt_info.
bt_ctrl_lps
) {
in halbtc_normal_lps()
324
btcoexist->bt_info.
bt_ctrl_lps
= false;
in halbtc_normal_lps()
332
if (btcoexist->bt_info.
bt_ctrl_lps
) {
in halbtc_pre_normal_lps()
341
if (btcoexist->bt_info.
bt_ctrl_lps
)
in halbtc_post_normal_lps()
342
btcoexist->bt_info.
bt_ctrl_lps
= false;
in halbtc_post_normal_lps()
H
A
D
rtl_btc.c
99
return btcoexist->bt_info.
bt_ctrl_lps
;
in rtl_btc_is_bt_ctrl_lps()
H
A
D
halbtcoutsrc.h
554
bool
bt_ctrl_lps
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/btcoexist/
H
A
D
halbtcoutsrc.c
270
btcoexist->bt_info.
bt_ctrl_lps
= true;
in halbtc_leave_lps()
292
btcoexist->bt_info.
bt_ctrl_lps
= true;
in halbtc_enter_lps()
304
if (btcoexist->bt_info.
bt_ctrl_lps
) {
in halbtc_normal_lps()
308
btcoexist->bt_info.
bt_ctrl_lps
= false;
in halbtc_normal_lps()
316
if (btcoexist->bt_info.
bt_ctrl_lps
) {
in halbtc_pre_normal_lps()
325
if (btcoexist->bt_info.
bt_ctrl_lps
)
in halbtc_post_normal_lps()
326
btcoexist->bt_info.
bt_ctrl_lps
= false;
in halbtc_post_normal_lps()
H
A
D
rtl_btc.c
99
return btcoexist->bt_info.
bt_ctrl_lps
;
in rtl_btc_is_bt_ctrl_lps()
H
A
D
halbtcoutsrc.h
554
bool
bt_ctrl_lps
;
member
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H
A
D
fw.c
473
bool
bt_ctrl_lps
= (rtlpriv->cfg->ops->get_btc_status() ?
in rtl8821ae_set_fw_pwrmode_cmd()
local
478
if (
bt_ctrl_lps
)
in rtl8821ae_set_fw_pwrmode_cmd()
482
mode,
bt_ctrl_lps
);
in rtl8821ae_set_fw_pwrmode_cmd()
515
if (
bt_ctrl_lps
) {
in rtl8821ae_set_fw_pwrmode_cmd()
535
bt_ctrl_lps
? 0 :
in rtl8821ae_set_fw_pwrmode_cmd()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H
A
D
fw.c
473
bool
bt_ctrl_lps
= (rtlpriv->cfg->ops->get_btc_status() ?
in rtl8821ae_set_fw_pwrmode_cmd()
local
478
if (
bt_ctrl_lps
)
in rtl8821ae_set_fw_pwrmode_cmd()
482
mode,
bt_ctrl_lps
);
in rtl8821ae_set_fw_pwrmode_cmd()
515
if (
bt_ctrl_lps
) {
in rtl8821ae_set_fw_pwrmode_cmd()
535
bt_ctrl_lps
? 0 :
in rtl8821ae_set_fw_pwrmode_cmd()
Completed in 21 milliseconds