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:is_peripheral
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/can/m_can/
H
A
D
m_can.c
482
if (cdev->
is_peripheral
) {
in m_can_receive_skb()
621
if (cdev->
is_peripheral
)
in m_can_handle_lost_msg()
680
if (cdev->
is_peripheral
)
in m_can_handle_lec_err()
800
if (cdev->
is_peripheral
)
in m_can_handle_state_change()
887
if (cdev->
is_peripheral
)
in m_can_handle_protocol_error()
1029
if (cdev->
is_peripheral
)
in m_can_tx_update_stats()
1113
if (!cdev->
is_peripheral
) {
in m_can_isr()
1126
if (cdev->
is_peripheral
)
in m_can_isr()
1143
if (cdev->
is_peripheral
)
in m_can_isr()
1527
if (!cdev->
is_peripheral
)
in m_can_dev_setup()
[all...]
H
A
D
m_can.h
93
int
is_peripheral
;
member
H
A
D
m_can_platform.c
152
mcan_class->
is_peripheral
= false;
in m_can_plat_probe()
H
A
D
tcan4x5x-core.c
417
mcan_class->
is_peripheral
= true;
in tcan4x5x_can_probe()
/kernel/linux/linux-5.10/drivers/net/can/m_can/
H
A
D
m_can.c
971
if (!cdev->
is_peripheral
)
in m_can_isr()
1340
if (!m_can_dev->
is_peripheral
)
in m_can_dev_setup()
1425
if (!cdev->
is_peripheral
)
in m_can_close()
1432
if (cdev->
is_peripheral
) {
in m_can_close()
1525
if (cdev->
is_peripheral
) {
in m_can_tx_handler()
1596
if (cdev->
is_peripheral
) {
in m_can_start_xmit()
1639
if (cdev->
is_peripheral
) {
in m_can_open()
1668
if (!cdev->
is_peripheral
)
in m_can_open()
1676
if (cdev->
is_peripheral
)
in m_can_open()
H
A
D
m_can.h
96
int
is_peripheral
;
member
H
A
D
m_can_platform.c
112
mcan_class->
is_peripheral
= false;
in m_can_plat_probe()
H
A
D
tcan4x5x.c
452
mcan_class->
is_peripheral
= true;
in tcan4x5x_can_probe()
Completed in 10 milliseconds