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:CMD_HEADER_LEN
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/can/usb/kvaser_usb/
H
A
D
kvaser_usb_leaf.c
35
#define
CMD_HEADER_LEN
2
macro
515
min_size +=
CMD_HEADER_LEN
;
in kvaser_usb_leaf_verify_size()
546
cmd->len = *cmd_len =
CMD_HEADER_LEN
+
in kvaser_usb_leaf_frame_to_cmd()
604
while (pos <= actual_len -
CMD_HEADER_LEN
) {
in kvaser_usb_leaf_wait_cmd()
655
cmd->len =
CMD_HEADER_LEN
+ sizeof(struct kvaser_cmd_simple);
in kvaser_usb_leaf_send_simple_cmd()
780
cmd->len =
CMD_HEADER_LEN
+ sizeof(struct kvaser_cmd_cap_req);
in kvaser_usb_leaf_get_single_capability()
946
cmd->len =
CMD_HEADER_LEN
+ sizeof(struct kvaser_cmd_simple);
in kvaser_usb_leaf_simple_cmd_async()
1561
while (pos <= len -
CMD_HEADER_LEN
) {
in kvaser_usb_leaf_read_bulk_callback()
1599
cmd->len =
CMD_HEADER_LEN
+ sizeof(struct kvaser_cmd_ctrl_mode);
in kvaser_usb_leaf_set_opt_mode()
1668
cmd->len =
CMD_HEADER_LEN
in kvaser_usb_leaf_flush_queue()
[all...]
/kernel/linux/linux-6.6/drivers/net/can/usb/kvaser_usb/
H
A
D
kvaser_usb_leaf.c
36
#define
CMD_HEADER_LEN
2
macro
519
min_size +=
CMD_HEADER_LEN
;
in kvaser_usb_leaf_verify_size()
548
cmd->len = *cmd_len =
CMD_HEADER_LEN
+
in kvaser_usb_leaf_frame_to_cmd()
606
while (pos <= actual_len -
CMD_HEADER_LEN
) {
in kvaser_usb_leaf_wait_cmd()
657
cmd->len =
CMD_HEADER_LEN
+ sizeof(struct kvaser_cmd_simple);
in kvaser_usb_leaf_send_simple_cmd()
782
cmd->len =
CMD_HEADER_LEN
+ sizeof(struct kvaser_cmd_cap_req);
in kvaser_usb_leaf_get_single_capability()
945
cmd->len =
CMD_HEADER_LEN
+ sizeof(struct kvaser_cmd_simple);
in kvaser_usb_leaf_simple_cmd_async()
1580
while (pos <= len -
CMD_HEADER_LEN
) {
in kvaser_usb_leaf_read_bulk_callback()
1618
cmd->len =
CMD_HEADER_LEN
+ sizeof(struct kvaser_cmd_ctrl_mode);
in kvaser_usb_leaf_set_opt_mode()
1690
cmd->len =
CMD_HEADER_LEN
in kvaser_usb_leaf_flush_queue()
[all...]
Completed in 5 milliseconds