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:can_count
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/can/peak_canfd/
H
A
D
peak_pciefd_main.c
193
int
can_count
;
member
573
/* probe for CAN-FD channel #pciefd_board->
can_count
*/
582
ndev = alloc_peak_canfd_dev(sizeof(*priv), pciefd->
can_count
,
in pciefd_can_probe()
680
pciefd->can[pciefd->
can_count
] = priv;
in pciefd_can_probe()
707
while (pciefd->
can_count
> 0)
in pciefd_can_remove_all()
708
pciefd_can_remove(pciefd->can[--pciefd->
can_count
]);
in pciefd_can_remove_all()
716
int err,
can_count
;
in peak_pciefd_probe()
local
739
can_count
= 4;
in peak_pciefd_probe()
741
can_count
= 3;
in peak_pciefd_probe()
743
can_count
in peak_pciefd_probe()
[all...]
/kernel/linux/linux-6.6/drivers/net/can/peak_canfd/
H
A
D
peak_pciefd_main.c
192
int
can_count
;
member
572
/* probe for CAN-FD channel #pciefd_board->
can_count
*/
581
ndev = alloc_peak_canfd_dev(sizeof(*priv), pciefd->
can_count
,
in pciefd_can_probe()
679
pciefd->can[pciefd->
can_count
] = priv;
in pciefd_can_probe()
706
while (pciefd->
can_count
> 0)
in pciefd_can_remove_all()
707
pciefd_can_remove(pciefd->can[--pciefd->
can_count
]);
in pciefd_can_remove_all()
715
int err,
can_count
;
in peak_pciefd_probe()
local
738
can_count
= 4;
in peak_pciefd_probe()
740
can_count
= 3;
in peak_pciefd_probe()
742
can_count
in peak_pciefd_probe()
[all...]
Completed in 3 milliseconds