• Home
  • Raw
  • Download

Lines Matching defs:s

171 static int airspy_ctrl_msg(struct airspy *s, u8 request, u16 value, u16 index,  in airspy_ctrl_msg()
225 static struct airspy_frame_buf *airspy_get_next_fill_buf(struct airspy *s) in airspy_get_next_fill_buf()
242 static unsigned int airspy_convert_stream(struct airspy *s, in airspy_convert_stream()
280 struct airspy *s = urb->context; in airspy_urb_complete() local
326 static int airspy_kill_urbs(struct airspy *s) in airspy_kill_urbs()
340 static int airspy_submit_urbs(struct airspy *s) in airspy_submit_urbs()
359 static int airspy_free_stream_bufs(struct airspy *s) in airspy_free_stream_bufs()
375 static int airspy_alloc_stream_bufs(struct airspy *s) in airspy_alloc_stream_bufs()
402 static int airspy_free_urbs(struct airspy *s) in airspy_free_urbs()
420 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
509 struct airspy *s = vb2_get_drv_priv(vb->vb2_queue); in airspy_buf_queue() local
527 struct airspy *s = vb2_get_drv_priv(vq); in airspy_start_streaming() local
588 struct airspy *s = vb2_get_drv_priv(vq); in airspy_stop_streaming() local
620 struct airspy *s = video_drvdata(file); in airspy_querycap() local
647 struct airspy *s = video_drvdata(file); in airspy_g_fmt_sdr_cap() local
659 struct airspy *s = video_drvdata(file); in airspy_s_fmt_sdr_cap() local
746 struct airspy *s = video_drvdata(file); in airspy_g_frequency() local
769 struct airspy *s = video_drvdata(file); in airspy_s_frequency() local
871 struct airspy *s = container_of(v, struct airspy, v4l2_dev); in airspy_video_release() local
878 static int airspy_set_lna_gain(struct airspy *s) in airspy_set_lna_gain()
905 static int airspy_set_mixer_gain(struct airspy *s) in airspy_set_mixer_gain()
932 static int airspy_set_if_gain(struct airspy *s) in airspy_set_if_gain()
949 struct airspy *s = container_of(ctrl->handler, struct airspy, hdl); in airspy_s_ctrl() local
980 struct airspy *s; in airspy_probe() local