Lines Matching defs:s

172 static int airspy_ctrl_msg(struct airspy *s, u8 request, u16 value, u16 index,  in airspy_ctrl_msg()
226 static struct airspy_frame_buf *airspy_get_next_fill_buf(struct airspy *s) in airspy_get_next_fill_buf()
243 static unsigned int airspy_convert_stream(struct airspy *s, in airspy_convert_stream()
281 struct airspy *s = urb->context; in airspy_urb_complete() local
327 static int airspy_kill_urbs(struct airspy *s) in airspy_kill_urbs()
341 static int airspy_submit_urbs(struct airspy *s) in airspy_submit_urbs()
360 static int airspy_free_stream_bufs(struct airspy *s) in airspy_free_stream_bufs()
376 static int airspy_alloc_stream_bufs(struct airspy *s) in airspy_alloc_stream_bufs()
403 static int airspy_free_urbs(struct airspy *s) in airspy_free_urbs()
421 static int airspy_alloc_urbs(struct airspy *s) in airspy_alloc_urbs()
451 static void airspy_cleanup_queued_bufs(struct airspy *s) in airspy_cleanup_queued_bufs()
473 struct airspy *s = container_of(v, struct airspy, v4l2_dev); in airspy_disconnect() local
494 struct airspy *s = vb2_get_drv_priv(vq); in airspy_queue_setup() local
511 struct airspy *s = vb2_get_drv_priv(vb->vb2_queue); in airspy_buf_queue() local
529 struct airspy *s = vb2_get_drv_priv(vq); in airspy_start_streaming() local
590 struct airspy *s = vb2_get_drv_priv(vq); in airspy_stop_streaming() local
622 struct airspy *s = video_drvdata(file); in airspy_querycap() local
649 struct airspy *s = video_drvdata(file); in airspy_g_fmt_sdr_cap() local
661 struct airspy *s = video_drvdata(file); in airspy_s_fmt_sdr_cap() local
748 struct airspy *s = video_drvdata(file); in airspy_g_frequency() local
771 struct airspy *s = video_drvdata(file); in airspy_s_frequency() local
873 struct airspy *s = container_of(v, struct airspy, v4l2_dev); in airspy_video_release() local
880 static int airspy_set_lna_gain(struct airspy *s) in airspy_set_lna_gain()
907 static int airspy_set_mixer_gain(struct airspy *s) in airspy_set_mixer_gain()
934 static int airspy_set_if_gain(struct airspy *s) in airspy_set_if_gain()
951 struct airspy *s = container_of(ctrl->handler, struct airspy, hdl); in airspy_s_ctrl() local
982 struct airspy *s; in airspy_probe() local