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:sub_priv
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/can/usb/kvaser_usb/
H
A
D
kvaser_usb.h
116
void *
sub_priv
;
member
H
A
D
kvaser_usb_leaf.c
1048
leaf = priv->
sub_priv
;
in kvaser_usb_leaf_rx_error()
1634
struct kvaser_usb_net_leaf_priv *leaf = priv->
sub_priv
;
in kvaser_usb_leaf_stop_chip()
1699
priv->
sub_priv
= leaf;
in kvaser_usb_leaf_init_channel()
1706
struct kvaser_usb_net_leaf_priv *leaf = priv->
sub_priv
;
in kvaser_usb_leaf_remove_channel()
H
A
D
kvaser_usb_hydra.c
844
hydra = priv->
sub_priv
;
in kvaser_usb_hydra_get_busparams_reply()
1561
struct kvaser_usb_net_hydra_priv *hydra = priv->
sub_priv
;
in kvaser_usb_hydra_get_busparams()
1766
priv->
sub_priv
= hydra;
in kvaser_usb_hydra_init_channel()
/kernel/linux/linux-6.6/drivers/net/can/usb/kvaser_usb/
H
A
D
kvaser_usb.h
116
void *
sub_priv
;
member
H
A
D
kvaser_usb_leaf.c
971
struct kvaser_usb_net_leaf_priv *leaf = priv->
sub_priv
;
in kvaser_usb_leaf_rx_error_update_can_state()
1064
leaf = priv->
sub_priv
;
in kvaser_usb_leaf_rx_error()
1635
struct kvaser_usb_net_leaf_priv *leaf = priv->
sub_priv
;
in kvaser_usb_leaf_start_chip()
1656
struct kvaser_usb_net_leaf_priv *leaf = priv->
sub_priv
;
in kvaser_usb_leaf_stop_chip()
1721
priv->
sub_priv
= leaf;
in kvaser_usb_leaf_init_channel()
1728
struct kvaser_usb_net_leaf_priv *leaf = priv->
sub_priv
;
in kvaser_usb_leaf_remove_channel()
1784
struct kvaser_usb_net_leaf_priv *leaf = priv->
sub_priv
;
in kvaser_usb_leaf_set_mode()
H
A
D
kvaser_usb_hydra.c
871
hydra = priv->
sub_priv
;
in kvaser_usb_hydra_get_busparams_reply()
1589
struct kvaser_usb_net_hydra_priv *hydra = priv->
sub_priv
;
in kvaser_usb_hydra_get_busparams()
1794
priv->
sub_priv
= hydra;
in kvaser_usb_hydra_init_channel()
Completed in 13 milliseconds