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:bxcan_priv
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/can/
H
A
D
bxcan.c
165
struct
bxcan_priv
{
struct
195
static inline void bxcan_rmw(struct
bxcan_priv
*priv, void __iomem *addr,
in bxcan_rmw()
210
static void bxcan_disable_filters(struct
bxcan_priv
*priv, enum bxcan_cfg cfg)
in bxcan_disable_filters()
218
static void bxcan_enable_filters(struct
bxcan_priv
*priv, enum bxcan_cfg cfg)
in bxcan_enable_filters()
261
static inline u8 bxcan_get_tx_head(const struct
bxcan_priv
*priv)
in bxcan_get_tx_head()
266
static inline u8 bxcan_get_tx_tail(const struct
bxcan_priv
*priv)
in bxcan_get_tx_tail()
271
static inline u8 bxcan_get_tx_free(const struct
bxcan_priv
*priv)
in bxcan_get_tx_free()
276
static bool bxcan_tx_busy(const struct
bxcan_priv
*priv)
in bxcan_tx_busy()
300
static int bxcan_chip_softreset(struct
bxcan_priv
*priv)
in bxcan_chip_softreset()
311
static int bxcan_enter_init_mode(struct
bxcan_priv
*pri
[all...]
Completed in 1 milliseconds