Searched refs:tda10071_ops (Results 1 - 1 of 1) sorted by relevance

/drivers/media/dvb/frontends/
H A Dtda10071.c27 static struct dvb_frontend_ops tda10071_ops; variable in typeref:struct:dvb_frontend_ops
759 cmd.args[0x08] = (tda10071_ops.info.frequency_tolerance >> 8) & 0xff;
760 cmd.args[0x09] = (tda10071_ops.info.frequency_tolerance >> 0) & 0xff;
965 tda10071_ops.info.name);
1024 info("found a '%s' in warm state.", tda10071_ops.info.name);
1206 memcpy(&priv->fe.ops, &tda10071_ops, sizeof(struct dvb_frontend_ops));
1217 static struct dvb_frontend_ops tda10071_ops = { variable in typeref:struct:dvb_frontend_ops

Completed in 53 milliseconds