diff options
Diffstat (limited to 'drivers/media/dvb')
-rw-r--r-- | drivers/media/dvb/frontends/cxd2820r_priv.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/drivers/media/dvb/frontends/cxd2820r_priv.h b/drivers/media/dvb/frontends/cxd2820r_priv.h index 2437d51bdae..835e37b9804 100644 --- a/drivers/media/dvb/frontends/cxd2820r_priv.h +++ b/drivers/media/dvb/frontends/cxd2820r_priv.h | |||
@@ -71,7 +71,7 @@ struct cxd2820r_priv { | |||
71 | 71 | ||
72 | u8 bank[2]; | 72 | u8 bank[2]; |
73 | u8 gpio[3]; | 73 | u8 gpio[3]; |
74 | 74 | ||
75 | fe_delivery_system_t delivery_system; | 75 | fe_delivery_system_t delivery_system; |
76 | }; | 76 | }; |
77 | 77 | ||
@@ -83,10 +83,10 @@ int cxd2820r_gpio(struct dvb_frontend *fe); | |||
83 | 83 | ||
84 | int cxd2820r_wr_reg_mask(struct cxd2820r_priv *priv, u32 reg, u8 val, | 84 | int cxd2820r_wr_reg_mask(struct cxd2820r_priv *priv, u32 reg, u8 val, |
85 | u8 mask); | 85 | u8 mask); |
86 | 86 | ||
87 | int cxd2820r_wr_regs(struct cxd2820r_priv *priv, u32 reginfo, u8 *val, | 87 | int cxd2820r_wr_regs(struct cxd2820r_priv *priv, u32 reginfo, u8 *val, |
88 | int len); | 88 | int len); |
89 | 89 | ||
90 | u32 cxd2820r_div_u64_round_closest(u64 dividend, u32 divisor); | 90 | u32 cxd2820r_div_u64_round_closest(u64 dividend, u32 divisor); |
91 | 91 | ||
92 | int cxd2820r_wr_regs(struct cxd2820r_priv *priv, u32 reginfo, u8 *val, | 92 | int cxd2820r_wr_regs(struct cxd2820r_priv *priv, u32 reginfo, u8 *val, |
@@ -106,7 +106,7 @@ int cxd2820r_get_frontend_c(struct dvb_frontend *fe, | |||
106 | 106 | ||
107 | int cxd2820r_set_frontend_c(struct dvb_frontend *fe, | 107 | int cxd2820r_set_frontend_c(struct dvb_frontend *fe, |
108 | struct dvb_frontend_parameters *params); | 108 | struct dvb_frontend_parameters *params); |
109 | 109 | ||
110 | int cxd2820r_read_status_c(struct dvb_frontend *fe, fe_status_t *status); | 110 | int cxd2820r_read_status_c(struct dvb_frontend *fe, fe_status_t *status); |
111 | 111 | ||
112 | int cxd2820r_read_ber_c(struct dvb_frontend *fe, u32 *ber); | 112 | int cxd2820r_read_ber_c(struct dvb_frontend *fe, u32 *ber); |
@@ -131,7 +131,7 @@ int cxd2820r_get_frontend_t(struct dvb_frontend *fe, | |||
131 | 131 | ||
132 | int cxd2820r_set_frontend_t(struct dvb_frontend *fe, | 132 | int cxd2820r_set_frontend_t(struct dvb_frontend *fe, |
133 | struct dvb_frontend_parameters *params); | 133 | struct dvb_frontend_parameters *params); |
134 | 134 | ||
135 | int cxd2820r_read_status_t(struct dvb_frontend *fe, fe_status_t *status); | 135 | int cxd2820r_read_status_t(struct dvb_frontend *fe, fe_status_t *status); |
136 | 136 | ||
137 | int cxd2820r_read_ber_t(struct dvb_frontend *fe, u32 *ber); | 137 | int cxd2820r_read_ber_t(struct dvb_frontend *fe, u32 *ber); |
@@ -156,7 +156,7 @@ int cxd2820r_get_frontend_t2(struct dvb_frontend *fe, | |||
156 | 156 | ||
157 | int cxd2820r_set_frontend_t2(struct dvb_frontend *fe, | 157 | int cxd2820r_set_frontend_t2(struct dvb_frontend *fe, |
158 | struct dvb_frontend_parameters *params); | 158 | struct dvb_frontend_parameters *params); |
159 | 159 | ||
160 | int cxd2820r_read_status_t2(struct dvb_frontend *fe, fe_status_t *status); | 160 | int cxd2820r_read_status_t2(struct dvb_frontend *fe, fe_status_t *status); |
161 | 161 | ||
162 | int cxd2820r_read_ber_t2(struct dvb_frontend *fe, u32 *ber); | 162 | int cxd2820r_read_ber_t2(struct dvb_frontend *fe, u32 *ber); |
@@ -173,5 +173,5 @@ int cxd2820r_sleep_t2(struct dvb_frontend *fe); | |||
173 | 173 | ||
174 | int cxd2820r_get_tune_settings_t2(struct dvb_frontend *fe, | 174 | int cxd2820r_get_tune_settings_t2(struct dvb_frontend *fe, |
175 | struct dvb_frontend_tune_settings *s); | 175 | struct dvb_frontend_tune_settings *s); |
176 | 176 | ||
177 | #endif /* CXD2820R_PRIV_H */ | 177 | #endif /* CXD2820R_PRIV_H */ |