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:tdcv
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/can/dev/
H
A
D
netlink.c
156
u32
tdcv
= nla_get_u32(tb_tdc[IFLA_CAN_TDC_TDCV]);
in can_tdc_changelink()
local
158
if (
tdcv
< tdc_const->tdcv_min ||
tdcv
> tdc_const->tdcv_max)
in can_tdc_changelink()
161
tdc.
tdcv
=
tdcv
;
in can_tdc_changelink()
494
u32
tdcv
;
in can_tdc_fill_info()
local
498
tdcv
= tdc->
tdcv
;
in can_tdc_fill_info()
501
err = priv->do_get_auto_tdcv(dev, &
tdcv
);
in can_tdc_fill_info()
503
if (!err && nla_put_u32(skb, IFLA_CAN_TDC_TDCV,
tdcv
))
in can_tdc_fill_info()
[all...]
/kernel/linux/linux-6.6/include/linux/can/
H
A
D
bittiming.h
47
* @
tdcv
: Transmitter Delay Compensation Value. The time needed for
50
* on the RX pin. @
tdcv
depends on the controller modes:
53
* measures @
tdcv
for each transmitted CAN FD frame and the
56
* CAN_CTRLMODE_TDC_MANUAL is set: use the fixed provided @
tdcv
68
* position such that SSP = @
tdcv
+ @tdco.
74
* feature is enabled if and only if @
tdcv
is set to zero
79
u32
tdcv
;
member
89
* the controller does not support manual mode for
tdcv
93
* the controller does not support manual mode for
tdcv
H
A
D
dev.h
87
int (*do_get_auto_tdcv)(const struct net_device *dev, u32 *
tdcv
);
/kernel/linux/linux-6.6/drivers/net/can/
H
A
D
xilinx_can.c
1536
* @
tdcv
: Pointer to TDCV value
1540
static int xcan_get_auto_tdcv(const struct net_device *ndev, u32 *
tdcv
)
in xcan_get_auto_tdcv()
argument
1544
*
tdcv
= FIELD_GET(XCAN_SR_TDCV_MASK, priv->read_reg(priv, XCAN_SR_OFFSET));
in xcan_get_auto_tdcv()
Completed in 5 milliseconds