diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2008-04-22 13:45:39 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-24 13:07:47 -0400 |
commit | e1edb19a001b25c0ce2e52a669cba6b6eb31883c (patch) | |
tree | 3614bae5afd1ebd0014f18f494333200cdd754f4 /drivers/media/video/pvrusb2/pvrusb2-hdw.h | |
parent | dbc40a0e582a88d2561d13d1fea4f3496bff9650 (diff) |
V4L/DVB (7304): pvrusb2: add function pvr2_hdw_cmd_powerdown
Call pvr2_hdw_cmd_powerdown to power down the device
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mike Isely <isely@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/pvrusb2/pvrusb2-hdw.h')
-rw-r--r-- | drivers/media/video/pvrusb2/pvrusb2-hdw.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-hdw.h b/drivers/media/video/pvrusb2/pvrusb2-hdw.h index 2919a1d9ed0f..57e1ff491497 100644 --- a/drivers/media/video/pvrusb2/pvrusb2-hdw.h +++ b/drivers/media/video/pvrusb2/pvrusb2-hdw.h | |||
@@ -255,6 +255,9 @@ int pvr2_hdw_cmd_deep_reset(struct pvr2_hdw *); | |||
255 | /* Execute simple reset command */ | 255 | /* Execute simple reset command */ |
256 | int pvr2_hdw_cmd_powerup(struct pvr2_hdw *); | 256 | int pvr2_hdw_cmd_powerup(struct pvr2_hdw *); |
257 | 257 | ||
258 | /* suspend */ | ||
259 | int pvr2_hdw_cmd_powerdown(struct pvr2_hdw *); | ||
260 | |||
258 | /* Order decoder to reset */ | 261 | /* Order decoder to reset */ |
259 | int pvr2_hdw_cmd_decoder_reset(struct pvr2_hdw *); | 262 | int pvr2_hdw_cmd_decoder_reset(struct pvr2_hdw *); |
260 | 263 | ||