Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
usb-urb.c File Reference
#include "dvb-usb-common.h"

Go to the source code of this file.

Functions

int usb_urb_kill (struct usb_data_stream *stream)
 
int usb_urb_submit (struct usb_data_stream *stream)
 
int usb_urb_init (struct usb_data_stream *stream, struct usb_data_stream_properties *props)
 
int usb_urb_exit (struct usb_data_stream *stream)
 

Function Documentation

int usb_urb_exit ( struct usb_data_stream stream)

Definition at line 237 of file usb-urb.c.

int usb_urb_init ( struct usb_data_stream stream,
struct usb_data_stream_properties props 
)

Definition at line 212 of file usb-urb.c.

int usb_urb_kill ( struct usb_data_stream stream)

Definition at line 65 of file usb-urb.c.

int usb_urb_submit ( struct usb_data_stream stream)

Definition at line 78 of file usb-urb.c.