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_stop
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/watchdog/
H
A
D
f71808e_wdt.c
438
static int
watchdog_stop
(void)
in watchdog_stop()
function
525
watchdog_stop
();
in watchdog_release()
613
watchdog_stop
();
in watchdog_ioctl()
646
watchdog_stop
();
in watchdog_notify_sys()
866
watchdog_stop
();
in f71808e_exit()
H
A
D
watchdog_dev.c
294
*
watchdog_stop
: wrapper to stop the watchdog.
305
static int
watchdog_stop
(struct watchdog_device *wdd)
in watchdog_stop()
function
752
err =
watchdog_stop
(wdd);
in watchdog_ioctl()
918
*
watchdog_stop
will fail.
in watchdog_release()
924
err =
watchdog_stop
(wdd);
in watchdog_release()
1088
watchdog_stop
(wdd);
in watchdog_cdev_unregister()
/kernel/linux/linux-6.6/include/trace/events/
H
A
D
watchdog.h
38
DEFINE_EVENT(watchdog_template,
watchdog_stop
,
/kernel/linux/linux-6.6/drivers/watchdog/
H
A
D
watchdog_dev.c
283
*
watchdog_stop
- wrapper to stop the watchdog
292
static int
watchdog_stop
(struct watchdog_device *wdd)
in watchdog_stop()
function
790
err =
watchdog_stop
(wdd);
in watchdog_ioctl()
958
*
watchdog_stop
will fail.
in watchdog_release()
964
err =
watchdog_stop
(wdd);
in watchdog_release()
1132
watchdog_stop
(wdd);
in watchdog_cdev_unregister()
/kernel/linux/linux-5.10/drivers/hwmon/
H
A
D
sch56xx-common.c
309
* The timer may still be running (after a recent
watchdog_stop
) and
in watchdog_start()
355
static int
watchdog_stop
(struct watchdog_device *wddev)
in watchdog_stop()
function
376
.stop =
watchdog_stop
,
H
A
D
fschmd.c
771
static int
watchdog_stop
(struct fschmd_data *data)
in watchdog_stop()
function
834
watchdog_stop
(data);
in watchdog_release()
936
ret =
watchdog_stop
(data);
in watchdog_ioctl()
1263
watchdog_stop
(data);
in fschmd_remove()
/kernel/linux/linux-6.6/drivers/hwmon/
H
A
D
sch56xx-common.c
309
* The timer may still be running (after a recent
watchdog_stop
) and
in watchdog_start()
355
static int
watchdog_stop
(struct watchdog_device *wddev)
in watchdog_stop()
function
376
.stop =
watchdog_stop
,
H
A
D
fschmd.c
771
static int
watchdog_stop
(struct fschmd_data *data)
in watchdog_stop()
function
834
watchdog_stop
(data);
in watchdog_release()
936
ret =
watchdog_stop
(data);
in watchdog_ioctl()
1263
watchdog_stop
(data);
in fschmd_remove()
Completed in 10 milliseconds