Lines Matching defs:s

170 static int airspy_ctrl_msg(struct airspy *s, u8 request, u16 value, u16 index,  in airspy_ctrl_msg()
224 static struct airspy_frame_buf *airspy_get_next_fill_buf(struct airspy *s) in airspy_get_next_fill_buf()
241 static unsigned int airspy_convert_stream(struct airspy *s, in airspy_convert_stream()
279 struct airspy *s = urb->context; in airspy_urb_complete() local
325 static int airspy_kill_urbs(struct airspy *s) in airspy_kill_urbs()
339 static int airspy_submit_urbs(struct airspy *s) in airspy_submit_urbs()
358 static int airspy_free_stream_bufs(struct airspy *s) in airspy_free_stream_bufs()
374 static int airspy_alloc_stream_bufs(struct airspy *s) in airspy_alloc_stream_bufs()
401 static int airspy_free_urbs(struct airspy *s) in airspy_free_urbs()
419 static int airspy_alloc_urbs(struct airspy *s) in airspy_alloc_urbs()
449 static void airspy_cleanup_queued_bufs(struct airspy *s) in airspy_cleanup_queued_bufs()
471 struct airspy *s = container_of(v, struct airspy, v4l2_dev); in airspy_disconnect() local
492 struct airspy *s = vb2_get_drv_priv(vq); in airspy_queue_setup() local
508 struct airspy *s = vb2_get_drv_priv(vb->vb2_queue); in airspy_buf_queue() local
526 struct airspy *s = vb2_get_drv_priv(vq); in airspy_start_streaming() local
586 struct airspy *s = vb2_get_drv_priv(vq); in airspy_stop_streaming() local
618 struct airspy *s = video_drvdata(file); in airspy_querycap() local
645 struct airspy *s = video_drvdata(file); in airspy_g_fmt_sdr_cap() local
657 struct airspy *s = video_drvdata(file); in airspy_s_fmt_sdr_cap() local
744 struct airspy *s = video_drvdata(file); in airspy_g_frequency() local
767 struct airspy *s = video_drvdata(file); in airspy_s_frequency() local
869 struct airspy *s = container_of(v, struct airspy, v4l2_dev); in airspy_video_release() local
876 static int airspy_set_lna_gain(struct airspy *s) in airspy_set_lna_gain()
903 static int airspy_set_mixer_gain(struct airspy *s) in airspy_set_mixer_gain()
930 static int airspy_set_if_gain(struct airspy *s) in airspy_set_if_gain()
950 struct airspy *s = container_of(ctrl->handler, struct airspy, hdl); in airspy_s_ctrl() local
981 struct airspy *s; in airspy_probe() local