[media] drxd: Run lindent across sources
Take a first cleanup pass over the sources to bring them closer to the Linux coding style. Signed-off-by: Devin Heitmueller <dheitmueller@kernellabs.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
9b316d6b42
commit
6cacdd46e2
5 changed files with 1753 additions and 3609 deletions
|
@ -27,8 +27,7 @@
|
||||||
#include <linux/types.h>
|
#include <linux/types.h>
|
||||||
#include <linux/i2c.h>
|
#include <linux/i2c.h>
|
||||||
|
|
||||||
struct drxd_config
|
struct drxd_config {
|
||||||
{
|
|
||||||
u8 index;
|
u8 index;
|
||||||
|
|
||||||
u8 pll_address;
|
u8 pll_address;
|
||||||
|
@ -50,8 +49,8 @@ struct drxd_config
|
||||||
|
|
||||||
u32 IF;
|
u32 IF;
|
||||||
int (*pll_set) (void *priv, void *priv_params,
|
int (*pll_set) (void *priv, void *priv_params,
|
||||||
u8 pll_addr, u8 demoda_addr, s32 *off);
|
u8 pll_addr, u8 demoda_addr, s32 * off);
|
||||||
s16 (*osc_deviation) (void *priv, s16 dev, int flag);
|
s16(*osc_deviation) (void *priv, s16 dev, int flag);
|
||||||
};
|
};
|
||||||
|
|
||||||
extern
|
extern
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -65,7 +65,6 @@ typedef unsigned long u32_t;
|
||||||
|
|
||||||
#define DRXD_SCAN_TIMEOUT (650)
|
#define DRXD_SCAN_TIMEOUT (650)
|
||||||
|
|
||||||
|
|
||||||
#define DRXD_BANDWIDTH_8MHZ_IN_HZ (0x8B8249L)
|
#define DRXD_BANDWIDTH_8MHZ_IN_HZ (0x8B8249L)
|
||||||
#define DRXD_BANDWIDTH_7MHZ_IN_HZ (0x7A1200L)
|
#define DRXD_BANDWIDTH_7MHZ_IN_HZ (0x7A1200L)
|
||||||
#define DRXD_BANDWIDTH_6MHZ_IN_HZ (0x68A1B6L)
|
#define DRXD_BANDWIDTH_6MHZ_IN_HZ (0x68A1B6L)
|
||||||
|
@ -78,7 +77,6 @@ typedef unsigned long u32_t;
|
||||||
#define DIFF_TARGET (4)
|
#define DIFF_TARGET (4)
|
||||||
#define DIFF_MARGIN (1)
|
#define DIFF_MARGIN (1)
|
||||||
|
|
||||||
|
|
||||||
extern u8_t DRXD_InitAtomicRead[];
|
extern u8_t DRXD_InitAtomicRead[];
|
||||||
extern u8_t DRXD_HiI2cPatch_1[];
|
extern u8_t DRXD_HiI2cPatch_1[];
|
||||||
extern u8_t DRXD_HiI2cPatch_3[];
|
extern u8_t DRXD_HiI2cPatch_3[];
|
||||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue