OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mraa_file_exist
(Results
1 - 7
of
7
) sorted by null
/hardware/bsp/intel/peripheral/libmraa/include/
mraa_internal.h
83
mraa_boolean_t
mraa_file_exist
(const char* filename);
/hardware/bsp/intel/peripheral/libmraa/src/arm/
arm.c
67
if (
mraa_file_exist
("/sys/class/leds/green:ph24:led1")) {
beaglebone.c
191
if (!
mraa_file_exist
(devpath)) {
209
if (
mraa_file_exist
(devpath))
235
if ((deviceindex == 0) &&
mraa_file_exist
("/sys/class/spidev/spidev1.0"))
241
if (!
mraa_file_exist
(devpath)) {
261
if (
mraa_file_exist
(devpath)) {
279
if (!
mraa_file_exist
(devpath)) {
299
if (
mraa_file_exist
(devpath))
323
if (!
mraa_file_exist
(SYSFS_CLASS_PWM "pwmchip0")) {
344
if (!
mraa_file_exist
(devpath)) {
358
if (
mraa_file_exist
(devpath))
[
all
...]
banana.c
74
if (!
mraa_file_exist
(devpath)) {
80
if (!
mraa_file_exist
(devpath)) {
94
if (!
mraa_file_exist
(devpath)) {
98
if (!
mraa_file_exist
(devpath)) {
215
if (
mraa_file_exist
(DT_BASE "/model")) {
235
if (
mraa_file_exist
("/sys/class/leds/green:ph24:led1")) {
236
if (
mraa_file_exist
("/sys/class/leds/blue:pg02:led2")) {
245
if (
mraa_file_exist
("/sys/class/i2c-dev/i2c-2")) {
250
if (
mraa_file_exist
("/sys/class/spi_master/spi0")) {
96boards.c
68
if (
mraa_file_exist
(DT_BASE "/model")) {
raspberry_pi.c
72
if (!
mraa_file_exist
(devpath)) {
79
if (!
mraa_file_exist
(devpath)) {
91
if (!
mraa_file_exist
(devpath)) {
98
if (!
mraa_file_exist
(devpath)) {
/hardware/bsp/intel/peripheral/libmraa/src/
mraa.c
579
mraa_file_exist
(const char* filename)
function
737
if (
mraa_file_exist
("/sys/class/i2c-dev/i2c-0")) {
Completed in 144 milliseconds