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:BPM_HFP
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/
H
A
D
coex.h
156
BPM_HFP
= BIT(0),
enumerator
160
BPM_HID_HFP = BPM_HID |
BPM_HFP
,
161
BPM_A2DP_HFP = BPM_A2DP |
BPM_HFP
,
163
BPM_A2DP_HID_HFP = BPM_A2DP | BPM_HID |
BPM_HFP
,
164
BPM_PAN_HFP = BPM_PAN |
BPM_HFP
,
166
BPM_PAN_HID_HFP = BPM_PAN | BPM_HID |
BPM_HFP
,
168
BPM_PAN_A2DP_HFP = BPM_PAN | BPM_A2DP |
BPM_HFP
,
170
BPM_PAN_A2DP_HID_HFP = BPM_PAN | BPM_A2DP | BPM_HID |
BPM_HFP
,
H
A
D
coex.c
1467
profile_map |=
BPM_HFP
;
in rtw_coex_algorithm()
1476
case
BPM_HFP
:
in rtw_coex_algorithm()
1480
case
BPM_HFP
+ BPM_HID:
in rtw_coex_algorithm()
1483
case
BPM_HFP
+ BPM_A2DP:
in rtw_coex_algorithm()
1485
case
BPM_HFP
+ BPM_HID + BPM_A2DP:
in rtw_coex_algorithm()
1488
case
BPM_HFP
+ BPM_PAN:
in rtw_coex_algorithm()
1490
case
BPM_HFP
+ BPM_HID + BPM_PAN:
in rtw_coex_algorithm()
1493
case
BPM_HFP
+ BPM_A2DP + BPM_PAN:
in rtw_coex_algorithm()
1495
case
BPM_HFP
+ BPM_HID + BPM_A2DP + BPM_PAN:
in rtw_coex_algorithm()
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/
H
A
D
coex.c
1100
profile_map |=
BPM_HFP
;
in rtw_coex_algorithm()
1109
case
BPM_HFP
:
in rtw_coex_algorithm()
1113
case
BPM_HFP
+ BPM_HID:
in rtw_coex_algorithm()
1116
case
BPM_HFP
+ BPM_A2DP:
in rtw_coex_algorithm()
1118
case
BPM_HFP
+ BPM_HID + BPM_A2DP:
in rtw_coex_algorithm()
1121
case
BPM_HFP
+ BPM_PAN:
in rtw_coex_algorithm()
1123
case
BPM_HFP
+ BPM_HID + BPM_PAN:
in rtw_coex_algorithm()
1126
case
BPM_HFP
+ BPM_A2DP + BPM_PAN:
in rtw_coex_algorithm()
1128
case
BPM_HFP
+ BPM_HID + BPM_A2DP + BPM_PAN:
in rtw_coex_algorithm()
H
A
D
coex.h
9
#define
BPM_HFP
BIT(0)
macro
Completed in 13 milliseconds