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:tcan4x5x_priv
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/can/m_can/
H
A
D
tcan4x5x-core.c
138
static inline struct
tcan4x5x_priv
*cdev_to_priv(struct m_can_classdev *cdev)
in cdev_to_priv()
140
return container_of(cdev, struct
tcan4x5x_priv
, cdev);
in cdev_to_priv()
143
static void tcan4x5x_check_wake(struct
tcan4x5x_priv
*priv)
in tcan4x5x_check_wake()
157
static int tcan4x5x_reset(struct
tcan4x5x_priv
*priv)
in tcan4x5x_reset()
181
struct
tcan4x5x_priv
*priv = cdev_to_priv(cdev);
in tcan4x5x_read_reg()
192
struct
tcan4x5x_priv
*priv = cdev_to_priv(cdev);
in tcan4x5x_read_fifo()
199
struct
tcan4x5x_priv
*priv = cdev_to_priv(cdev);
in tcan4x5x_write_reg()
207
struct
tcan4x5x_priv
*priv = cdev_to_priv(cdev);
in tcan4x5x_write_fifo()
226
struct
tcan4x5x_priv
*priv = cdev_to_priv(cdev);
in tcan4x5x_write_tcan_reg()
246
struct
tcan4x5x_priv
*tcan4x5
in tcan4x5x_init()
[all...]
H
A
D
tcan4x5x.h
32
struct
tcan4x5x_priv
{
struct
54
int tcan4x5x_regmap_init(struct
tcan4x5x_priv
*priv);
H
A
D
tcan4x5x-regmap.c
22
struct
tcan4x5x_priv
*priv = spi_get_drvdata(spi);
in tcan4x5x_regmap_gather_write()
51
struct
tcan4x5x_priv
*priv = spi_get_drvdata(spi);
in tcan4x5x_regmap_read()
160
int tcan4x5x_regmap_init(struct
tcan4x5x_priv
*priv)
in tcan4x5x_regmap_init()
/kernel/linux/linux-5.10/drivers/net/can/m_can/
H
A
D
tcan4x5x.c
116
struct
tcan4x5x_priv
{
struct
132
static void tcan4x5x_check_wake(struct
tcan4x5x_priv
*priv)
in tcan4x5x_check_wake()
146
static int tcan4x5x_reset(struct
tcan4x5x_priv
*priv)
in tcan4x5x_reset()
236
struct
tcan4x5x_priv
*priv = cdev->device_data;
in tcan4x5x_read_reg()
246
struct
tcan4x5x_priv
*priv = cdev->device_data;
in tcan4x5x_read_fifo()
256
struct
tcan4x5x_priv
*priv = cdev->device_data;
in tcan4x5x_write_reg()
264
struct
tcan4x5x_priv
*priv = cdev->device_data;
in tcan4x5x_write_fifo()
283
struct
tcan4x5x_priv
*priv = cdev->device_data;
in tcan4x5x_write_tcan_reg()
312
struct
tcan4x5x_priv
*tcan4x5x = cdev->device_data;
in tcan4x5x_init()
339
struct
tcan4x5x_priv
*tcan4x5
in tcan4x5x_disable_wake()
[all...]
Completed in 2 milliseconds