Lines Matching refs:pvrusb2

3 The pvrusb2 driver
14 Danielsson <pvrusb2@dax.nu> whose web page can be found here:
15 http://pvrusb2.dax.nu/
23 https://www.isely.net/pvrusb2.html
73 defined functional units within the pvrusb2 driver and bears no
76 pvrusb2-audio.[ch] - This is glue logic that resides between this
80 pvrusb2-context.[ch] - This module implements the context for an
91 pvrusb2-debug.h - This header defines a printk() wrapper and a mask
95 pvrusb2-debugifc.[ch] - This module implements a crude command line
98 the pvrusb2 web site mentioned earlier), probably I'm the only one
101 pvrusb2-eeprom.[ch] - This is glue logic that resides between this
105 pvrusb2-encoder.[ch] - This module implements all protocol needed to
106 interact with the Conexant mpeg2 encoder chip within the pvrusb2
112 pvrusb2-hdw-internal.h - This header defines the core data structure
119 pvrusb2-hdw.h and NOT this header.
121 pvrusb2-hdw.h - This header defines the full internal API for
125 pvrusb2-hdw.c - This module implements all the various bits of logic
126 that handle overall control of a specific pvrusb2 device.
127 (Policy, instantiation, and arbitration of pvrusb2 devices fall
130 pvrusb2-i2c-chips-\*.c - These modules implement the glue logic to
140 pvrusb2-i2c-cmd-v4l1.[ch] - This module implements generic V4L1
142 changes inside the pvrusb2 driver are translated into V4L1
145 pvrusb2-i2c-cmd-v4l2.[ch] - This module implements generic V4L2
147 changes inside the pvrusb2 driver are translated into V4L2
150 pvrusb2-i2c-core.[ch] - This module provides an implementation of a
153 operate corresponding chips within the pvrusb2 device. It is
156 glue logic which is coordinated by pvrusb2-hdw, doled out by
157 pvrusb2-context, and then ultimately made available to users
160 pvrusb2-io.[ch] - This module implements a very low level ring of
166 pvrusb2-ioread.[ch] - This module layers on top of pvrusb2-io.[ch]
168 I/O. Right now this is the only layer on top of pvrusb2-io.[ch],
173 pvrusb2-main.c - This is the top level of the driver. Module level
176 pvrusb2-sysfs.[ch] - This is the high level interface which ties the
177 pvrusb2 driver into sysfs. Through this interface you can do
180 pvrusb2-tuner.[ch] - This is glue logic that resides between this
184 pvrusb2-util.h - This header defines some common macros used
188 pvrusb2-v4l2.[ch] - This is the high level interface which ties the
189 pvrusb2 driver into video4linux. It is through here that V4L
194 pvrusb2-video-\*.[ch] - This is glue logic that resides between this
200 pvrusb2.h - This header contains compile time tunable parameters