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:sframe
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/net/can/
H
A
D
bcm.c
119
struct canfd_frame
sframe
;
member
727
if ((op->frames) && (op->frames != &op->
sframe
))
in bcm_free_op_rcu()
933
op->frames = &op->
sframe
;
in bcm_tx_setup()
1024
if (op->frames != &op->
sframe
)
in bcm_tx_setup()
1123
op->frames = &op->
sframe
;
in bcm_rx_setup()
1131
if (op->frames != &op->
sframe
)
in bcm_rx_setup()
/kernel/linux/linux-6.6/net/can/
H
A
D
bcm.c
119
struct canfd_frame
sframe
;
member
732
if ((op->frames) && (op->frames != &op->
sframe
))
in bcm_free_op_rcu()
938
op->frames = &op->
sframe
;
in bcm_tx_setup()
1029
if (op->frames != &op->
sframe
)
in bcm_tx_setup()
1128
op->frames = &op->
sframe
;
in bcm_rx_setup()
1136
if (op->frames != &op->
sframe
)
in bcm_rx_setup()
/kernel/linux/linux-5.10/net/bluetooth/
H
A
D
l2cap_core.c
1030
control->
sframe
= 1;
in __unpack_enhanced_control()
1038
control->
sframe
= 0;
in __unpack_enhanced_control()
1054
control->
sframe
= 1;
in __unpack_extended_control()
1062
control->
sframe
= 0;
in __unpack_extended_control()
1092
if (control->
sframe
) {
in __pack_extended_control()
1111
if (control->
sframe
) {
in __pack_enhanced_control()
1185
if (!control->
sframe
)
in l2cap_send_sframe()
1225
control.
sframe
= 1;
in l2cap_send_rr_or_rnr()
2306
control.
sframe
= 1;
in l2cap_send_ack()
2779
control.
sframe
in l2cap_send_srej()
[all...]
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
l2cap_core.c
979
control->
sframe
= 1;
in __unpack_enhanced_control()
987
control->
sframe
= 0;
in __unpack_enhanced_control()
1003
control->
sframe
= 1;
in __unpack_extended_control()
1011
control->
sframe
= 0;
in __unpack_extended_control()
1041
if (control->
sframe
) {
in __pack_extended_control()
1060
if (control->
sframe
) {
in __pack_enhanced_control()
1134
if (!control->
sframe
)
in l2cap_send_sframe()
1171
control.
sframe
= 1;
in l2cap_send_rr_or_rnr()
2131
control.
sframe
= 1;
in l2cap_send_ack()
2603
control.
sframe
in l2cap_send_srej()
[all...]
/kernel/linux/linux-5.10/include/net/bluetooth/
H
A
D
bluetooth.h
332
u8
sframe
:1,
member
/kernel/linux/linux-6.6/include/net/bluetooth/
H
A
D
bluetooth.h
421
u8
sframe
:1,
member
Completed in 17 milliseconds