aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/saa7164/saa7164.h
diff options
context:
space:
mode:
authorSteven Toth <stoth@kernellabs.com>2010-07-31 15:08:52 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-10-21 05:55:08 -0400
commite48836b8bd7252b3a53eaa355c10322b3f5d236b (patch)
tree1707a6c612ea296f3fe2d94cf57ac3e5fbe157fd /drivers/media/video/saa7164/saa7164.h
parente8ce2f21665442a29a2b2d1b25197b05405a7216 (diff)
[media] saa7164: add firmware debug message collection and procfs changes
Check for PROCFS and dynamically adjust code. Cache some PCIe values in the device context. Provide a mechanism to collect the debug messages coming from the firmware. Signed-off-by: Steven Toth <stoth@kernellabs.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/saa7164/saa7164.h')
-rw-r--r--drivers/media/video/saa7164/saa7164.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/saa7164/saa7164.h b/drivers/media/video/saa7164/saa7164.h
index 82ff561a29f7..e2de805c30c1 100644
--- a/drivers/media/video/saa7164/saa7164.h
+++ b/drivers/media/video/saa7164/saa7164.h
@@ -541,6 +541,8 @@ int saa7164_api_set_audio_std(struct saa7164_port *port);
541int saa7164_api_set_audio_detection(struct saa7164_port *port, int autodetect); 541int saa7164_api_set_audio_detection(struct saa7164_port *port, int autodetect);
542int saa7164_api_get_videomux(struct saa7164_port *port); 542int saa7164_api_get_videomux(struct saa7164_port *port);
543int saa7164_api_set_vbi_format(struct saa7164_port *port); 543int saa7164_api_set_vbi_format(struct saa7164_port *port);
544int saa7164_api_set_debug(struct saa7164_dev *dev, u8 level);
545int saa7164_api_collect_debug(struct saa7164_dev *dev, struct seq_file *m);
544 546
545/* ----------------------------------------------------------- */ 547/* ----------------------------------------------------------- */
546/* saa7164-cards.c */ 548/* saa7164-cards.c */