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_AMP
(Results
1 - 23
of
23
) sorted by relevance
/kernel/linux/linux-5.10/drivers/bluetooth/
H
A
D
hci_vhci.c
91
if (dev_type != HCI_PRIMARY && dev_type !=
HCI_AMP
)
in __vhci_create_device()
310
vhci_create_device(data, amp ?
HCI_AMP
: HCI_PRIMARY);
in vhci_open_timeout()
H
A
D
btsdio.c
321
hdev->dev_type =
HCI_AMP
;
in btsdio_probe()
H
A
D
hci_serdev.c
355
hdev->dev_type =
HCI_AMP
;
in hci_uart_register_device()
H
A
D
btmrvl_main.c
139
priv->btmrvl_dev.dev_type =
HCI_AMP
;
in btmrvl_process_event()
H
A
D
hci_ldisc.c
668
hdev->dev_type =
HCI_AMP
;
in hci_uart_register_dev()
H
A
D
btusb.c
4108
hdev->dev_type =
HCI_AMP
;
in btusb_probe()
/kernel/linux/linux-5.10/net/bluetooth/
H
A
D
a2mp.c
102
if (hdev->dev_type ==
HCI_AMP
) {
in __a2mp_add_cl()
166
if (hdev->dev_type ==
HCI_AMP
)
in a2mp_discover_req()
308
if (!hdev || hdev->dev_type !=
HCI_AMP
) {
in a2mp_getinfo_req()
H
A
D
hci_core.c
260
case
HCI_AMP
:
in hci_init1_req()
421
if (hdev->dev_type ==
HCI_AMP
)
in hci_init2_req()
3721
/* Do not allow
HCI_AMP
devices to register at index 0,
in hci_register_dev()
3728
case
HCI_AMP
:
in hci_register_dev()
4194
case
HCI_AMP
:
in hci_queue_acl()
4617
if (hdev->dev_type ==
HCI_AMP
)
in hci_sched_acl_blk()
4670
if (!hci_conn_num(hdev, AMP_LINK) && hdev->dev_type ==
HCI_AMP
)
in hci_sched_acl()
H
A
D
mgmt.c
517
if (d->dev_type == HCI_PRIMARY || d->dev_type ==
HCI_AMP
)
in read_ext_index_list()
545
} else if (d->dev_type ==
HCI_AMP
) {
in read_ext_index_list()
7903
case
HCI_AMP
:
in mgmt_index_added()
7938
case
HCI_AMP
:
in mgmt_index_removed()
H
A
D
l2cap_core.c
4876
if (hdev->dev_type !=
HCI_AMP
|| !test_bit(HCI_UP, &hdev->flags)) {
in l2cap_create_channel_req()
5314
if (!hdev || hdev->dev_type !=
HCI_AMP
||
in l2cap_move_channel_req()
H
A
D
hci_event.c
3836
case
HCI_AMP
:
in __hci_conn_lookup_handle()
/kernel/linux/linux-6.6/drivers/bluetooth/
H
A
D
hci_vhci.c
395
if (dev_type != HCI_PRIMARY && dev_type !=
HCI_AMP
)
in __vhci_create_device()
637
vhci_create_device(data, amp ?
HCI_AMP
: HCI_PRIMARY);
in vhci_open_timeout()
H
A
D
btsdio.c
323
hdev->dev_type =
HCI_AMP
;
in btsdio_probe()
H
A
D
hci_serdev.c
370
hdev->dev_type =
HCI_AMP
;
in hci_uart_register_device_priv()
H
A
D
btmrvl_main.c
126
priv->btmrvl_dev.dev_type =
HCI_AMP
;
in btmrvl_process_event()
H
A
D
hci_ldisc.c
671
hdev->dev_type =
HCI_AMP
;
in hci_uart_register_dev()
H
A
D
btusb.c
4311
hdev->dev_type =
HCI_AMP
;
in btusb_probe()
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
hci_core.c
2607
/* Do not allow
HCI_AMP
devices to register at index 0,
in hci_register_dev()
2614
case
HCI_AMP
:
in hci_register_dev()
3218
case
HCI_AMP
:
in hci_queue_acl()
3713
if (hdev->dev_type ==
HCI_AMP
)
in hci_sched_acl_blk()
3766
if (!hci_conn_num(hdev, AMP_LINK) && hdev->dev_type ==
HCI_AMP
)
in hci_sched_acl()
H
A
D
hci_sync.c
3394
if (hdev->dev_type ==
HCI_AMP
&& !(hdev->commands[14] & 0x20))
in hci_read_local_features_sync()
3493
case
HCI_AMP
:
in hci_init1_sync()
3768
if (hdev->dev_type ==
HCI_AMP
)
in hci_init2_sync()
H
A
D
mgmt.c
565
if (d->dev_type == HCI_PRIMARY || d->dev_type ==
HCI_AMP
)
in read_ext_index_list()
593
} else if (d->dev_type ==
HCI_AMP
) {
in read_ext_index_list()
9329
case
HCI_AMP
:
in mgmt_index_added()
9364
case
HCI_AMP
:
in mgmt_index_removed()
H
A
D
hci_event.c
4523
case
HCI_AMP
:
in __hci_conn_lookup_handle()
/kernel/linux/linux-5.10/include/net/bluetooth/
H
A
D
hci.h
75
#define
HCI_AMP
0x01
macro
/kernel/linux/linux-6.6/include/net/bluetooth/
H
A
D
hci.h
76
#define
HCI_AMP
0x01
macro
Completed in 96 milliseconds