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:tdcf
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/can/dev/
H
A
D
netlink.c
174
u32
tdcf
= nla_get_u32(tb_tdc[IFLA_CAN_TDC_TDCF]);
in can_tdc_changelink()
local
176
if (
tdcf
< tdc_const->tdcf_min ||
tdcf
> tdc_const->tdcf_max)
in can_tdc_changelink()
179
tdc.
tdcf
=
tdcf
;
in can_tdc_changelink()
508
nla_put_u32(skb, IFLA_CAN_TDC_TDCF, tdc->
tdcf
))
in can_tdc_fill_info()
/kernel/linux/linux-6.6/include/linux/can/
H
A
D
bittiming.h
70
* @
tdcf
: Transmitter Delay Compensation Filter window. Defines the
72
* SSP position is less than @
tdcf
, then no delay compensations
75
* (automatic mode) and @
tdcf
is configured to a value greater
81
u32
tdcf
;
member
/kernel/linux/linux-6.6/drivers/net/can/usb/etas_es58x/
H
A
D
es58x_fd.h
102
* @
tdcf
: Transmitter Delay Compensation Filter window.
119
__le16
tdcf
;
member
H
A
D
es58x_fd.c
435
tx_conf_msg.
tdcf
= cpu_to_le16(priv->can.tdc.
tdcf
);
in es58x_fd_enable_channel()
Completed in 3 milliseconds