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:tegra186_wdt
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-6.6/drivers/clocksource/
H
A
D
timer-tegra186.c
67
struct
tegra186_wdt
{
struct
77
static inline struct
tegra186_wdt
*to_tegra186_wdt(struct watchdog_device *wdd)
in to_tegra186_wdt()
79
return container_of(wdd, struct
tegra186_wdt
, base);
in to_tegra186_wdt()
87
struct
tegra186_wdt
*wdt;
98
static void wdt_writel(struct
tegra186_wdt
*wdt, u32 value, unsigned int offset)
in wdt_writel()
103
static u32 wdt_readl(struct
tegra186_wdt
*wdt, unsigned int offset)
in wdt_readl()
131
static void tegra186_wdt_disable(struct
tegra186_wdt
*wdt)
in tegra186_wdt_disable()
141
static void tegra186_wdt_enable(struct
tegra186_wdt
*wdt)
in tegra186_wdt_enable()
195
struct
tegra186_wdt
*wdt = to_tegra186_wdt(wdd);
in tegra186_wdt_start()
204
struct
tegra186_wdt
*wd
in tegra186_wdt_stop()
[all...]
Completed in 1 milliseconds