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:watchdogDevice
(Results
1 - 2
of
2
) sorted by relevance
/drivers/hdf_core/adapter/platform/watchdog/
H
A
D
watchdog_bes.c
45
static int InitWatchdogDevice(const struct WatchdogDevice *
watchdogDevice
)
in InitWatchdogDevice()
argument
49
if (
watchdogDevice
== NULL) {
in InitWatchdogDevice()
54
resource = &
watchdogDevice
->resource;
in InitWatchdogDevice()
96
struct WatchdogDevice *
watchdogDevice
= NULL;
in AttachWatchdogDevice()
local
103
watchdogDevice
= (struct WatchdogDevice *)OsalMemAlloc(sizeof(struct WatchdogDevice));
in AttachWatchdogDevice()
104
if (
watchdogDevice
== NULL) {
in AttachWatchdogDevice()
105
HDF_LOGE("%s: OsalMemAlloc
watchdogDevice
error\r\n", __func__);
in AttachWatchdogDevice()
109
ret = GetWatchdogDeviceResource(
watchdogDevice
, device->property);
in AttachWatchdogDevice()
111
(void)OsalMemFree(
watchdogDevice
);
in AttachWatchdogDevice()
115
watchdogCntlr->priv =
watchdogDevice
;
in AttachWatchdogDevice()
193
struct WatchdogDevice *
watchdogDevice
= NULL;
WatchdogDriverRelease()
local
213
struct WatchdogDevice *
watchdogDevice
= NULL;
WatchdogDevStart()
local
231
struct WatchdogDevice *
watchdogDevice
= NULL;
WatchdogDevStop()
local
248
struct WatchdogDevice *
watchdogDevice
= NULL;
WatchdogDevSetTimeout()
local
287
struct WatchdogDevice *
watchdogDevice
= NULL;
WatchdogDevFeed()
local
[all...]
H
A
D
watchdog_wm.c
99
static int InitWatchdogDevice(struct WatchdogDevice *
watchdogDevice
)
in InitWatchdogDevice()
argument
102
if (
watchdogDevice
== NULL) {
in InitWatchdogDevice()
107
resource = &
watchdogDevice
->resource;
in InitWatchdogDevice()
144
struct WatchdogDevice *
watchdogDevice
= NULL;
in AttachWatchdogDevice()
local
151
watchdogDevice
= (struct WatchdogDevice *)OsalMemAlloc(sizeof(struct WatchdogDevice));
in AttachWatchdogDevice()
152
if (
watchdogDevice
== NULL) {
in AttachWatchdogDevice()
153
HDF_LOGE("%s: OsalMemAlloc
watchdogDevice
error\r\n", __func__);
in AttachWatchdogDevice()
157
ret = GetWatchdogDeviceResource(
watchdogDevice
, device->property);
in AttachWatchdogDevice()
159
(void)OsalMemFree(
watchdogDevice
);
in AttachWatchdogDevice()
163
watchdogCntlr->priv =
watchdogDevice
;
in AttachWatchdogDevice()
229
struct WatchdogDevice *
watchdogDevice
= NULL;
WatchdogDriverRelease()
local
[all...]
Completed in 2 milliseconds