Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
fmdrv_rx.c File Reference
#include "fmdrv.h"
#include "fmdrv_common.h"
#include "fmdrv_rx.h"

Go to the source code of this file.

Functions

void fm_rx_reset_rds_cache (struct fmdev *fmdev)
 
void fm_rx_reset_station_info (struct fmdev *fmdev)
 
int fm_rx_set_freq (struct fmdev *fmdev, u32 freq)
 
int fm_rx_seek (struct fmdev *fmdev, u32 seek_upward, u32 wrap_around, u32 spacing)
 
int fm_rx_set_volume (struct fmdev *fmdev, u16 vol_to_set)
 
int fm_rx_get_volume (struct fmdev *fmdev, u16 *curr_vol)
 
int fm_rx_get_band_freq_range (struct fmdev *fmdev, u32 *bot_freq, u32 *top_freq)
 
void fm_rx_get_region (struct fmdev *fmdev, u8 *region)
 
int fm_rx_set_region (struct fmdev *fmdev, u8 region_to_set)
 
int fm_rx_get_mute_mode (struct fmdev *fmdev, u8 *curr_mute_mode)
 
int fm_rx_set_mute_mode (struct fmdev *fmdev, u8 mute_mode_toset)
 
int fm_rx_get_rfdepend_softmute (struct fmdev *fmdev, u8 *curr_mute_mode)
 
int fm_rx_set_rfdepend_softmute (struct fmdev *fmdev, u8 rfdepend_mute)
 
int fm_rx_get_rssi_level (struct fmdev *fmdev, u16 *rssilvl)
 
int fm_rx_set_rssi_threshold (struct fmdev *fmdev, short rssi_lvl_toset)
 
int fm_rx_get_rssi_threshold (struct fmdev *fmdev, short *curr_rssi_lvl)
 
int fm_rx_set_stereo_mono (struct fmdev *fmdev, u16 mode)
 
int fm_rx_get_stereo_mono (struct fmdev *fmdev, u16 *mode)
 
int fm_rx_set_deemphasis_mode (struct fmdev *fmdev, u16 mode)
 
int fm_rx_get_deemph_mode (struct fmdev *fmdev, u16 *curr_deemphasis_mode)
 
int fm_rx_set_rds_mode (struct fmdev *fmdev, u8 rds_en_dis)
 
int fm_rx_get_rds_mode (struct fmdev *fmdev, u8 *curr_rds_en_dis)
 
int fm_rx_set_rds_system (struct fmdev *fmdev, u8 rds_mode)
 
int fm_rx_get_rds_system (struct fmdev *fmdev, u8 *rds_mode)
 
int fm_rx_set_af_switch (struct fmdev *fmdev, u8 af_mode)
 
int fm_rx_get_af_switch (struct fmdev *fmdev, u8 *af_mode)
 

Function Documentation

int fm_rx_get_af_switch ( struct fmdev fmdev,
u8 af_mode 
)

Definition at line 836 of file fmdrv_rx.c.

int fm_rx_get_band_freq_range ( struct fmdev fmdev,
u32 bot_freq,
u32 top_freq 
)

Definition at line 342 of file fmdrv_rx.c.

int fm_rx_get_deemph_mode ( struct fmdev fmdev,
u16 curr_deemphasis_mode 
)

Definition at line 657 of file fmdrv_rx.c.

int fm_rx_get_mute_mode ( struct fmdev fmdev,
u8 curr_mute_mode 
)

Definition at line 403 of file fmdrv_rx.c.

int fm_rx_get_rds_mode ( struct fmdev fmdev,
u8 curr_rds_en_dis 
)

Definition at line 748 of file fmdrv_rx.c.

int fm_rx_get_rds_system ( struct fmdev fmdev,
u8 rds_mode 
)

Definition at line 789 of file fmdrv_rx.c.

void fm_rx_get_region ( struct fmdev fmdev,
u8 region 
)

Definition at line 354 of file fmdrv_rx.c.

int fm_rx_get_rfdepend_softmute ( struct fmdev fmdev,
u8 curr_mute_mode 
)

Definition at line 473 of file fmdrv_rx.c.

int fm_rx_get_rssi_level ( struct fmdev fmdev,
u16 rssilvl 
)

Definition at line 518 of file fmdrv_rx.c.

int fm_rx_get_rssi_threshold ( struct fmdev fmdev,
short curr_rssi_lvl 
)

Definition at line 565 of file fmdrv_rx.c.

int fm_rx_get_stereo_mono ( struct fmdev fmdev,
u16 mode 
)

Definition at line 609 of file fmdrv_rx.c.

int fm_rx_get_volume ( struct fmdev fmdev,
u16 curr_vol 
)

Definition at line 326 of file fmdrv_rx.c.

void fm_rx_reset_rds_cache ( struct fmdev fmdev)

Definition at line 28 of file fmdrv_rx.c.

void fm_rx_reset_station_info ( struct fmdev fmdev)

Definition at line 39 of file fmdrv_rx.c.

int fm_rx_seek ( struct fmdev fmdev,
u32  seek_upward,
u32  wrap_around,
u32  spacing 
)

Definition at line 169 of file fmdrv_rx.c.

int fm_rx_set_af_switch ( struct fmdev fmdev,
u8  af_mode 
)

Definition at line 805 of file fmdrv_rx.c.

int fm_rx_set_deemphasis_mode ( struct fmdev fmdev,
u16  mode 
)

Definition at line 631 of file fmdrv_rx.c.

int fm_rx_set_freq ( struct fmdev fmdev,
u32  freq 
)

Definition at line 46 of file fmdrv_rx.c.

int fm_rx_set_mute_mode ( struct fmdev fmdev,
u8  mute_mode_toset 
)

Definition at line 452 of file fmdrv_rx.c.

int fm_rx_set_rds_mode ( struct fmdev fmdev,
u8  rds_en_dis 
)

Definition at line 673 of file fmdrv_rx.c.

int fm_rx_set_rds_system ( struct fmdev fmdev,
u8  rds_mode 
)

Definition at line 764 of file fmdrv_rx.c.

int fm_rx_set_region ( struct fmdev fmdev,
u8  region_to_set 
)

Definition at line 360 of file fmdrv_rx.c.

int fm_rx_set_rfdepend_softmute ( struct fmdev fmdev,
u8  rfdepend_mute 
)

Definition at line 489 of file fmdrv_rx.c.

int fm_rx_set_rssi_threshold ( struct fmdev fmdev,
short  rssi_lvl_toset 
)

Definition at line 543 of file fmdrv_rx.c.

int fm_rx_set_stereo_mono ( struct fmdev fmdev,
u16  mode 
)

Definition at line 581 of file fmdrv_rx.c.

int fm_rx_set_volume ( struct fmdev fmdev,
u16  vol_to_set 
)

Definition at line 300 of file fmdrv_rx.c.