|
@@ -71,7 +71,7 @@ struct cxd2820r_priv {
|
|
|
|
|
|
u8 bank[2];
|
|
|
u8 gpio[3];
|
|
|
-
|
|
|
+
|
|
|
fe_delivery_system_t delivery_system;
|
|
|
};
|
|
|
|
|
@@ -83,10 +83,10 @@ int cxd2820r_gpio(struct dvb_frontend *fe);
|
|
|
|
|
|
int cxd2820r_wr_reg_mask(struct cxd2820r_priv *priv, u32 reg, u8 val,
|
|
|
u8 mask);
|
|
|
-
|
|
|
+
|
|
|
int cxd2820r_wr_regs(struct cxd2820r_priv *priv, u32 reginfo, u8 *val,
|
|
|
int len);
|
|
|
-
|
|
|
+
|
|
|
u32 cxd2820r_div_u64_round_closest(u64 dividend, u32 divisor);
|
|
|
|
|
|
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,
|
|
|
|
|
|
int cxd2820r_set_frontend_c(struct dvb_frontend *fe,
|
|
|
struct dvb_frontend_parameters *params);
|
|
|
-
|
|
|
+
|
|
|
int cxd2820r_read_status_c(struct dvb_frontend *fe, fe_status_t *status);
|
|
|
|
|
|
int cxd2820r_read_ber_c(struct dvb_frontend *fe, u32 *ber);
|
|
@@ -131,7 +131,7 @@ int cxd2820r_get_frontend_t(struct dvb_frontend *fe,
|
|
|
|
|
|
int cxd2820r_set_frontend_t(struct dvb_frontend *fe,
|
|
|
struct dvb_frontend_parameters *params);
|
|
|
-
|
|
|
+
|
|
|
int cxd2820r_read_status_t(struct dvb_frontend *fe, fe_status_t *status);
|
|
|
|
|
|
int cxd2820r_read_ber_t(struct dvb_frontend *fe, u32 *ber);
|
|
@@ -156,7 +156,7 @@ int cxd2820r_get_frontend_t2(struct dvb_frontend *fe,
|
|
|
|
|
|
int cxd2820r_set_frontend_t2(struct dvb_frontend *fe,
|
|
|
struct dvb_frontend_parameters *params);
|
|
|
-
|
|
|
+
|
|
|
int cxd2820r_read_status_t2(struct dvb_frontend *fe, fe_status_t *status);
|
|
|
|
|
|
int cxd2820r_read_ber_t2(struct dvb_frontend *fe, u32 *ber);
|
|
@@ -173,5 +173,5 @@ int cxd2820r_sleep_t2(struct dvb_frontend *fe);
|
|
|
|
|
|
int cxd2820r_get_tune_settings_t2(struct dvb_frontend *fe,
|
|
|
struct dvb_frontend_tune_settings *s);
|
|
|
-
|
|
|
+
|
|
|
#endif /* CXD2820R_PRIV_H */
|