![]() |
openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
|
#include <linux/version.h>#include <linux/dvb/version.h>#include <lib/dvb/dvb.h>#include <lib/dvb/frontendparms.h>#include <lib/base/cfile.h>#include <lib/base/eerror.h>#include <lib/base/estring.h>#include <lib/base/nconfig.h>#include <errno.h>#include <unistd.h>#include <fcntl.h>#include <sys/ioctl.h>#include <stdio.h>#include <sstream>#include "absdiff.h"Macros | |
| #define | I2C_SLAVE_FORCE 0x0706 |
| #define | ioctlMeasureStart |
| #define | ioctlMeasureEval(x) |
| #define | eDebugNoSimulateNoNewLineEnd(x...) |
| #define | eDebugNoSimulate(x...) |
| #define | eDebugNoSimulateNoNewLineStart(x...) |
| #define | eDebugNoSimulateNoNewLine(x...) |
| #define | eDebugDeliverySystem(x...) |
| #define | INRANGE(X, Y, Z) (((X<=Y) && (Y<=Z))||((Z<=Y) && (Y<=X)) ? 1 : 0) |
| #define | FP_IOCTL_GET_ID 0 |
| #define | SET_MIS_I2C _IOWR('p', 0x40, _ioctl_stream *) |
Functions | |
| DEFINE_REF (eDVBFrontendParameters) | |
| DEFINE_REF (eDVBFrontend) | |
| static uint32_t | fe_udiv (uint32_t a, uint32_t b) |
| #define eDebugDeliverySystem | ( | x... | ) |
| #define eDebugNoSimulate | ( | x... | ) |
| #define eDebugNoSimulateNoNewLine | ( | x... | ) |
| #define eDebugNoSimulateNoNewLineEnd | ( | x... | ) |
| #define eDebugNoSimulateNoNewLineStart | ( | x... | ) |
| #define FP_IOCTL_GET_ID 0 |
| #define I2C_SLAVE_FORCE 0x0706 |
| #define INRANGE | ( | X, | |
| Y, | |||
| Z | |||
| ) | (((X<=Y) && (Y<=Z))||((Z<=Y) && (Y<=X)) ? 1 : 0) |
| #define ioctlMeasureEval | ( | x | ) |
| #define ioctlMeasureStart |
| #define SET_MIS_I2C _IOWR('p', 0x40, _ioctl_stream *) |
| DEFINE_REF | ( | eDVBFrontend | ) |
| DEFINE_REF | ( | eDVBFrontendParameters | ) |
|
inlinestatic |