Searched defs:fmdev (Results 1 – 5 of 5) sorted by relevance
/drivers/media/radio/wl128x/ |
D | fmdrv_common.c | 181 static inline void fm_irq_call(struct fmdev *fmdev) in fm_irq_call() 187 static inline void fm_irq_call_stage(struct fmdev *fmdev, u8 stage) in fm_irq_call_stage() 193 static inline void fm_irq_timeout_stage(struct fmdev *fmdev, u8 stage) in fm_irq_timeout_stage() 251 void fmc_update_region_info(struct fmdev *fmdev, u8 region_to_set) in fmc_update_region_info() 262 struct fmdev *fmdev; in recv_tasklet() local 346 struct fmdev *fmdev; in send_tasklet() local 390 static int fm_send_cmd(struct fmdev *fmdev, u8 fm_op, u16 type, void *payload, in fm_send_cmd() 459 int fmc_send_cmd(struct fmdev *fmdev, u8 fm_op, u16 type, void *payload, in fmc_send_cmd() 511 static inline int check_cmdresp_status(struct fmdev *fmdev, in check_cmdresp_status() 537 static inline void fm_irq_common_cmd_resp_helper(struct fmdev *fmdev, u8 stage) in fm_irq_common_cmd_resp_helper() [all …]
|
D | fmdrv_rx.c | 28 void fm_rx_reset_rds_cache(struct fmdev *fmdev) in fm_rx_reset_rds_cache() 39 void fm_rx_reset_station_info(struct fmdev *fmdev) in fm_rx_reset_station_info() 46 int fm_rx_set_freq(struct fmdev *fmdev, u32 freq) in fm_rx_set_freq() 145 static int fm_rx_set_channel_spacing(struct fmdev *fmdev, u32 spacing) in fm_rx_set_channel_spacing() 169 int fm_rx_seek(struct fmdev *fmdev, u32 seek_upward, in fm_rx_seek() 300 int fm_rx_set_volume(struct fmdev *fmdev, u16 vol_to_set) in fm_rx_set_volume() 326 int fm_rx_get_volume(struct fmdev *fmdev, u16 *curr_vol) in fm_rx_get_volume() 342 int fm_rx_get_band_freq_range(struct fmdev *fmdev, u32 *bot_freq, u32 *top_freq) in fm_rx_get_band_freq_range() 354 void fm_rx_get_region(struct fmdev *fmdev, u8 *region) in fm_rx_get_region() 360 int fm_rx_set_region(struct fmdev *fmdev, u8 region_to_set) in fm_rx_set_region() [all …]
|
D | fmdrv_tx.c | 27 int fm_tx_set_stereo_mono(struct fmdev *fmdev, u16 mode) in fm_tx_set_stereo_mono() 49 static int set_rds_text(struct fmdev *fmdev, u8 *rds_text) in set_rds_text() 69 static int set_rds_data_mode(struct fmdev *fmdev, u8 mode) in set_rds_data_mode() 92 static int set_rds_len(struct fmdev *fmdev, u8 type, u16 len) in set_rds_len() 108 int fm_tx_set_rds_mode(struct fmdev *fmdev, u8 rds_en_dis) in fm_tx_set_rds_mode() 151 int fm_tx_set_radio_text(struct fmdev *fmdev, u8 *rds_text, u8 rds_type) in fm_tx_set_radio_text() 179 int fm_tx_set_af(struct fmdev *fmdev, u32 af) in fm_tx_set_af() 199 int fm_tx_set_region(struct fmdev *fmdev, u8 region) in fm_tx_set_region() 219 int fm_tx_set_mute_mode(struct fmdev *fmdev, u8 mute_mode_toset) in fm_tx_set_mute_mode() 236 static int set_audio_io(struct fmdev *fmdev) in set_audio_io() [all …]
|
D | fmdrv_v4l2.c | 50 struct fmdev *fmdev; in fm_v4l2_fops_read() local 90 struct fmdev *fmdev; in fm_v4l2_fops_write() local 112 struct fmdev *fmdev; in fm_v4l2_fops_poll() local 131 struct fmdev *fmdev = NULL; in fm_v4l2_fops_open() local 166 struct fmdev *fmdev; in fm_v4l2_fops_release() local 213 struct fmdev *fmdev = container_of(ctrl->handler, in fm_g_volatile_ctrl() local 230 struct fmdev *fmdev = container_of(ctrl->handler, in fm_v4l2_s_ctrl() local 275 struct fmdev *fmdev = video_drvdata(file); in fm_v4l2_vidioc_g_tuner() local 338 struct fmdev *fmdev = video_drvdata(file); in fm_v4l2_vidioc_s_tuner() local 376 struct fmdev *fmdev = video_drvdata(file); in fm_v4l2_vidioc_g_freq() local [all …]
|
D | fmdrv.h | 204 struct fmdev { struct 205 struct video_device *radio_dev; /* V4L2 video device pointer */ 206 struct v4l2_device v4l2_dev; /* V4L2 top level struct */ 207 struct snd_card *card; /* Card which holds FM mixer controls */ 208 u16 asci_id; 209 spinlock_t rds_buff_lock; /* To protect access to RDS buffer */ 210 spinlock_t resp_skb_lock; /* To protect access to received SKB */ 212 long flag; /* FM driver state machine info */ 213 int streg_cbdata; /* status of ST registration */ 215 struct sk_buff_head rx_q; /* RX queue */ [all …]
|