Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
fmdrv_tx.h File Reference

Go to the source code of this file.

Functions

int fm_tx_set_freq (struct fmdev *, u32)
 
int fm_tx_set_pwr_lvl (struct fmdev *, u8)
 
int fm_tx_set_region (struct fmdev *, u8)
 
int fm_tx_set_mute_mode (struct fmdev *, u8)
 
int fm_tx_set_stereo_mono (struct fmdev *, u16)
 
int fm_tx_set_rds_mode (struct fmdev *, u8)
 
int fm_tx_set_radio_text (struct fmdev *, u8 *, u8)
 
int fm_tx_set_af (struct fmdev *, u32)
 
int fm_tx_set_preemph_filter (struct fmdev *, u32)
 
int fm_tx_get_tune_cap_val (struct fmdev *)
 

Function Documentation

int fm_tx_get_tune_cap_val ( struct fmdev )

Definition at line 363 of file fmdrv_tx.c.

int fm_tx_set_af ( struct fmdev ,
u32   
)

Definition at line 179 of file fmdrv_tx.c.

int fm_tx_set_freq ( struct fmdev ,
u32   
)

Definition at line 383 of file fmdrv_tx.c.

int fm_tx_set_mute_mode ( struct fmdev ,
u8   
)

Definition at line 219 of file fmdrv_tx.c.

int fm_tx_set_preemph_filter ( struct fmdev ,
u32   
)

Definition at line 331 of file fmdrv_tx.c.

int fm_tx_set_pwr_lvl ( struct fmdev ,
u8   
)

Definition at line 292 of file fmdrv_tx.c.

int fm_tx_set_radio_text ( struct fmdev ,
u8 ,
u8   
)

Definition at line 151 of file fmdrv_tx.c.

int fm_tx_set_rds_mode ( struct fmdev ,
u8   
)

Definition at line 108 of file fmdrv_tx.c.

int fm_tx_set_region ( struct fmdev ,
u8   
)

Definition at line 199 of file fmdrv_tx.c.

int fm_tx_set_stereo_mono ( struct fmdev ,
u16   
)

Definition at line 27 of file fmdrv_tx.c.