Searched refs:priv_cfg (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/drivers/media/dvb/dvb-core/ |
D | dvb_frontend.h | 208 int (*set_config)(struct dvb_frontend *fe, void *priv_cfg); 249 int (*set_config)(struct dvb_frontend *fe, void *priv_cfg);
|
/linux-2.6.39/drivers/media/common/tuners/ |
D | tea5767.c | 417 static int tea5767_set_config (struct dvb_frontend *fe, void *priv_cfg) in tea5767_set_config() argument 421 memcpy(&priv->ctrl, priv_cfg, sizeof(priv->ctrl)); in tea5767_set_config()
|
D | tda9887.c | 638 static int tda9887_set_config(struct dvb_frontend *fe, void *priv_cfg) in tda9887_set_config() argument 642 priv->config = *(unsigned int *)priv_cfg; in tda9887_set_config()
|
D | xc5000.c | 1058 static int xc5000_set_config(struct dvb_frontend *fe, void *priv_cfg) in xc5000_set_config() argument 1061 struct xc5000_config *p = priv_cfg; in xc5000_set_config()
|
D | tuner-xc2028.c | 1244 static int xc2028_set_config(struct dvb_frontend *fe, void *priv_cfg) in xc2028_set_config() argument 1247 struct xc2028_ctrl *p = priv_cfg; in xc2028_set_config()
|
D | tda18271-fe.c | 1213 static int tda18271_set_config(struct dvb_frontend *fe, void *priv_cfg) in tda18271_set_config() argument 1215 struct tda18271_config *cfg = (struct tda18271_config *) priv_cfg; in tda18271_set_config()
|
/linux-2.6.39/drivers/media/video/ |
D | tuner-core.c | 230 static int fe_set_config(struct dvb_frontend *fe, void *priv_cfg) in fe_set_config() argument 236 return fe_tuner_ops->set_config(fe, priv_cfg); in fe_set_config()
|