Lines Matching defs:airspy
95 struct airspy {
160 static int airspy_ctrl_msg(struct airspy *s, u8 request, u16 value, u16 index,
214 static struct airspy_frame_buf *airspy_get_next_fill_buf(struct airspy *s)
231 static unsigned int airspy_convert_stream(struct airspy *s,
269 struct airspy *s = urb->context;
315 static int airspy_kill_urbs(struct airspy *s)
329 static int airspy_submit_urbs(struct airspy *s)
348 static int airspy_free_stream_bufs(struct airspy *s)
364 static int airspy_alloc_stream_bufs(struct airspy *s)
391 static int airspy_free_urbs(struct airspy *s)
409 static int airspy_alloc_urbs(struct airspy *s)
441 static void airspy_cleanup_queued_bufs(struct airspy *s)
463 struct airspy *s = container_of(v, struct airspy, v4l2_dev);
484 struct airspy *s = vb2_get_drv_priv(vq);
502 struct airspy *s = vb2_get_drv_priv(vb->vb2_queue);
520 struct airspy *s = vb2_get_drv_priv(vq);
581 struct airspy *s = vb2_get_drv_priv(vq);
611 struct airspy *s = video_drvdata(file);
633 struct airspy *s = video_drvdata(file);
644 struct airspy *s = video_drvdata(file);
729 struct airspy *s = video_drvdata(file);
752 struct airspy *s = video_drvdata(file);
854 struct airspy *s = container_of(v, struct airspy, v4l2_dev);
862 static int airspy_set_lna_gain(struct airspy *s)
889 static int airspy_set_mixer_gain(struct airspy *s)
916 static int airspy_set_if_gain(struct airspy *s)
933 struct airspy *s = container_of(ctrl->handler, struct airspy, hdl);
964 struct airspy *s;
971 s = kzalloc(sizeof(struct airspy), GFP_KERNEL);