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:BOSCH_D_CAN
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/can/c_can/
H
A
D
c_can_platform.c
199
.id =
BOSCH_D_CAN
,
208
.id =
BOSCH_D_CAN
,
220
.id =
BOSCH_D_CAN
,
323
case
BOSCH_D_CAN
:
in c_can_plat_probe()
430
if (priv->type !=
BOSCH_D_CAN
) {
in c_can_suspend()
457
if (priv->type !=
BOSCH_D_CAN
) {
in c_can_resume()
H
A
D
c_can.c
327
if (priv->type ==
BOSCH_D_CAN
) {
in c_can_setup_tx_object()
402
if (priv->type ==
BOSCH_D_CAN
) {
in c_can_read_msg_object()
560
if (priv->type !=
BOSCH_D_CAN
)
in c_can_software_reset()
635
priv->comm_rcv_high = priv->type !=
BOSCH_D_CAN
?
in c_can_start()
783
if (priv->type !=
BOSCH_D_CAN
)
in c_can_rx_finalize()
1054
if (priv->type !=
BOSCH_D_CAN
)
in c_can_poll()
1232
WARN_ON(priv->type !=
BOSCH_D_CAN
);
in c_can_power_down()
1267
WARN_ON(priv->type !=
BOSCH_D_CAN
);
in c_can_power_up()
H
A
D
c_can.h
169
BOSCH_D_CAN
,
enumerator
H
A
D
c_can_pci.c
179
case
BOSCH_D_CAN
:
in c_can_pci_probe()
/kernel/linux/linux-6.6/drivers/net/can/c_can/
H
A
D
c_can_platform.c
200
.id =
BOSCH_D_CAN
,
210
.id =
BOSCH_D_CAN
,
223
.id =
BOSCH_D_CAN
,
326
case
BOSCH_D_CAN
:
in c_can_plat_probe()
430
if (priv->type !=
BOSCH_D_CAN
) {
in c_can_suspend()
457
if (priv->type !=
BOSCH_D_CAN
) {
in c_can_resume()
H
A
D
c_can_main.c
315
if (priv->type ==
BOSCH_D_CAN
) {
in c_can_setup_tx_object()
390
if (priv->type ==
BOSCH_D_CAN
) {
in c_can_read_msg_object()
569
if (priv->type !=
BOSCH_D_CAN
)
in c_can_software_reset()
644
priv->comm_rcv_high = priv->type !=
BOSCH_D_CAN
?
in c_can_start()
763
if (priv->type ==
BOSCH_D_CAN
&& tail == 0) {
in c_can_do_tx()
813
if (priv->type !=
BOSCH_D_CAN
)
in c_can_rx_finalize()
1071
if (priv->type !=
BOSCH_D_CAN
)
in c_can_poll()
1263
WARN_ON(priv->type !=
BOSCH_D_CAN
);
in c_can_power_down()
1298
WARN_ON(priv->type !=
BOSCH_D_CAN
);
in c_can_power_up()
H
A
D
c_can.h
153
BOSCH_D_CAN
,
enumerator
244
if (priv->type ==
BOSCH_D_CAN
)
in c_can_get_tx_free()
H
A
D
c_can_pci.c
179
case
BOSCH_D_CAN
:
in c_can_pci_probe()
Completed in 7 milliseconds