Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Typedefs | Functions
channel.h File Reference
#include "ttype.h"

Go to the source code of this file.

Data Structures

struct  tagSChannelTblElement
 

Typedefs

typedef struct
tagSChannelTblElement 
SChannelTblElement
 
typedef struct
tagSChannelTblElement
PSChannelTblElement
 

Functions

BOOL ChannelValid (unsigned int CountryCode, unsigned int ChannelNum)
 
void CHvInitChannelTable (void *pDeviceHandler)
 
BYTE CHbyGetChannelMapping (BYTE byChannelNumber)
 
BOOL CHvChannelGetList (unsigned int uCountryCodeIdx, PBYTE pbyChannelTable)
 

Typedef Documentation

Function Documentation

BOOL ChannelValid ( unsigned int  CountryCode,
unsigned int  ChannelNum 
)

Definition at line 391 of file channel.c.

BYTE CHbyGetChannelMapping ( BYTE  byChannelNumber)

Definition at line 512 of file channel.c.

BOOL CHvChannelGetList ( unsigned int  uCountryCodeIdx,
PBYTE  pbyChannelTable 
)

Definition at line 426 of file channel.c.

void CHvInitChannelTable ( void pDeviceHandler)

Definition at line 439 of file channel.c.