Home
last modified time | relevance | path

Searched refs:ec100_config (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/media/dvb-frontends/
H A Dec100.h13 struct ec100_config { struct
20 extern struct dvb_frontend *ec100_attach(const struct ec100_config *config, argument
24 const struct ec100_config *config, struct i2c_adapter *i2c) in ec100_attach()
H A Dec100.c14 struct ec100_config config;
271 struct dvb_frontend *ec100_attach(const struct ec100_config *config, in ec100_attach()
285 memcpy(&state->config, config, sizeof(struct ec100_config)); in ec100_attach()