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:GpioDevice
(Results
1 - 4
of
4
) sorted by relevance
/drivers/hdf_core/adapter/platform/gpio/
H
A
D
gpio_wm.c
52
struct
GpioDevice
{
struct
256
static uint32_t GetGpioDeviceResource(struct
GpioDevice
*device, const struct DeviceResourceNode *resourceNode)
in GetGpioDeviceResource()
300
struct
GpioDevice
*gpioDevice = NULL;
in AttachGpioDevice()
306
gpioDevice = (struct
GpioDevice
*)OsalMemAlloc(sizeof(struct
GpioDevice
));
in AttachGpioDevice()
339
ret = AttachGpioDevice(gpioCntlr, device); // GpioCntlr add
GpioDevice
to priv
in GpioDriverInit()
H
A
D
gpio_asr.c
63
struct
GpioDevice
{
struct
261
static int InitGpioDevice(struct
GpioDevice
*device)
in InitGpioDevice()
281
static uint32_t GetGpioDeviceResource(struct
GpioDevice
*device)
in GetGpioDeviceResource()
322
struct
GpioDevice
*device, const struct DeviceResourceNode *resourceNode)
in GetGpioDeviceResource()
387
struct
GpioDevice
*gpioDevice = NULL;
397
gpioDevice = (struct
GpioDevice
*)OsalMemAlloc(sizeof(struct
GpioDevice
));
440
ret = AttachGpioDevice(gpioCntlr, device); // GpioCntlr add
GpioDevice
to priv
H
A
D
gpio_bes.c
60
struct
GpioDevice
{
struct
139
static int InitGpioDevice(const struct
GpioDevice
*device)
in InitGpioDevice()
165
static uint32_t GetGpioDeviceResource(struct
GpioDevice
*device)
in GetGpioDeviceResource()
205
struct
GpioDevice
*device, const struct DeviceResourceNode *resourceNode)
in GetGpioDeviceResource()
267
struct
GpioDevice
*gpioDevice = NULL;
277
gpioDevice = (struct
GpioDevice
*)OsalMemAlloc(sizeof(struct
GpioDevice
));
319
ret = AttachGpioDevice(gpioCntlr, device); // GpioCntlr add
GpioDevice
to priv
H
A
D
gpio_stm32f4xx.c
102
}
GpioDevice
;
typedef
187
static int32_t InitGpioDevice(const
GpioDevice
* device)
in InitGpioDevice()
221
GpioDevice
*device, const struct DeviceResourceNode *resourceNode)
in GpioParseHcs()
284
static uint32_t GetGpioDeviceResource(
GpioDevice
*device)
in GetGpioDeviceResource()
327
static int32_t GetGpioDeviceResource(
GpioDevice
*device, const struct DeviceResourceNode *resourceNode)
in GetGpioDeviceResource()
354
GpioDevice
*gpioDevice = NULL;
364
gpioDevice = (
GpioDevice
*)OsalMemAlloc(sizeof(
GpioDevice
));
407
ret = AttachGpioDevice(gpioCntlr, device); /* GpioCntlr add
GpioDevice
to priv */
Completed in 4 milliseconds