Searched refs:radio_tea5777 (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/radio/ |
H A D | radio-tea5777.h | 24 struct radio_tea5777; 36 int (*write_reg)(struct radio_tea5777 *tea, u64 val); 47 int (*read_reg)(struct radio_tea5777 *tea, u32 *val); 50 struct radio_tea5777 { struct 72 int radio_tea5777_init(struct radio_tea5777 *tea, struct module *owner); 73 void radio_tea5777_exit(struct radio_tea5777 *tea); 74 int radio_tea5777_set_freq(struct radio_tea5777 *tea);
|
H A D | radio-tea5777.c | 162 static u32 tea5777_freq_to_v4l2_freq(struct radio_tea5777 *tea, u32 freq) in tea5777_freq_to_v4l2_freq() 173 int radio_tea5777_set_freq(struct radio_tea5777 *tea) in radio_tea5777_set_freq() 224 static int radio_tea5777_update_read_reg(struct radio_tea5777 *tea, int wait) in radio_tea5777_update_read_reg() 257 struct radio_tea5777 *tea = video_drvdata(file); in vidioc_querycap() 269 struct radio_tea5777 *tea = video_drvdata(file); in vidioc_enum_freq_bands() 282 struct radio_tea5777 *tea = video_drvdata(file); in vidioc_g_tuner() 324 struct radio_tea5777 *tea = video_drvdata(file); in vidioc_s_tuner() 343 struct radio_tea5777 *tea = video_drvdata(file); in vidioc_g_frequency() 355 struct radio_tea5777 *tea = video_drvdata(file); in vidioc_s_frequency() 372 struct radio_tea5777 *te in vidioc_s_hw_freq_seek() [all...] |
H A D | radio-shark2.c | 60 struct radio_tea5777 tea; 75 static int shark_write_reg(struct radio_tea5777 *tea, u64 reg) in shark_write_reg() 100 static int shark_read_reg(struct radio_tea5777 *tea, u32 *reg_ret) in shark_read_reg()
|
/kernel/linux/linux-6.6/drivers/media/radio/ |
H A D | radio-tea5777.h | 24 struct radio_tea5777; 36 int (*write_reg)(struct radio_tea5777 *tea, u64 val); 47 int (*read_reg)(struct radio_tea5777 *tea, u32 *val); 50 struct radio_tea5777 { struct 72 int radio_tea5777_init(struct radio_tea5777 *tea, struct module *owner); 73 void radio_tea5777_exit(struct radio_tea5777 *tea); 74 int radio_tea5777_set_freq(struct radio_tea5777 *tea);
|
H A D | radio-tea5777.c | 162 static u32 tea5777_freq_to_v4l2_freq(struct radio_tea5777 *tea, u32 freq) in tea5777_freq_to_v4l2_freq() 173 int radio_tea5777_set_freq(struct radio_tea5777 *tea) in radio_tea5777_set_freq() 224 static int radio_tea5777_update_read_reg(struct radio_tea5777 *tea, int wait) in radio_tea5777_update_read_reg() 257 struct radio_tea5777 *tea = video_drvdata(file); in vidioc_querycap() 269 struct radio_tea5777 *tea = video_drvdata(file); in vidioc_enum_freq_bands() 282 struct radio_tea5777 *tea = video_drvdata(file); in vidioc_g_tuner() 324 struct radio_tea5777 *tea = video_drvdata(file); in vidioc_s_tuner() 343 struct radio_tea5777 *tea = video_drvdata(file); in vidioc_g_frequency() 355 struct radio_tea5777 *tea = video_drvdata(file); in vidioc_s_frequency() 372 struct radio_tea5777 *te in vidioc_s_hw_freq_seek() [all...] |
H A D | radio-shark2.c | 60 struct radio_tea5777 tea; 75 static int shark_write_reg(struct radio_tea5777 *tea, u64 reg) in shark_write_reg() 100 static int shark_read_reg(struct radio_tea5777 *tea, u32 *reg_ret) in shark_read_reg()
|
Completed in 4 milliseconds