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);
501 struct airspy *s = vb2_get_drv_priv(vb->vb2_queue);
519 struct airspy *s = vb2_get_drv_priv(vq);
580 struct airspy *s = vb2_get_drv_priv(vq);
612 struct airspy *s = video_drvdata(file);
634 struct airspy *s = video_drvdata(file);
645 struct airspy *s = video_drvdata(file);
730 struct airspy *s = video_drvdata(file);
753 struct airspy *s = video_drvdata(file);
855 struct airspy *s = container_of(v, struct airspy, v4l2_dev);
863 static int airspy_set_lna_gain(struct airspy *s)
890 static int airspy_set_mixer_gain(struct airspy *s)
917 static int airspy_set_if_gain(struct airspy *s)
934 struct airspy *s = container_of(ctrl->handler, struct airspy, hdl);
965 struct airspy *s;
972 s = kzalloc(sizeof(struct airspy), GFP_KERNEL);