as102_dev_t
struct as102_dev_t *as102_dev = demux->priv;
struct as102_dev_t *as102_dev = demux->priv;
int as102_dvb_register(struct as102_dev_t *as102_dev)
void as102_dvb_unregister(struct as102_dev_t *as102_dev)
static void as102_stop_stream(struct as102_dev_t *dev)
static int as102_start_stream(struct as102_dev_t *dev)
static int as10x_pid_filter(struct as102_dev_t *dev,
int as102_dvb_register(struct as102_dev_t *dev);
void as102_dvb_unregister(struct as102_dev_t *dev);
static int as102_submit_urb_stream(struct as102_dev_t *dev, struct urb *urb)
static int as102_usb_start_stream(struct as102_dev_t *dev);
struct as102_dev_t *as102_dev = urb->context;
static void as102_usb_stop_stream(struct as102_dev_t *dev);
static void as102_free_usb_stream_buffer(struct as102_dev_t *dev)
static int as102_alloc_usb_stream_buffer(struct as102_dev_t *dev)
static void as102_usb_stop_stream(struct as102_dev_t *dev)
static int as102_usb_start_stream(struct as102_dev_t *dev)
struct as102_dev_t *as102_dev;
as102_dev = container_of(kref, struct as102_dev_t, kref);
struct as102_dev_t *as102_dev;
struct as102_dev_t *as102_dev;
as102_dev = kzalloc_obj(struct as102_dev_t);
struct as102_dev_t *dev = NULL;
struct as102_dev_t *dev = NULL;
int (*start_stream)(struct as102_dev_t *dev);
void (*stop_stream)(struct as102_dev_t *dev);
struct as102_dev_t;