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:watchdog_start
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/include/trace/events/
H
A
D
watchdog.h
30
DEFINE_EVENT(watchdog_template,
watchdog_start
,
/kernel/linux/linux-5.10/drivers/watchdog/
H
A
D
f71808e_wdt.c
311
static int
watchdog_start
(void)
in watchdog_start()
function
504
err =
watchdog_start
();
in watchdog_open()
616
return
watchdog_start
();
in watchdog_ioctl()
729
err =
watchdog_start
();
in watchdog_init()
H
A
D
watchdog_dev.c
254
*
watchdog_start
: wrapper to start the watchdog.
264
static int
watchdog_start
(struct watchdog_device *wdd)
in watchdog_start()
function
757
err =
watchdog_start
(wdd);
in watchdog_ioctl()
855
err =
watchdog_start
(wdd);
in watchdog_open()
/kernel/linux/linux-5.10/drivers/hwmon/
H
A
D
sch56xx-common.c
289
static int
watchdog_start
(struct watchdog_device *wddev)
in watchdog_start()
function
375
.start =
watchdog_start
,
/kernel/linux/linux-6.6/drivers/hwmon/
H
A
D
sch56xx-common.c
289
static int
watchdog_start
(struct watchdog_device *wddev)
in watchdog_start()
function
375
.start =
watchdog_start
,
/kernel/linux/linux-6.6/drivers/watchdog/
H
A
D
watchdog_dev.c
240
*
watchdog_start
- wrapper to start the watchdog
248
static int
watchdog_start
(struct watchdog_device *wdd)
in watchdog_start()
function
795
err =
watchdog_start
(wdd);
in watchdog_ioctl()
894
err =
watchdog_start
(wdd);
in watchdog_open()
Completed in 6 milliseconds