gpio: rcar: Fix runtime PM imbalance on error
[linux/fpc-iii.git] / drivers / media / usb / dvb-usb / gp8psk.h
blob2f4c1368eabe5dbb50f14d1a086cb147ebac72e8
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /* DVB USB compliant Linux driver for the
3 * - GENPIX 8pks/qpsk/DCII USB2.0 DVB-S module
5 * Copyright (C) 2006 Alan Nisota (alannisota@gmail.com)
6 * Copyright (C) 2006,2007 Alan Nisota (alannisota@gmail.com)
8 * Thanks to GENPIX for the sample code used to implement this module.
10 * This module is based off the vp7045 and vp702x modules
12 * see Documentation/media/dvb-drivers/dvb-usb.rst for more information
14 #ifndef _DVB_USB_GP8PSK_H_
15 #define _DVB_USB_GP8PSK_H_
17 #define DVB_USB_LOG_PREFIX "gp8psk"
18 #include "dvb-usb.h"
20 extern int dvb_usb_gp8psk_debug;
21 #define deb_info(args...) dprintk(dvb_usb_gp8psk_debug,0x01,args)
22 #define deb_xfer(args...) dprintk(dvb_usb_gp8psk_debug,0x02,args)
23 #define deb_rc(args...) dprintk(dvb_usb_gp8psk_debug,0x04,args)
25 #define GET_USB_SPEED 0x07
27 #define RESET_FX2 0x13
29 #define FW_VERSION_READ 0x0B
30 #define VENDOR_STRING_READ 0x0C
31 #define PRODUCT_STRING_READ 0x0D
32 #define FW_BCD_VERSION_READ 0x14
34 #endif