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:le_rx_def_phys
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/include/net/bluetooth/
H
A
D
hci_core.h
441
__u8
le_rx_def_phys
;
1376
((dev)->
le_rx_def_phys
& HCI_LE_SET_PHY_1M))
1379
((dev)->
le_rx_def_phys
& HCI_LE_SET_PHY_2M))
1382
((dev)->
le_rx_def_phys
& HCI_LE_SET_PHY_CODED))
/kernel/linux/linux-6.6/include/net/bluetooth/
H
A
D
hci_core.h
514
__u8
le_rx_def_phys
;
member
1845
((dev)->
le_rx_def_phys
& HCI_LE_SET_PHY_1M))
1850
((dev)->
le_rx_def_phys
& HCI_LE_SET_PHY_2M))
1857
((dev)->
le_rx_def_phys
& HCI_LE_SET_PHY_CODED))
/kernel/linux/linux-5.10/net/bluetooth/
H
A
D
hci_core.c
895
cp.rx_phys = hdev->
le_rx_def_phys
;
in hci_init4_req()
3641
hdev->
le_rx_def_phys
= HCI_LE_SET_PHY_1M;
in hci_alloc_dev()
H
A
D
mgmt.c
747
if (hdev->
le_rx_def_phys
& HCI_LE_SET_PHY_1M)
in get_selected_phys()
753
if (hdev->
le_rx_def_phys
& HCI_LE_SET_PHY_2M)
in get_selected_phys()
759
if (hdev->
le_rx_def_phys
& HCI_LE_SET_PHY_CODED)
in get_selected_phys()
H
A
D
hci_event.c
1173
hdev->
le_rx_def_phys
= cp->rx_phys;
in hci_cc_le_set_default_phy()
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
hci_conn.c
2289
le->le_rx_phy ? le->le_rx_phy : hdev->
le_rx_def_phys
);
in hci_connect_cis()
H
A
D
mgmt.c
795
if (hdev->
le_rx_def_phys
& HCI_LE_SET_PHY_1M)
in get_selected_phys()
801
if (hdev->
le_rx_def_phys
& HCI_LE_SET_PHY_2M)
in get_selected_phys()
807
if (hdev->
le_rx_def_phys
& HCI_LE_SET_PHY_CODED)
in get_selected_phys()
H
A
D
hci_core.c
2518
hdev->
le_rx_def_phys
= HCI_LE_SET_PHY_1M;
in hci_alloc_dev_priv()
H
A
D
hci_sync.c
4544
hdev->
le_rx_def_phys
= HCI_LE_SET_PHY_1M;
in hci_le_set_default_phy_sync()
H
A
D
hci_event.c
1443
hdev->
le_rx_def_phys
= cp->rx_phys;
in hci_cc_le_set_default_phy()
Completed in 58 milliseconds