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:HCI_EV_VENDOR
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/bluetooth/
H
A
D
btqca.c
25
u8 event_type =
HCI_EV_VENDOR
;
in qca_read_soc_version()
259
u8 event_type =
HCI_EV_VENDOR
;
in qca_tlv_send_segment()
448
HCI_EV_VENDOR
, HCI_INIT_TIMEOUT);
in qca_set_bdaddr_rome()
548
HCI_EV_VENDOR
, HCI_INIT_TIMEOUT);
in qca_set_bdaddr()
H
A
D
btmtkuart.c
329
hdr->evt =
HCI_EV_VENDOR
;
in btmtkuart_recv_event()
346
if (hdr->evt ==
HCI_EV_VENDOR
) {
in btmtkuart_recv_event()
H
A
D
btmtksdio.c
341
hdr->evt =
HCI_EV_VENDOR
;
in btmtksdio_recv_event()
358
if (hdr->evt ==
HCI_EV_VENDOR
) {
in btmtksdio_recv_event()
H
A
D
hci_qca.c
1169
if (hdr->evt ==
HCI_EV_VENDOR
)
in qca_recv_event()
/kernel/linux/linux-6.6/drivers/bluetooth/
H
A
D
btqca.c
25
u8 event_type =
HCI_EV_VENDOR
;
in qca_read_soc_version()
356
u8 event_type =
HCI_EV_VENDOR
;
in qca_tlv_send_segment()
564
HCI_EV_VENDOR
, HCI_INIT_TIMEOUT);
in qca_set_bdaddr_rome()
765
HCI_EV_VENDOR
, HCI_INIT_TIMEOUT);
in qca_set_bdaddr()
H
A
D
hci_qca.c
1208
if (hdr->evt ==
HCI_EV_VENDOR
)
in qca_recv_event()
/kernel/linux/linux-5.10/include/net/bluetooth/
H
A
D
hci.h
2436
#define
HCI_EV_VENDOR
0xff
macro
/kernel/linux/linux-6.6/include/net/bluetooth/
H
A
D
hci.h
2881
#define
HCI_EV_VENDOR
0xff
macro
/kernel/linux/linux-5.10/net/bluetooth/
H
A
D
hci_event.c
6400
case
HCI_EV_VENDOR
:
in hci_event_packet()
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
hci_event.c
7664
/* [0xff =
HCI_EV_VENDOR
] */
7665
HCI_EV_VL(
HCI_EV_VENDOR
, msft_vendor_evt, 0, HCI_MAX_EVENT_SIZE),
Completed in 42 milliseconds