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_tx_def_phys
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/include/net/bluetooth/
H
A
D
hci_core.h
440
__u8
le_tx_def_phys
;
1375
#define scan_1m(dev) (((dev)->
le_tx_def_phys
& HCI_LE_SET_PHY_1M) || \
1378
#define scan_2m(dev) (((dev)->
le_tx_def_phys
& HCI_LE_SET_PHY_2M) || \
1381
#define scan_coded(dev) (((dev)->
le_tx_def_phys
& HCI_LE_SET_PHY_CODED) || \
/kernel/linux/linux-6.6/include/net/bluetooth/
H
A
D
hci_core.h
513
__u8
le_tx_def_phys
;
member
1844
#define scan_1m(dev) (((dev)->
le_tx_def_phys
& HCI_LE_SET_PHY_1M) || \
1849
#define scan_2m(dev) (((dev)->
le_tx_def_phys
& HCI_LE_SET_PHY_2M) || \
1856
#define scan_coded(dev) (((dev)->
le_tx_def_phys
& HCI_LE_SET_PHY_CODED) || \
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
hci_conn.c
2209
hdev->
le_tx_def_phys
);
in hci_bind_bis()
2287
le->le_tx_phy ? le->le_tx_phy : hdev->
le_tx_def_phys
);
in hci_connect_cis()
H
A
D
mgmt.c
792
if (hdev->
le_tx_def_phys
& HCI_LE_SET_PHY_1M)
in get_selected_phys()
798
if (hdev->
le_tx_def_phys
& HCI_LE_SET_PHY_2M)
in get_selected_phys()
804
if (hdev->
le_tx_def_phys
& HCI_LE_SET_PHY_CODED)
in get_selected_phys()
H
A
D
hci_core.c
2517
hdev->
le_tx_def_phys
= HCI_LE_SET_PHY_1M;
in hci_alloc_dev_priv()
H
A
D
hci_sync.c
4543
hdev->
le_tx_def_phys
= HCI_LE_SET_PHY_1M;
in hci_le_set_default_phy_sync()
H
A
D
hci_event.c
1442
hdev->
le_tx_def_phys
= cp->tx_phys;
in hci_cc_le_set_default_phy()
/kernel/linux/linux-5.10/net/bluetooth/
H
A
D
hci_core.c
894
cp.tx_phys = hdev->
le_tx_def_phys
;
in hci_init4_req()
3640
hdev->
le_tx_def_phys
= HCI_LE_SET_PHY_1M;
in hci_alloc_dev()
H
A
D
mgmt.c
744
if (hdev->
le_tx_def_phys
& HCI_LE_SET_PHY_1M)
in get_selected_phys()
750
if (hdev->
le_tx_def_phys
& HCI_LE_SET_PHY_2M)
in get_selected_phys()
756
if (hdev->
le_tx_def_phys
& HCI_LE_SET_PHY_CODED)
in get_selected_phys()
H
A
D
hci_event.c
1172
hdev->
le_tx_def_phys
= cp->tx_phys;
in hci_cc_le_set_default_phy()
Completed in 81 milliseconds