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:wdt_disable
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/drivers/watchdog/
H
A
D
sbc7240_wdt.c
53
static void
wdt_disable
(void)
in wdt_disable()
function
137
wdt_disable
();
in fop_close()
174
wdt_disable
();
in fop_ioctl()
230
wdt_disable
();
in wdt_notify_sys()
268
wdt_disable
();
in sbc7240_wdt_init()
H
A
D
iop_wdt.c
69
static int
wdt_disable
(void)
in wdt_disable()
function
152
if (
wdt_disable
() == 0) {
in iop_wdt_ioctl()
183
state =
wdt_disable
();
in iop_wdt_release()
H
A
D
sbc_fitpc2_wdt.c
61
static void
wdt_disable
(void)
in wdt_disable()
function
170
wdt_disable
();
in fitpc2_wdt_release()
H
A
D
ixp4xx_wdt.c
53
static void
wdt_disable
(void)
in wdt_disable()
function
151
wdt_disable
();
in ixp4xx_wdt_release()
H
A
D
m54xx_wdt.c
63
static void
wdt_disable
(void)
in wdt_disable()
function
170
wdt_disable
();
in m54xx_wdt_release()
H
A
D
sp805_wdt.c
196
static int
wdt_disable
(struct watchdog_device *wdd)
in wdt_disable()
function
223
.stop =
wdt_disable
,
320
return
wdt_disable
(&wdt->wdd);
in sp805_wdt_suspend()
/kernel/linux/linux-6.6/drivers/watchdog/
H
A
D
sbc7240_wdt.c
53
static void
wdt_disable
(void)
in wdt_disable()
function
137
wdt_disable
();
in fop_close()
174
wdt_disable
();
in fop_ioctl()
230
wdt_disable
();
in wdt_notify_sys()
268
wdt_disable
();
in sbc7240_wdt_init()
H
A
D
m54xx_wdt.c
61
static void
wdt_disable
(void)
in wdt_disable()
function
168
wdt_disable
();
in m54xx_wdt_release()
H
A
D
sbc_fitpc2_wdt.c
59
static void
wdt_disable
(void)
in wdt_disable()
function
168
wdt_disable
();
in fitpc2_wdt_release()
H
A
D
sp805_wdt.c
197
static int
wdt_disable
(struct watchdog_device *wdd)
in wdt_disable()
function
224
.stop =
wdt_disable
,
322
return
wdt_disable
(&wdt->wdd);
in sp805_wdt_suspend()
/kernel/linux/linux-6.6/drivers/accel/ivpu/
H
A
D
ivpu_hw.h
18
void (*
wdt_disable
)(struct ivpu_device *vdev);
member
104
vdev->hw->ops->
wdt_disable
(vdev);
in ivpu_hw_wdt_disable()
H
A
D
ivpu_hw_37xx.c
1042
.
wdt_disable
= ivpu_hw_37xx_wdt_disable,
H
A
D
ivpu_hw_40xx.c
1183
.
wdt_disable
= ivpu_hw_40xx_wdt_disable,
/kernel/linux/linux-5.10/drivers/rtc/
H
A
D
rtc-m41t80.c
639
*
wdt_disable
:
643
static void
wdt_disable
(void)
in wdt_disable()
function
753
wdt_disable
();
in wdt_ioctl()
831
wdt_disable
();
in wdt_notify_sys()
/kernel/linux/linux-6.6/drivers/rtc/
H
A
D
rtc-m41t80.c
651
*
wdt_disable
- disables watchdog.
653
static void
wdt_disable
(void)
in wdt_disable()
function
763
wdt_disable
();
in wdt_ioctl()
841
wdt_disable
();
in wdt_notify_sys()
Completed in 11 milliseconds