Searched refs:as102_dev_t (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/media/usb/as102/
H A Das10x_handle.h9 struct as102_dev_t;
29 int (*start_stream)(struct as102_dev_t *dev);
30 void (*stop_stream)(struct as102_dev_t *dev);
H A Das102_drv.h49 struct as102_dev_t { struct
71 int as102_dvb_register(struct as102_dev_t *dev);
72 void as102_dvb_unregister(struct as102_dev_t *dev);
H A Das102_usb_drv.c21 static int as102_usb_start_stream(struct as102_dev_t *dev);
22 static void as102_usb_stop_stream(struct as102_dev_t *dev);
191 static int as102_submit_urb_stream(struct as102_dev_t *dev, struct urb *urb)
213 struct as102_dev_t *as102_dev = urb->context;
229 static void as102_free_usb_stream_buffer(struct as102_dev_t *dev)
242 static int as102_alloc_usb_stream_buffer(struct as102_dev_t *dev)
278 static void as102_usb_stop_stream(struct as102_dev_t *dev)
286 static int as102_usb_start_stream(struct as102_dev_t *dev)
303 struct as102_dev_t *as102_dev;
305 as102_dev = container_of(kref, struct as102_dev_t, kre
[all...]
H A Das102_drv.c45 static void as102_stop_stream(struct as102_dev_t *dev)
69 static int as102_start_stream(struct as102_dev_t *dev)
94 static int as10x_pid_filter(struct as102_dev_t *dev,
137 struct as102_dev_t *as102_dev = demux->priv;
156 struct as102_dev_t *as102_dev = demux->priv;
285 int as102_dvb_register(struct as102_dev_t *as102_dev)
370 void as102_dvb_unregister(struct as102_dev_t *as102_dev)

Completed in 146 milliseconds