Searched defs:fmdev (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/radio/wl128x/ |
D | fmdrv_common.c | 170 static inline void fm_irq_call(struct fmdev *fmdev) in fm_irq_call() 176 static inline void fm_irq_call_stage(struct fmdev *fmdev, u8 stage) in fm_irq_call_stage() 182 static inline void fm_irq_timeout_stage(struct fmdev *fmdev, u8 stage) in fm_irq_timeout_stage() 240 void fmc_update_region_info(struct fmdev *fmdev, u8 region_to_set) in fmc_update_region_info() 251 struct fmdev *fmdev; in recv_tasklet() local 335 struct fmdev *fmdev; in send_tasklet() local 379 static int fm_send_cmd(struct fmdev *fmdev, u8 fm_op, u16 type, void *payload, in fm_send_cmd() 448 int fmc_send_cmd(struct fmdev *fmdev, u8 fm_op, u16 type, void *payload, in fmc_send_cmd() 500 static inline int check_cmdresp_status(struct fmdev *fmdev, in check_cmdresp_status() 525 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 | 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() 132 static int fm_rx_set_channel_spacing(struct fmdev *fmdev, u32 spacing) in fm_rx_set_channel_spacing() 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() 329 int fm_rx_get_band_freq_range(struct fmdev *fmdev, u32 *bot_freq, u32 *top_freq) in fm_rx_get_band_freq_range() 341 void fm_rx_get_region(struct fmdev *fmdev, u8 *region) in fm_rx_get_region() 347 int fm_rx_set_region(struct fmdev *fmdev, u8 region_to_set) in fm_rx_set_region() [all …]
|
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() 138 int fm_tx_set_radio_text(struct fmdev *fmdev, u8 *rds_text, u8 rds_type) in fm_tx_set_radio_text() 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() 206 int fm_tx_set_mute_mode(struct fmdev *fmdev, u8 mute_mode_toset) in fm_tx_set_mute_mode() 223 static int set_audio_io(struct fmdev *fmdev) in set_audio_io() [all …]
|
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 193 struct fmdev *fmdev = container_of(ctrl->handler, in fm_g_volatile_ctrl() local 210 struct fmdev *fmdev = container_of(ctrl->handler, in fm_v4l2_s_ctrl() 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 [all …]
|
D | fmdrv.h | 191 struct fmdev { struct 192 struct video_device *radio_dev; /* V4L2 video device pointer */ 193 struct v4l2_device v4l2_dev; /* V4L2 top level struct */ 194 struct snd_card *card; /* Card which holds FM mixer controls */ 195 u16 asci_id; 196 spinlock_t rds_buff_lock; /* To protect access to RDS buffer */ 197 spinlock_t resp_skb_lock; /* To protect access to received SKB */ 199 long flag; /* FM driver state machine info */ 200 int streg_cbdata; /* status of ST registration */ 202 struct sk_buff_head rx_q; /* RX queue */ [all …]
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_tc.c | 3399 struct mlx5_core_dev *fmdev, *pmdev; in same_hw_devs() local
|