/linux-6.3-rc2/drivers/media/radio/wl128x/ |
A D | fmdrv_common.c | 173 fmdev->irq_info.handlers[fmdev->irq_info.stage](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 1044 fmdev->irq_info.handlers[fmdev->irq_info.stage](fmdev); in fm_irq_handle_intmsk_cmd_resp() 1443 struct fmdev *fmdev; in fm_st_receive() local 1470 struct fmdev *fmdev; in fm_st_reg_comp_cb() local 1472 fmdev = (struct fmdev *)arg; in fm_st_reg_comp_cb() 1481 int fmc_prepare(struct fmdev *fmdev) in fmc_prepare() argument 1622 struct fmdev *fmdev = NULL; in fm_drv_init() local [all …]
|
A D | fmdrv_rx.c | 15 void fm_rx_reset_rds_cache(struct fmdev *fmdev) in fm_rx_reset_rds_cache() argument 26 void fm_rx_reset_station_info(struct fmdev *fmdev) in fm_rx_reset_station_info() argument 33 int fm_rx_set_freq(struct fmdev *fmdev, u32 freq) in fm_rx_set_freq() argument 156 int fm_rx_seek(struct fmdev *fmdev, u32 seek_upward, in fm_rx_seek() argument 276 fmdev->rx.freq = (fmdev->rx.region.bot_freq + in fm_rx_seek() 287 int fm_rx_set_volume(struct fmdev *fmdev, u16 vol_to_set) in fm_rx_set_volume() argument 313 int fm_rx_get_volume(struct fmdev *fmdev, u16 *curr_vol) in fm_rx_get_volume() argument 341 void fm_rx_get_region(struct fmdev *fmdev, u8 *region) in fm_rx_get_region() argument 374 if (fmdev->rx.freq < fmdev->rx.region.bot_freq) in fm_rx_set_region() 376 else if (fmdev->rx.freq > fmdev->rx.region.top_freq) in fm_rx_set_region() [all …]
|
A D | fmdrv_tx.c | 14 int fm_tx_set_stereo_mono(struct fmdev *fmdev, u16 mode) in fm_tx_set_stereo_mono() argument 36 static int set_rds_text(struct fmdev *fmdev, u8 *rds_text) in set_rds_text() argument 56 static int set_rds_data_mode(struct fmdev *fmdev, u8 mode) in set_rds_data_mode() argument 79 static int set_rds_len(struct fmdev *fmdev, u8 type, u16 len) in set_rds_len() argument 95 int fm_tx_set_rds_mode(struct fmdev *fmdev, u8 rds_en_dis) in fm_tx_set_rds_mode() argument 166 int fm_tx_set_af(struct fmdev *fmdev, u32 af) in fm_tx_set_af() argument 186 int fm_tx_set_region(struct fmdev *fmdev, u8 region) in fm_tx_set_region() argument 223 static int set_audio_io(struct fmdev *fmdev) in set_audio_io() argument 279 int fm_tx_set_pwr_lvl(struct fmdev *fmdev, u8 new_pwr_lvl) in fm_tx_set_pwr_lvl() argument 350 int fm_tx_get_tune_cap_val(struct fmdev *fmdev) in fm_tx_get_tune_cap_val() argument [all …]
|
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 …]
|
A D | fmdrv_rx.h | 12 int fm_rx_set_freq(struct fmdev *, u32); 13 int fm_rx_set_mute_mode(struct fmdev *, u8); 14 int fm_rx_set_stereo_mono(struct fmdev *, u16); 15 int fm_rx_set_rds_mode(struct fmdev *, u8); 16 int fm_rx_set_rds_system(struct fmdev *, u8); 17 int fm_rx_set_volume(struct fmdev *, u16); 19 int fm_rx_set_region(struct fmdev *, u8); 22 int fm_rx_set_af_switch(struct fmdev *, u8); 24 void fm_rx_reset_rds_cache(struct fmdev *); 29 int fm_rx_get_rds_mode(struct fmdev *, u8 *); [all …]
|
A D | fmdrv_tx.h | 12 int fm_tx_set_freq(struct fmdev *, u32); 13 int fm_tx_set_pwr_lvl(struct fmdev *, u8); 14 int fm_tx_set_region(struct fmdev *, u8); 15 int fm_tx_set_mute_mode(struct fmdev *, u8); 16 int fm_tx_set_stereo_mono(struct fmdev *, u16); 17 int fm_tx_set_rds_mode(struct fmdev *, u8); 18 int fm_tx_set_radio_text(struct fmdev *, u8 *, u8); 19 int fm_tx_set_af(struct fmdev *, u32); 20 int fm_tx_set_preemph_filter(struct fmdev *, u32); 21 int fm_tx_get_tune_cap_val(struct fmdev *);
|
A D | fmdrv_common.h | 358 int fmc_prepare(struct fmdev *); 359 int fmc_release(struct fmdev *); 362 int fmc_send_cmd(struct fmdev *, u8, u16, 369 int fmc_set_freq(struct fmdev *, u32); 370 int fmc_set_mode(struct fmdev *, u8); 371 int fmc_set_region(struct fmdev *, u8); 372 int fmc_set_mute_mode(struct fmdev *, u8); 374 int fmc_set_rds_mode(struct fmdev *, u8); 376 int fmc_get_freq(struct fmdev *, u32 *); 377 int fmc_get_region(struct fmdev *, u8 *); [all …]
|
A D | fmdrv.h | 95 struct fmdev; 96 typedef void (*int_handler_prototype) (struct fmdev *); 191 struct fmdev { struct
|
A D | fmdrv_v4l2.h | 17 int fm_v4l2_init_video_device(struct fmdev *, int);
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/ |
A D | en_tc.c | 3684 struct mlx5_core_dev *fmdev, *pmdev; in mlx5e_same_hw_devs() local 3687 fmdev = priv->mdev; in mlx5e_same_hw_devs() 3690 fsystem_guid = mlx5_query_nic_system_image_guid(fmdev); in mlx5e_same_hw_devs()
|