OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iio_device
(Results
1 - 3
of
3
) sorted by null
/hardware/bsp/intel/peripheral/libmraa/examples/c++/
Iio-dummy.cpp
38
iio_device
->func; \
51
iio_device
->func(attr_name, value); \
64
success = fabs(
iio_device
->func(attr_name) - value) < FLT_EPSILON; \
71
mraa::Iio*
iio_device
;
variable
133
iio_device
= new mraa::Iio(deviceName);
141
std::cout << "Using IIO device0. Name is " <<
iio_device
->getDeviceName() << std::endl;
154
delete
iio_device
;
/system/sepolicy/
system_server.te
201
allow system_server
iio_device
:chr_file rw_file_perms;
file_contexts
76
/dev/iio:device[0-9]+ u:object_r:
iio_device
:s0
Completed in 354 milliseconds