Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
fmdrv_tx.c File Reference
#include <linux/delay.h>
#include "fmdrv.h"
#include "fmdrv_common.h"
#include "fmdrv_tx.h"

Go to the source code of this file.

Functions

int fm_tx_set_stereo_mono (struct fmdev *fmdev, u16 mode)
 
int fm_tx_set_rds_mode (struct fmdev *fmdev, u8 rds_en_dis)
 
int fm_tx_set_radio_text (struct fmdev *fmdev, u8 *rds_text, u8 rds_type)
 
int fm_tx_set_af (struct fmdev *fmdev, u32 af)
 
int fm_tx_set_region (struct fmdev *fmdev, u8 region)
 
int fm_tx_set_mute_mode (struct fmdev *fmdev, u8 mute_mode_toset)
 
int fm_tx_set_pwr_lvl (struct fmdev *fmdev, u8 new_pwr_lvl)
 
int fm_tx_set_preemph_filter (struct fmdev *fmdev, u32 preemphasis)
 
int fm_tx_get_tune_cap_val (struct fmdev *fmdev)
 
int fm_tx_set_freq (struct fmdev *fmdev, u32 freq_to_set)
 

Function Documentation

int fm_tx_get_tune_cap_val ( struct fmdev fmdev)

Definition at line 363 of file fmdrv_tx.c.

int fm_tx_set_af ( struct fmdev fmdev,
u32  af 
)

Definition at line 179 of file fmdrv_tx.c.

int fm_tx_set_freq ( struct fmdev fmdev,
u32  freq_to_set 
)

Definition at line 383 of file fmdrv_tx.c.

int fm_tx_set_mute_mode ( struct fmdev fmdev,
u8  mute_mode_toset 
)

Definition at line 219 of file fmdrv_tx.c.

int fm_tx_set_preemph_filter ( struct fmdev fmdev,
u32  preemphasis 
)

Definition at line 331 of file fmdrv_tx.c.

int fm_tx_set_pwr_lvl ( struct fmdev fmdev,
u8  new_pwr_lvl 
)

Definition at line 292 of file fmdrv_tx.c.

int fm_tx_set_radio_text ( struct fmdev fmdev,
u8 rds_text,
u8  rds_type 
)

Definition at line 151 of file fmdrv_tx.c.

int fm_tx_set_rds_mode ( struct fmdev fmdev,
u8  rds_en_dis 
)

Definition at line 108 of file fmdrv_tx.c.

int fm_tx_set_region ( struct fmdev fmdev,
u8  region 
)

Definition at line 199 of file fmdrv_tx.c.

int fm_tx_set_stereo_mono ( struct fmdev fmdev,
u16  mode 
)

Definition at line 27 of file fmdrv_tx.c.