Searched refs:radio_tea5777 (Results 1 - 3 of 3) sorted by relevance

/drivers/media/radio/
H A Dradio-tea5777.h38 struct radio_tea5777;
50 int (*write_reg)(struct radio_tea5777 *tea, u64 val);
61 int (*read_reg)(struct radio_tea5777 *tea, u32 *val);
64 struct radio_tea5777 { struct
86 int radio_tea5777_init(struct radio_tea5777 *tea, struct module *owner);
87 void radio_tea5777_exit(struct radio_tea5777 *tea);
88 int radio_tea5777_set_freq(struct radio_tea5777 *tea);
H A Dradio-tea5777.c176 static u32 tea5777_freq_to_v4l2_freq(struct radio_tea5777 *tea, u32 freq)
187 int radio_tea5777_set_freq(struct radio_tea5777 *tea)
238 static int radio_tea5777_update_read_reg(struct radio_tea5777 *tea, int wait)
271 struct radio_tea5777 *tea = video_drvdata(file);
286 struct radio_tea5777 *tea = video_drvdata(file);
299 struct radio_tea5777 *tea = video_drvdata(file);
341 struct radio_tea5777 *tea = video_drvdata(file);
360 struct radio_tea5777 *tea = video_drvdata(file);
372 struct radio_tea5777 *tea = video_drvdata(file);
389 struct radio_tea5777 *te
[all...]
H A Dradio-shark2.c64 struct radio_tea5777 tea;
79 static int shark_write_reg(struct radio_tea5777 *tea, u64 reg)
104 static int shark_read_reg(struct radio_tea5777 *tea, u32 *reg_ret)

Completed in 689 milliseconds