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:wmt_evt_funcc
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/bluetooth/
H
A
D
btmtkuart.c
153
struct btmtk_hci_wmt_evt_funcc *
wmt_evt_funcc
;
in mtk_hci_wmt_sync()
local
222
wmt_evt_funcc
= (struct btmtk_hci_wmt_evt_funcc *)wmt_evt;
in mtk_hci_wmt_sync()
223
if (be16_to_cpu(
wmt_evt_funcc
->status) == 0x404)
in mtk_hci_wmt_sync()
225
else if (be16_to_cpu(
wmt_evt_funcc
->status) == 0x420)
in mtk_hci_wmt_sync()
H
A
D
btmtksdio.c
174
struct btmtk_hci_wmt_evt_funcc *
wmt_evt_funcc
;
in mtk_hci_wmt_sync()
local
240
wmt_evt_funcc
= (struct btmtk_hci_wmt_evt_funcc *)wmt_evt;
in mtk_hci_wmt_sync()
241
if (be16_to_cpu(
wmt_evt_funcc
->status) == 0x404)
in mtk_hci_wmt_sync()
243
else if (be16_to_cpu(
wmt_evt_funcc
->status) == 0x420)
in mtk_hci_wmt_sync()
H
A
D
btusb.c
3035
struct btmtk_hci_wmt_evt_funcc *
wmt_evt_funcc
;
in btusb_mtk_hci_wmt_sync()
local
3130
wmt_evt_funcc
= (struct btmtk_hci_wmt_evt_funcc *)wmt_evt;
in btusb_mtk_hci_wmt_sync()
3131
if (be16_to_cpu(
wmt_evt_funcc
->status) == 0x404)
in btusb_mtk_hci_wmt_sync()
3133
else if (be16_to_cpu(
wmt_evt_funcc
->status) == 0x420)
in btusb_mtk_hci_wmt_sync()
/kernel/linux/linux-6.6/drivers/bluetooth/
H
A
D
btmtkuart.c
92
struct btmtk_hci_wmt_evt_funcc *
wmt_evt_funcc
;
in mtk_hci_wmt_sync()
local
168
wmt_evt_funcc
= (struct btmtk_hci_wmt_evt_funcc *)wmt_evt;
in mtk_hci_wmt_sync()
169
if (be16_to_cpu(
wmt_evt_funcc
->status) == 0x404)
in mtk_hci_wmt_sync()
171
else if (be16_to_cpu(
wmt_evt_funcc
->status) == 0x420)
in mtk_hci_wmt_sync()
H
A
D
btmtksdio.c
148
struct btmtk_hci_wmt_evt_funcc *
wmt_evt_funcc
;
in mtk_hci_wmt_sync()
local
221
wmt_evt_funcc
= (struct btmtk_hci_wmt_evt_funcc *)wmt_evt;
in mtk_hci_wmt_sync()
222
if (be16_to_cpu(
wmt_evt_funcc
->status) == 0x404)
in mtk_hci_wmt_sync()
224
else if (be16_to_cpu(
wmt_evt_funcc
->status) == 0x420)
in mtk_hci_wmt_sync()
H
A
D
btusb.c
2750
struct btmtk_hci_wmt_evt_funcc *
wmt_evt_funcc
;
in btusb_mtk_hci_wmt_sync()
local
2845
wmt_evt_funcc
= (struct btmtk_hci_wmt_evt_funcc *)wmt_evt;
in btusb_mtk_hci_wmt_sync()
2846
if (be16_to_cpu(
wmt_evt_funcc
->status) == 0x404)
in btusb_mtk_hci_wmt_sync()
2848
else if (be16_to_cpu(
wmt_evt_funcc
->status) == 0x420)
in btusb_mtk_hci_wmt_sync()
Completed in 15 milliseconds