linux/drivers/media/usb/em28xx
Frank Schaefer 227b7c9067 [media] em28xx: move the em2710/em2750/em28xx specific frame data processing code to a separate function
em28xx_urb_data_copy() actually consists of two parts:
USB urb processing (checks, data extraction) and frame data packet processing.
Move the latter to a separate function and call it from em28xx_urb_data_copy()
for each data packet.
The em25xx, em2760, em2765 (and likely em277x) chip variants are using a
different frame data format, for which support will be added later with
another function.
This reduces the size of em28xx_urb_data_copy() and makes the code much more
readable. While we're at it, clean up the code a bit (rename some variables to
something more meaningful, improve some comments etc.)

Signed-off-by: Frank Schäfer <fschaefer.oss@googlemail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2012-12-22 20:57:17 -02:00
..
em28xx-audio.c
em28xx-cards.c [media] em28xx: add module parameter for selection of the preferred USB transfer type 2012-12-22 18:20:03 -02:00
em28xx-core.c [media] em28xx: improve USB endpoint logic, also use bulk transfers 2012-12-22 18:17:52 -02:00
em28xx-dvb.c [media] em28xx: improve USB endpoint logic, also use bulk transfers 2012-12-22 18:17:52 -02:00
em28xx-i2c.c
em28xx-input.c [media] em28xx: input: fix oops on device removal 2012-12-22 16:14:37 -02:00
em28xx-reg.h [media] em28xx: improve USB endpoint logic, also use bulk transfers 2012-12-22 18:17:52 -02:00
em28xx-vbi.c [media] em28xx: rename struct em28xx_usb_isoc_ctl to em28xx_usb_ctl 2012-12-22 17:56:49 -02:00
em28xx-video.c [media] em28xx: move the em2710/em2750/em28xx specific frame data processing code to a separate function 2012-12-22 20:57:17 -02:00
em28xx.h [media] em28xx: move caching of pointer to vmalloc memory in videobuf to struct em28xx_buffer 2012-12-22 20:55:01 -02:00
Kconfig em28xx: add two missing tuners at the Kconfig file 2012-12-21 21:14:41 -02:00
Makefile