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:set_diag
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/drivers/bluetooth/
H
A
D
hci_ag6xx.c
162
hu->hdev->
set_diag
= btintel_set_diag;
in ag6xx_setup()
H
A
D
bpa10x.c
399
hdev->
set_diag
= bpa10x_set_diag;
in bpa10x_probe()
H
A
D
btusb.c
4157
hdev->
set_diag
= btusb_bcm_set_diag;
in btusb_probe()
4168
hdev->
set_diag
= btusb_bcm_set_diag;
in btusb_probe()
4178
hdev->
set_diag
= btintel_set_diag_mfg;
in btusb_probe()
4192
hdev->
set_diag
= btintel_set_diag;
in btusb_probe()
H
A
D
hci_intel.c
542
hu->hdev->
set_diag
= btintel_set_diag;
in intel_setup()
H
A
D
hci_bcm.c
562
hu->hdev->
set_diag
= bcm_set_diag;
in bcm_setup()
/kernel/linux/linux-6.6/drivers/bluetooth/
H
A
D
hci_ag6xx.c
162
hu->hdev->
set_diag
= btintel_set_diag;
in ag6xx_setup()
H
A
D
bpa10x.c
399
hdev->
set_diag
= bpa10x_set_diag;
in bpa10x_probe()
H
A
D
hci_intel.c
542
hu->hdev->
set_diag
= btintel_set_diag;
in intel_setup()
H
A
D
hci_bcm.c
591
hu->hdev->
set_diag
= bcm_set_diag;
in bcm_setup()
H
A
D
btintel.c
2955
hdev->
set_diag
= btintel_set_diag_combined;
in btintel_configure_setup()
H
A
D
btusb.c
4360
hdev->
set_diag
= btusb_bcm_set_diag;
in btusb_probe()
4371
hdev->
set_diag
= btusb_bcm_set_diag;
in btusb_probe()
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
hci_debugfs.c
1350
err = hdev->
set_diag
(hdev, enable);
in vendor_diag_write()
1377
if (hdev->
set_diag
)
in hci_debugfs_create_basic()
H
A
D
hci_sync.c
4801
hci_dev_test_flag(hdev, HCI_VENDOR_DIAG) && hdev->
set_diag
)
in hci_dev_init_sync()
4802
ret = hdev->
set_diag
(hdev, true);
in hci_dev_init_sync()
/kernel/linux/linux-5.10/net/bluetooth/
H
A
D
hci_core.c
155
err = hdev->
set_diag
(hdev, enable);
in vendor_diag_write()
182
if (hdev->
set_diag
)
in hci_debugfs_create_basic()
1585
hci_dev_test_flag(hdev, HCI_VENDOR_DIAG) && hdev->
set_diag
)
in hci_dev_do_open()
1586
ret = hdev->
set_diag
(hdev, true);
in hci_dev_do_open()
/kernel/linux/linux-5.10/include/net/bluetooth/
H
A
D
hci_core.h
581
int (*
set_diag
)(struct hci_dev *hdev, bool enable);
/kernel/linux/linux-6.6/include/net/bluetooth/
H
A
D
hci_core.h
672
int (*
set_diag
)(struct hci_dev *hdev, bool enable);
member
Completed in 41 milliseconds