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:softinfo
(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
341
struct leaf_cmd_softinfo
softinfo
;
member
352
struct usbcan_cmd_softinfo
softinfo
;
member
373
[CMD_GET_SOFTWARE_INFO_REPLY] = kvaser_fsize(u.leaf.
softinfo
),
391
[CMD_GET_SOFTWARE_INFO_REPLY] = kvaser_fsize(u.usbcan.
softinfo
),
666
const struct leaf_cmd_softinfo *
softinfo
)
in kvaser_usb_leaf_get_software_info_leaf()
668
u32 sw_options = le32_to_cpu(
softinfo
->sw_options);
in kvaser_usb_leaf_get_software_info_leaf()
670
dev->fw_version = le32_to_cpu(
softinfo
->fw_version);
in kvaser_usb_leaf_get_software_info_leaf()
671
dev->max_tx_urbs = le16_to_cpu(
softinfo
->max_outstanding_tx);
in kvaser_usb_leaf_get_software_info_leaf()
711
kvaser_usb_leaf_get_software_info_leaf(dev, &cmd.u.leaf.
softinfo
);
in kvaser_usb_leaf_get_software_info_inner()
714
dev->fw_version = le32_to_cpu(cmd.u.usbcan.
softinfo
in kvaser_usb_leaf_get_software_info_inner()
665
kvaser_usb_leaf_get_software_info_leaf(struct kvaser_usb *dev, const struct leaf_cmd_
softinfo
*
softinfo
)
kvaser_usb_leaf_get_software_info_leaf()
argument
[all...]
/kernel/linux/linux-6.6/drivers/net/can/usb/kvaser_usb/
H
A
D
kvaser_usb_leaf.c
342
struct leaf_cmd_softinfo
softinfo
;
member
353
struct usbcan_cmd_softinfo
softinfo
;
member
374
[CMD_GET_SOFTWARE_INFO_REPLY] = kvaser_fsize(u.leaf.
softinfo
),
392
[CMD_GET_SOFTWARE_INFO_REPLY] = kvaser_fsize(u.usbcan.
softinfo
),
668
const struct leaf_cmd_softinfo *
softinfo
)
in kvaser_usb_leaf_get_software_info_leaf()
670
u32 sw_options = le32_to_cpu(
softinfo
->sw_options);
in kvaser_usb_leaf_get_software_info_leaf()
672
dev->fw_version = le32_to_cpu(
softinfo
->fw_version);
in kvaser_usb_leaf_get_software_info_leaf()
673
dev->max_tx_urbs = le16_to_cpu(
softinfo
->max_outstanding_tx);
in kvaser_usb_leaf_get_software_info_leaf()
713
kvaser_usb_leaf_get_software_info_leaf(dev, &cmd.u.leaf.
softinfo
);
in kvaser_usb_leaf_get_software_info_inner()
716
dev->fw_version = le32_to_cpu(cmd.u.usbcan.
softinfo
in kvaser_usb_leaf_get_software_info_inner()
667
kvaser_usb_leaf_get_software_info_leaf(struct kvaser_usb *dev, const struct leaf_cmd_
softinfo
*
softinfo
)
kvaser_usb_leaf_get_software_info_leaf()
argument
[all...]
Completed in 5 milliseconds