xref: /kernel/linux/linux-5.10/drivers/media/usb/dvb-usb-v2/dvb_usb_common.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/drivers/media/usb/dvb-usb-v2/
18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-or-later */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * DVB USB framework
48c2ecf20Sopenharmony_ci *
58c2ecf20Sopenharmony_ci * Copyright (C) 2004-6 Patrick Boettcher <patrick.boettcher@posteo.de>
68c2ecf20Sopenharmony_ci * Copyright (C) 2012 Antti Palosaari <crope@iki.fi>
78c2ecf20Sopenharmony_ci */
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ci#ifndef DVB_USB_COMMON_H
108c2ecf20Sopenharmony_ci#define DVB_USB_COMMON_H
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_ci#include "dvb_usb.h"
138c2ecf20Sopenharmony_ci
148c2ecf20Sopenharmony_ci/* commonly used  methods */
158c2ecf20Sopenharmony_ciextern int usb_urb_initv2(struct usb_data_stream *stream,
168c2ecf20Sopenharmony_ci		const struct usb_data_stream_properties *props);
178c2ecf20Sopenharmony_ciextern int usb_urb_exitv2(struct usb_data_stream *stream);
188c2ecf20Sopenharmony_ciextern int usb_urb_submitv2(struct usb_data_stream *stream,
198c2ecf20Sopenharmony_ci		struct usb_data_stream_properties *props);
208c2ecf20Sopenharmony_ciextern int usb_urb_killv2(struct usb_data_stream *stream);
218c2ecf20Sopenharmony_ci
228c2ecf20Sopenharmony_ci#endif
23

Indexes created Thu Nov 07 10:32:03 CST 2024