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_acl_hdr
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/drivers/bluetooth/
H
A
D
bt3c_cs.c
293
struct
hci_acl_hdr
*ah;
in bt3c_receive()
305
ah =
hci_acl_hdr
(info->rx_skb);
in bt3c_receive()
H
A
D
bluecard_cs.c
452
struct
hci_acl_hdr
*ah;
in bluecard_receive()
464
ah =
hci_acl_hdr
(info->rx_skb);
in bluecard_receive()
H
A
D
bfusb.c
287
struct
hci_acl_hdr
*hdr = (struct
hci_acl_hdr
*) buf;
in bfusb_recv_block()
H
A
D
btusb.c
782
__le16 dlen =
hci_acl_hdr
(skb)->dlen;
in btusb_recv_bulk()
/kernel/linux/linux-6.6/drivers/bluetooth/
H
A
D
bt3c_cs.c
293
struct
hci_acl_hdr
*ah;
in bt3c_receive()
305
ah =
hci_acl_hdr
(info->rx_skb);
in bt3c_receive()
H
A
D
bluecard_cs.c
452
struct
hci_acl_hdr
*ah;
in bluecard_receive()
464
ah =
hci_acl_hdr
(info->rx_skb);
in bluecard_receive()
H
A
D
bfusb.c
287
struct
hci_acl_hdr
*hdr = (struct
hci_acl_hdr
*) buf;
in bfusb_recv_block()
H
A
D
btusb.c
1173
__le16 dlen =
hci_acl_hdr
(skb)->dlen;
in btusb_recv_bulk()
3269
u16 handle = le16_to_cpu(
hci_acl_hdr
(skb)->handle);
in btusb_recv_acl_mtk()
3484
struct
hci_acl_hdr
*acl_hdr;
in handle_dump_pkt_qca()
3494
acl_hdr =
hci_acl_hdr
(skb);
in handle_dump_pkt_qca()
H
A
D
btmtksdio.c
422
u16 handle = le16_to_cpu(
hci_acl_hdr
(skb)->handle);
in btmtksdio_recv_acl()
/kernel/linux/linux-5.10/include/net/bluetooth/
H
A
D
hci.h
2476
struct
hci_acl_hdr
{
struct
2515
static inline struct
hci_acl_hdr
*
hci_acl_hdr
(const struct sk_buff *skb)
in hci_acl_hdr()
function
2517
return (struct
hci_acl_hdr
*) skb->data;
in hci_acl_hdr()
/kernel/linux/linux-6.6/include/net/bluetooth/
H
A
D
hci.h
2921
struct
hci_acl_hdr
{
struct
2960
static inline struct
hci_acl_hdr
*
hci_acl_hdr
(const struct sk_buff *skb)
in hci_acl_hdr()
function
2962
return (struct
hci_acl_hdr
*) skb->data;
in hci_acl_hdr()
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
hci_core.c
2942
__u16 handle = __le16_to_cpu(
hci_acl_hdr
(skb)->handle);
in hci_recv_frame()
3192
struct
hci_acl_hdr
*hdr;
in hci_add_acl_hdr()
3197
hdr = (struct
hci_acl_hdr
*)skb_transport_header(skb);
in hci_add_acl_hdr()
3884
struct
hci_acl_hdr
*hdr = (void *) skb->data;
in hci_acldata_packet()
/kernel/linux/linux-5.10/net/bluetooth/
H
A
D
hci_core.c
4168
struct
hci_acl_hdr
*hdr;
in hci_add_acl_hdr()
4173
hdr = (struct
hci_acl_hdr
*)skb_transport_header(skb);
in hci_add_acl_hdr()
4760
struct
hci_acl_hdr
*hdr = (void *) skb->data;
in hci_acldata_packet()
Completed in 62 milliseconds