Searched refs:si470x_device (Results 1 – 2 of 2) sorted by relevance
135 struct si470x_device { struct157 int (*get_register)(struct si470x_device *radio, int regnr); argument158 int (*set_register)(struct si470x_device *radio, int regnr); argument217 int si470x_disconnect_check(struct si470x_device *radio);218 int si470x_set_freq(struct si470x_device *radio, unsigned int freq);219 int si470x_start(struct si470x_device *radio);220 int si470x_stop(struct si470x_device *radio);
179 static int si470x_set_band(struct si470x_device *radio, int band) in si470x_set_band()193 static int si470x_set_chan(struct si470x_device *radio, unsigned short chan) in si470x_set_chan()239 static unsigned int si470x_get_step(struct si470x_device *radio) in si470x_get_step()259 static int si470x_get_freq(struct si470x_device *radio, unsigned int *freq) in si470x_get_freq()277 int si470x_set_freq(struct si470x_device *radio, unsigned int freq) in si470x_set_freq()294 static int si470x_set_seek(struct si470x_device *radio, in si470x_set_seek()367 int si470x_start(struct si470x_device *radio) in si470x_start()412 int si470x_stop(struct si470x_device *radio) in si470x_stop()437 static int si470x_rds_on(struct si470x_device *radio) in si470x_rds_on()462 struct si470x_device *radio = video_drvdata(file); in si470x_fops_read()[all …]