Lines Matching defs:dev

111 	struct device *dev;  member
182 static int hackrf_ctrl_msg(struct hackrf_dev *dev, u8 request, u16 value, in hackrf_ctrl_msg()
235 static int hackrf_set_params(struct hackrf_dev *dev) in hackrf_set_params()
437 static struct hackrf_buffer *hackrf_get_next_buffer(struct hackrf_dev *dev, in hackrf_get_next_buffer()
454 static void hackrf_copy_stream(struct hackrf_dev *dev, void *dst, void *src, in hackrf_copy_stream()
483 struct hackrf_dev *dev = urb->context; in hackrf_urb_complete_in() local
528 struct hackrf_dev *dev = urb->context; in hackrf_urb_complete_out() local
571 static int hackrf_kill_urbs(struct hackrf_dev *dev) in hackrf_kill_urbs()
585 static int hackrf_submit_urbs(struct hackrf_dev *dev) in hackrf_submit_urbs()
604 static int hackrf_free_stream_bufs(struct hackrf_dev *dev) in hackrf_free_stream_bufs()
620 static int hackrf_alloc_stream_bufs(struct hackrf_dev *dev) in hackrf_alloc_stream_bufs()
648 static int hackrf_free_urbs(struct hackrf_dev *dev) in hackrf_free_urbs()
666 static int hackrf_alloc_urbs(struct hackrf_dev *dev, bool rcv) in hackrf_alloc_urbs()
708 struct hackrf_dev *dev = container_of(v, struct hackrf_dev, v4l2_dev); in hackrf_disconnect() local
729 struct hackrf_dev *dev = vb2_get_drv_priv(vq); in hackrf_return_all_buffers() local
755 struct hackrf_dev *dev = vb2_get_drv_priv(vq); in hackrf_queue_setup() local
773 struct hackrf_dev *dev = vb2_get_drv_priv(vq); in hackrf_buf_queue() local
792 struct hackrf_dev *dev = vb2_get_drv_priv(vq); in hackrf_start_streaming() local
861 struct hackrf_dev *dev = vb2_get_drv_priv(vq); in hackrf_stop_streaming() local
897 struct hackrf_dev *dev = video_drvdata(file); in hackrf_querycap() local
916 struct hackrf_dev *dev = video_drvdata(file); in hackrf_s_fmt_sdr() local
952 struct hackrf_dev *dev = video_drvdata(file); in hackrf_g_fmt_sdr() local
966 struct hackrf_dev *dev = video_drvdata(file); in hackrf_try_fmt_sdr() local
988 struct hackrf_dev *dev = video_drvdata(file); in hackrf_enum_fmt_sdr() local
1003 struct hackrf_dev *dev = video_drvdata(file); in hackrf_s_tuner() local
1020 struct hackrf_dev *dev = video_drvdata(file); in hackrf_g_tuner() local
1049 struct hackrf_dev *dev = video_drvdata(file); in hackrf_s_modulator() local
1059 struct hackrf_dev *dev = video_drvdata(file); in hackrf_g_modulator() local
1088 struct hackrf_dev *dev = video_drvdata(file); in hackrf_s_frequency() local
1135 struct hackrf_dev *dev = video_drvdata(file); in hackrf_g_frequency() local
1168 struct hackrf_dev *dev = video_drvdata(file); in hackrf_enum_freq_bands() local
1254 struct hackrf_dev *dev = container_of(v, struct hackrf_dev, v4l2_dev); in hackrf_video_release() local
1266 struct hackrf_dev *dev = container_of(ctrl->handler, in hackrf_s_ctrl_rx() local
1304 struct hackrf_dev *dev = container_of(ctrl->handler, in hackrf_s_ctrl_tx() local
1348 struct hackrf_dev *dev; in hackrf_probe() local