Searched defs:fmdev (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/media/radio/wl128x/ |
H A D | fmdrv_common.c | 171 static inline void fm_irq_call(struct fmdev *fmdev) in fm_irq_call() 252 struct fmdev *fmdev; in recv_tasklet() local 336 struct fmdev *fmdev; in send_tasklet() local 543 struct fmdev *fmdev; in int_timeout_handler() local 1206 static int fm_power_down(struct fmdev *fmdev) in fm_power_down() 1442 struct fmdev *fmdev; in fm_st_receive() local 1469 struct fmdev *fmdev; in fm_st_reg_comp_cb() local 1480 int fmc_prepare(struct fmdev *fmdev) in fmc_prepare() 1580 int fmc_release(struct fmdev *fmdev) in fmc_release() 1621 struct fmdev *fmdev = NULL; in fm_drv_init() local [all …]
|
H A D | fmdrv_rx.c | 15 void fm_rx_reset_rds_cache(struct fmdev *fmdev) in fm_rx_reset_rds_cache() 26 void fm_rx_reset_station_info(struct fmdev *fmdev) in fm_rx_reset_station_info() 33 int fm_rx_set_freq(struct fmdev *fmdev, u32 freq) in fm_rx_set_freq() 156 int fm_rx_seek(struct fmdev *fmdev, u32 seek_upward, in fm_rx_seek() 287 int fm_rx_set_volume(struct fmdev *fmdev, u16 vol_to_set) in fm_rx_set_volume() 313 int fm_rx_get_volume(struct fmdev *fmdev, u16 *curr_vol) in fm_rx_get_volume() 341 void fm_rx_get_region(struct fmdev *fmdev, u8 *region) in fm_rx_get_region() 405 static int fm_config_rx_mute_reg(struct fmdev *fmdev) in fm_config_rx_mute_reg() 568 int fm_rx_set_stereo_mono(struct fmdev *fmdev, u16 mode) in fm_rx_set_stereo_mono() 596 int fm_rx_get_stereo_mono(struct fmdev *fmdev, u16 *mode) in fm_rx_get_stereo_mono() [all …]
|
H A D | fmdrv_tx.c | 14 int fm_tx_set_stereo_mono(struct fmdev *fmdev, u16 mode) in fm_tx_set_stereo_mono() 36 static int set_rds_text(struct fmdev *fmdev, u8 *rds_text) in set_rds_text() 56 static int set_rds_data_mode(struct fmdev *fmdev, u8 mode) in set_rds_data_mode() 79 static int set_rds_len(struct fmdev *fmdev, u8 type, u16 len) in set_rds_len() 95 int fm_tx_set_rds_mode(struct fmdev *fmdev, u8 rds_en_dis) in fm_tx_set_rds_mode() 166 int fm_tx_set_af(struct fmdev *fmdev, u32 af) in fm_tx_set_af() 186 int fm_tx_set_region(struct fmdev *fmdev, u8 region) in fm_tx_set_region() 223 static int set_audio_io(struct fmdev *fmdev) in set_audio_io() 279 int fm_tx_set_pwr_lvl(struct fmdev *fmdev, u8 new_pwr_lvl) in fm_tx_set_pwr_lvl() 350 int fm_tx_get_tune_cap_val(struct fmdev *fmdev) in fm_tx_get_tune_cap_val() [all …]
|
H A D | fmdrv_v4l2.c | 37 struct fmdev *fmdev; in fm_v4l2_fops_read() local 77 struct fmdev *fmdev; in fm_v4l2_fops_write() local 99 struct fmdev *fmdev; in fm_v4l2_fops_poll() local 118 struct fmdev *fmdev = NULL; in fm_v4l2_fops_open() local 153 struct fmdev *fmdev; in fm_v4l2_fops_release() local 255 struct fmdev *fmdev = video_drvdata(file); in fm_v4l2_vidioc_g_tuner() local 318 struct fmdev *fmdev = video_drvdata(file); in fm_v4l2_vidioc_s_tuner() local 356 struct fmdev *fmdev = video_drvdata(file); in fm_v4l2_vidioc_g_freq() local 375 struct fmdev *fmdev = video_drvdata(file); in fm_v4l2_vidioc_s_freq() local 388 struct fmdev *fmdev = video_drvdata(file); in fm_v4l2_vidioc_s_hw_freq_seek() local [all …]
|
H A D | fmdrv.h | 191 struct fmdev { struct 195 u16 asci_id; 202 struct sk_buff_head rx_q; /* RX queue */ 212 struct completion maintask_comp; 214 u8 pre_op; 216 struct completion *resp_comp; 217 struct fm_irq irq_info; 219 struct fm_rx rx; /* FM receiver info */ 220 struct fmtx_data tx_data; 223 struct v4l2_ctrl_handler ctrl_handler; [all …]
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_tc.c | 3496 struct mlx5_core_dev *fmdev, *pmdev; in mlx5e_same_hw_devs() local
|