OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IIO
(Results
1 - 14
of
14
) sorted by null
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/
TerminalFunctions.c
20
#include <Device/
IIO
.h>
147
cIIO *
IIO
;
158
IIO
= (cIIO *)filp->devdata;
159
Termio = &
IIO
->Termio;
205
cIIO *
IIO
;
216
IIO
= (cIIO *)filp->devdata;
217
Termio = &
IIO
->Termio;
IIO.c
25
#include <Device/
IIO
.h>
348
/** Destructor for an
IIO
instance.
350
Releases all resources used by a particular
IIO
instance.
370
/** Constructor for new
IIO
instances.
372
@return Returns NULL or a pointer to a new
IIO
instance.
378
cIIO *
IIO
;
382
IIO
= (cIIO *)AllocateZeroPool(sizeof(cIIO));
383
if(
IIO
!= NULL) {
384
IIO
->InBuf = New_cFIFO(MAX_INPUT, sizeof(wchar_t));
385
IIO
->OutBuf = New_cFIFO(MAX_OUTPUT, sizeof(wchar_t));
[
all
...]
IIO.inf
28
IIO
.c
NonCanonRead.c
21
#include <Device/
IIO
.h>
IIOecho.c
27
#include <Device/
IIO
.h>
31
/** Echo one character to an
IIO
file.
37
@param[in] filp Pointer to an open
IIO
file's file descriptor structure.
42
@retval -1 The filp argument does not refer to an
IIO
device.
CanonRead.c
22
#include <Device/
IIO
.h>
IIOwrite.c
27
#include <Device/
IIO
.h>
42
* EINVAL The pointer to the
IIO
object is NULL.
IIOutilities.c
24
#include <Device/
IIO
.h>
118
@retval -1 fd is not an
IIO
output device.
161
@retval -1 fd is not an
IIO
output device
263
@param[in] This Pointer to the
IIO
instance to be examined.
/hardware/invensense/65xx/libsensors_iio/
Android.mk
59
LOCAL_SRC_FILES += PressureSensor.
IIO
.secondary.cpp
66
LOCAL_SRC_FILES += CompassSensor.
IIO
.primary.cpp
69
LOCAL_SRC_FILES += CompassSensor.
IIO
.9150.cpp
72
LOCAL_SRC_FILES += CompassSensor.
IIO
.9150.cpp
139
LOCAL_SRC_FILES += CompassSensor.
IIO
.primary.cpp
142
LOCAL_SRC_FILES += CompassSensor.
IIO
.9150.cpp
145
LOCAL_SRC_FILES += CompassSensor.
IIO
.9150.cpp
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/Console/
daConsole.c
44
#include <Device/
IIO
.h>
61
static cIIO *
IIO
;
520
filp->devdata = (void *)
IIO
;
533
/** Flush a console device's
IIO
buffers.
535
Flush the
IIO
Input or Output buffers associated with the specified file.
560
OutBuf =
IIO
->ErrBuf;
563
OutBuf =
IIO
->OutBuf;
569
IIO
->InBuf->Flush(
IIO
->InBuf, UNICODE_STRING_MAX);
621
// Break the connection to
IIO
[
all
...]
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
SysCalls.c
40
#include <Device/
IIO
.h>
[
all
...]
/hardware/invensense/6515/libsensors_iio/
Android.mk
71
LOCAL_SRC_FILES += PressureSensor.
IIO
.secondary.cpp
78
LOCAL_SRC_FILES += CompassSensor.
IIO
.primary.cpp
81
LOCAL_SRC_FILES += CompassSensor.
IIO
.9150.cpp
84
LOCAL_SRC_FILES += CompassSensor.
IIO
.9150.cpp
165
LOCAL_SRC_FILES += CompassSensor.
IIO
.primary.cpp
168
LOCAL_SRC_FILES += CompassSensor.
IIO
.9150.cpp
171
LOCAL_SRC_FILES += CompassSensor.
IIO
.9150.cpp
/device/linaro/bootloader/edk2/StdLib/
StdLib.dsc
138
StdLib/LibC/Uefi/InteractiveIO/
IIO
.inf
StdLib.inc
59
LibIIO|StdLib/LibC/Uefi/InteractiveIO/
IIO
.inf
Completed in 133 milliseconds