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_phy
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
hci_conn.c
1913
cis->
le_tx_phy
= qos->ucast.out.phy;
in hci_bind_cis()
2198
conn->
le_tx_phy
= qos->bcast.out.phy;
in hci_bind_bis()
2199
conn->
le_tx_phy
= qos->bcast.out.phy;
in hci_bind_bis()
2208
conn->
le_tx_phy
? conn->
le_tx_phy
:
in hci_bind_bis()
2287
le->
le_tx_phy
? le->
le_tx_phy
: hdev->le_tx_def_phys);
in hci_connect_cis()
2877
if (conn->
le_tx_phy
& HCI_LE_SET_PHY_1M)
in hci_conn_get_phy()
2883
if (conn->
le_tx_phy
& HCI_LE_SET_PHY_2M)
in hci_conn_get_phy()
2889
if (conn->
le_tx_phy
in hci_conn_get_phy()
[all...]
H
A
D
hci_event.c
6888
conn->
le_tx_phy
= ev->tx_phy;
in hci_le_phy_update_evt()
/kernel/linux/linux-5.10/net/bluetooth/
H
A
D
hci_conn.c
1881
if (conn->
le_tx_phy
& HCI_LE_SET_PHY_1M)
in hci_conn_get_phy()
1887
if (conn->
le_tx_phy
& HCI_LE_SET_PHY_2M)
in hci_conn_get_phy()
1893
if (conn->
le_tx_phy
& HCI_LE_SET_PHY_CODED)
in hci_conn_get_phy()
H
A
D
hci_event.c
6003
conn->
le_tx_phy
= ev->tx_phy;
in hci_le_phy_update_evt()
/kernel/linux/linux-5.10/include/net/bluetooth/
H
A
D
hci_core.h
639
__u8
le_tx_phy
;
/kernel/linux/linux-6.6/include/net/bluetooth/
H
A
D
hci_core.h
741
__u8
le_tx_phy
;
member
Completed in 39 milliseconds