|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/slab.h>#include <linux/init.h>#include <linux/device.h>#include <linux/suspend.h>#include <media/v4l2-common.h>#include <media/v4l2-ioctl.h>#include <media/v4l2-chip-ident.h>#include <media/tuner.h>#include "au0828.h"#include "au0828-reg.h"Go to the source code of this file.
Macros | |
| #define | au0828_isocdbg(fmt, arg...) |
Functions | |
| module_param (isoc_debug, int, 0644) | |
| MODULE_PARM_DESC (isoc_debug,"enable debug messages [isoc transfers]") | |
| void | au0828_uninit_isoc (struct au0828_dev *dev) |
| int | au0828_init_isoc (struct au0828_dev *dev, int max_packets, int num_bufs, int max_pkt_size, int(*isoc_copy)(struct au0828_dev *dev, struct urb *urb)) |
| int | au0828_analog_stream_enable (struct au0828_dev *d) |
| int | au0828_analog_stream_disable (struct au0828_dev *d) |
| void | au0828_analog_stream_reset (struct au0828_dev *dev) |
| void | au0828_analog_unregister (struct au0828_dev *dev) |
| void | au0828_vid_buffer_timeout (unsigned long data) |
| void | au0828_vbi_buffer_timeout (unsigned long data) |
| int | au0828_analog_register (struct au0828_dev *dev, struct usb_interface *interface) |
| #define au0828_isocdbg | ( | fmt, | |
| arg... | |||
| ) |
Definition at line 53 of file au0828-video.c.
| int au0828_analog_register | ( | struct au0828_dev * | dev, |
| struct usb_interface * | interface | ||
| ) |
Definition at line 1913 of file au0828-video.c.
| int au0828_analog_stream_disable | ( | struct au0828_dev * | d | ) |
Definition at line 806 of file au0828-video.c.
| int au0828_analog_stream_enable | ( | struct au0828_dev * | d | ) |
Definition at line 786 of file au0828-video.c.
| void au0828_analog_stream_reset | ( | struct au0828_dev * | dev | ) |
Definition at line 813 of file au0828-video.c.
| void au0828_analog_unregister | ( | struct au0828_dev * | dev | ) |
Definition at line 843 of file au0828-video.c.
| int au0828_init_isoc | ( | struct au0828_dev * | dev, |
| int | max_packets, | ||
| int | num_bufs, | ||
| int | max_pkt_size, | ||
| int(*)(struct au0828_dev *dev, struct urb *urb) | isoc_copy | ||
| ) |
Definition at line 200 of file au0828-video.c.
| void au0828_uninit_isoc | ( | struct au0828_dev * | dev | ) |
Definition at line 161 of file au0828-video.c.
Definition at line 940 of file au0828-video.c.
Definition at line 916 of file au0828-video.c.
| module_param | ( | isoc_debug | , |
| int | , | ||
| 0644 | |||
| ) |
| MODULE_PARM_DESC | ( | isoc_debug | , |
| "enable debug messages " | [isoc transfers] | ||
| ) |
1.8.2