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:selected_phys
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/
H
A
D
mgmt.c
705
u32
selected_phys
= 0;
in get_selected_phys()
local
708
selected_phys
|= MGMT_PHY_BR_1M_1SLOT;
in get_selected_phys()
711
selected_phys
|= MGMT_PHY_BR_1M_3SLOT;
in get_selected_phys()
714
selected_phys
|= MGMT_PHY_BR_1M_5SLOT;
in get_selected_phys()
718
selected_phys
|= MGMT_PHY_EDR_2M_1SLOT;
in get_selected_phys()
722
selected_phys
|= MGMT_PHY_EDR_2M_3SLOT;
in get_selected_phys()
726
selected_phys
|= MGMT_PHY_EDR_2M_5SLOT;
in get_selected_phys()
730
selected_phys
|= MGMT_PHY_EDR_3M_1SLOT;
in get_selected_phys()
734
selected_phys
|= MGMT_PHY_EDR_3M_3SLOT;
in get_selected_phys()
738
selected_phys
|
in get_selected_phys()
3466
u32
selected_phys
, configurable_phys, supported_phys, unconfigure_phys;
set_phy_configuration()
local
[all...]
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
mgmt.c
753
u32
selected_phys
= 0;
in get_selected_phys()
local
756
selected_phys
|= MGMT_PHY_BR_1M_1SLOT;
in get_selected_phys()
759
selected_phys
|= MGMT_PHY_BR_1M_3SLOT;
in get_selected_phys()
762
selected_phys
|= MGMT_PHY_BR_1M_5SLOT;
in get_selected_phys()
766
selected_phys
|= MGMT_PHY_EDR_2M_1SLOT;
in get_selected_phys()
770
selected_phys
|= MGMT_PHY_EDR_2M_3SLOT;
in get_selected_phys()
774
selected_phys
|= MGMT_PHY_EDR_2M_5SLOT;
in get_selected_phys()
778
selected_phys
|= MGMT_PHY_EDR_3M_1SLOT;
in get_selected_phys()
782
selected_phys
|= MGMT_PHY_EDR_3M_3SLOT;
in get_selected_phys()
786
selected_phys
|
in get_selected_phys()
3962
u32
selected_phys
= __le32_to_cpu(cp->
selected_phys
);
set_default_phy_sync()
local
4001
u32
selected_phys
, configurable_phys, supported_phys, unconfigure_phys;
set_phy_configuration()
local
[all...]
/kernel/linux/linux-5.10/include/net/bluetooth/
H
A
D
mgmt.h
627
__le32
selected_phys
;
member
662
__le32
selected_phys
;
member
1009
__le32
selected_phys
;
member
/kernel/linux/linux-6.6/include/net/bluetooth/
H
A
D
mgmt.h
636
__le32
selected_phys
;
member
671
__le32
selected_phys
;
member
1108
__le32
selected_phys
;
member
Completed in 17 milliseconds