Home
last modified time | relevance | path

Searched refs:hd29l2_config (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/media/dvb-frontends/
Dhd29l2.h29 struct hd29l2_config { struct
55 extern struct dvb_frontend *hd29l2_attach(const struct hd29l2_config *config, argument
59 const struct hd29l2_config *config, struct i2c_adapter *i2c) in hd29l2_attach()
Dhd29l2_priv.h67 struct hd29l2_config cfg;
Dhd29l2.c798 struct dvb_frontend *hd29l2_attach(const struct hd29l2_config *config, in hd29l2_attach()
812 memcpy(&priv->cfg, config, sizeof(struct hd29l2_config)); in hd29l2_attach()