summaryrefslogtreecommitdiff
path: root/v4l_experimental/pvrusb2/pvrusb2-hdw.h
diff options
context:
space:
mode:
authorMike Isely <isely@pobox.com>2006-02-25 11:53:56 -0600
committerMike Isely <isely@pobox.com>2006-02-25 11:53:56 -0600
commit81b8cbeb924571e6a8877f5d541d65b0896b08fb (patch)
tree6458bb30b18bebdc72e4cffda8c9afbdcb7ae30d /v4l_experimental/pvrusb2/pvrusb2-hdw.h
parent0bc558f3ff40d347b70a653c5dfbe41a5e7f5297 (diff)
parent5355243a36051ac927e3c6d9a9f87b9c8ca40d38 (diff)
downloadmediapointer-dvb-s2-81b8cbeb924571e6a8877f5d541d65b0896b08fb.tar.gz
mediapointer-dvb-s2-81b8cbeb924571e6a8877f5d541d65b0896b08fb.tar.bz2
Merge from v4l-dvb master
From: Mike Isely <isely@pobox.com> Signed-off-by: Mike Isely <isely@pobox.com>
Diffstat (limited to 'v4l_experimental/pvrusb2/pvrusb2-hdw.h')
-rw-r--r--v4l_experimental/pvrusb2/pvrusb2-hdw.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/v4l_experimental/pvrusb2/pvrusb2-hdw.h b/v4l_experimental/pvrusb2/pvrusb2-hdw.h
index d813d07d4..af70b7545 100644
--- a/v4l_experimental/pvrusb2/pvrusb2-hdw.h
+++ b/v4l_experimental/pvrusb2/pvrusb2-hdw.h
@@ -1,6 +1,6 @@
/*
*
- * $Id: pvrusb2-hdw.h,v 1.6 2006/01/14 21:11:17 mcisely Exp $
+ * $Id$
*
* Copyright (C) 2005 Mike Isely <isely@pobox.com>
*
@@ -353,6 +353,9 @@ int pvr2_hdw_cmd_soft_reset(struct pvr2_hdw *);
/* Stop / start video stream transport */
int pvr2_hdw_cmd_usbstream(struct pvr2_hdw *hdw,int runFl);
+/* Find I2C address of eeprom */
+int pvr2_hdw_get_eeprom_addr(struct pvr2_hdw *);
+
/* Direct manipulation of GPIO bits */
int pvr2_hdw_gpio_get_dir(struct pvr2_hdw *hdw,u32 *);
int pvr2_hdw_gpio_get_out(struct pvr2_hdw *hdw,u32 *);
@@ -387,6 +390,9 @@ struct pvr2_hdw_debug_info {
void pvr2_hdw_get_debug_info(const struct pvr2_hdw *hdw,
struct pvr2_hdw_debug_info *);
+/* Cause modules to log their state once */
+void pvr2_hdw_trigger_module_log(struct pvr2_hdw *hdw);
+
/* Cause encoder firmware to be uploaded into the device. This is normally
done autonomously, but the interface is exported here because it is also
a debugging aid. */