Lines Matching refs:pvrusb2
5 pvrusb2 driver
12 Danielsson <pvrusb2@dax.nu> whose web page can be found here:
14 http://pvrusb2.dax.nu/
23 http://www.isely.net/pvrusb2.html
60 NOTE: Complete documentation on the pvrusb2 driver is contained in
78 defined functional units within the pvrusb2 driver and bears no
81 pvrusb2-audio.[ch] - This is glue logic that resides between this
85 pvrusb2-context.[ch] - This module implements the context for an
96 pvrusb2-debug.h - This header defines a printk() wrapper and a mask
100 pvrusb2-debugifc.[ch] - This module implements a crude command line
103 the pvrusb2 web site mentioned earlier), probably I'm the only one
106 pvrusb2-eeprom.[ch] - This is glue logic that resides between this
110 pvrusb2-encoder.[ch] - This module implements all protocol needed to
111 interact with the Conexant mpeg2 encoder chip within the pvrusb2
117 pvrusb2-hdw-internal.h - This header defines the core data structure
124 pvrusb2-hdw.h and NOT this header.
126 pvrusb2-hdw.h - This header defines the full internal API for
130 pvrusb2-hdw.c - This module implements all the various bits of logic
131 that handle overall control of a specific pvrusb2 device.
132 (Policy, instantiation, and arbitration of pvrusb2 devices fall
135 pvrusb2-i2c-chips-*.c - These modules implement the glue logic to
145 pvrusb2-i2c-cmd-v4l1.[ch] - This module implements generic V4L1
147 changes inside the pvrusb2 driver are translated into V4L1
150 pvrusb2-i2c-cmd-v4l2.[ch] - This module implements generic V4L2
152 changes inside the pvrusb2 driver are translated into V4L2
155 pvrusb2-i2c-core.[ch] - This module provides an implementation of a
158 operate corresponding chips within the pvrusb2 device. It is
161 glue logic which is coordinated by pvrusb2-hdw, doled out by
162 pvrusb2-context, and then ultimately made available to users
165 pvrusb2-io.[ch] - This module implements a very low level ring of
171 pvrusb2-ioread.[ch] - This module layers on top of pvrusb2-io.[ch]
173 I/O. Right now this is the only layer on top of pvrusb2-io.[ch],
178 pvrusb2-main.c - This is the top level of the driver. Module level
181 pvrusb2-sysfs.[ch] - This is the high level interface which ties the
182 pvrusb2 driver into sysfs. Through this interface you can do
185 pvrusb2-tuner.[ch] - This is glue logic that resides between this
189 pvrusb2-util.h - This header defines some common macros used
193 pvrusb2-v4l2.[ch] - This is the high level interface which ties the
194 pvrusb2 driver into video4linux. It is through here that V4L
199 pvrusb2-video-*.[ch] - This is glue logic that resides between this
205 pvrusb2.h - This header contains compile time tunable parameters