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:sent_cmd
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/
H
A
D
hci_core.c
1625
if (hdev->
sent_cmd
) {
in hci_dev_do_open()
1627
kfree_skb(hdev->
sent_cmd
);
in hci_dev_do_open()
1628
hdev->
sent_cmd
= NULL;
in hci_dev_do_open()
1815
if (hdev->
sent_cmd
) {
in hci_dev_do_close()
1817
kfree_skb(hdev->
sent_cmd
);
in hci_dev_do_close()
1818
hdev->
sent_cmd
= NULL;
in hci_dev_do_close()
2763
if (hdev->
sent_cmd
) {
in hci_cmd_timeout()
2764
struct hci_command_hdr *sent = (void *) hdev->
sent_cmd
->data;
in hci_cmd_timeout()
4133
if (!hdev->
sent_cmd
)
in hci_sent_cmd_data()
4136
hdr = (void *) hdev->
sent_cmd
in hci_sent_cmd_data()
[all...]
H
A
D
hci_event.c
3716
(hdev->
sent_cmd
&& !bt_cb(hdev->
sent_cmd
)->hci.req_event))
in hci_cmd_status_evt()
6201
if (hdev->
sent_cmd
&& bt_cb(hdev->
sent_cmd
)->hci.req_event == event) {
in hci_event_packet()
6202
struct hci_command_hdr *cmd_hdr = (void *) hdev->
sent_cmd
->data;
in hci_event_packet()
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
hci_core.c
2798
kfree_skb(hdev->
sent_cmd
);
in hci_release_dev()
3150
data = hci_cmd_data(hdev->
sent_cmd
, opcode);
in hci_sent_cmd_data()
4006
if (!hdev->
sent_cmd
)
in hci_resend_last()
4009
sent = (void *) hdev->
sent_cmd
->data;
in hci_resend_last()
4014
skb = skb_clone(hdev->
sent_cmd
, GFP_KERNEL);
in hci_resend_last()
4170
kfree_skb(hdev->
sent_cmd
);
in hci_send_cmd_sync()
4172
hdev->
sent_cmd
= skb_clone(skb, GFP_KERNEL);
in hci_send_cmd_sync()
4173
if (!hdev->
sent_cmd
) {
in hci_send_cmd_sync()
4188
hdev->req_skb = skb_clone(hdev->
sent_cmd
, GFP_KERNEL);
in hci_send_cmd_sync()
H
A
D
hci_sync.c
4905
if (hdev->
sent_cmd
) {
in hci_dev_open_sync()
4907
kfree_skb(hdev->
sent_cmd
);
in hci_dev_open_sync()
4908
hdev->
sent_cmd
= NULL;
in hci_dev_open_sync()
5071
if (hdev->
sent_cmd
) {
in hci_dev_close_sync()
5073
kfree_skb(hdev->
sent_cmd
);
in hci_dev_close_sync()
5074
hdev->
sent_cmd
= NULL;
in hci_dev_close_sync()
H
A
D
hci_conn.c
2935
switch (hci_skb_event(hdev->
sent_cmd
)) {
in hci_abort_conn()
H
A
D
hci_event.c
1508
mgmt_advertising_removed(hci_skb_sk(hdev->
sent_cmd
), hdev,
in hci_cc_le_remove_adv_set()
1538
mgmt_advertising_removed(hci_skb_sk(hdev->
sent_cmd
),
in hci_cc_le_clear_adv_sets()
/kernel/linux/linux-5.10/include/net/bluetooth/
H
A
D
hci_core.h
473
struct sk_buff *
sent_cmd
;
/kernel/linux/linux-6.6/include/net/bluetooth/
H
A
D
hci_core.h
548
struct sk_buff *
sent_cmd
;
member
Completed in 38 milliseconds