Lines Matching defs:pll_desc
30 const struct dvb_pll_desc *pll_desc;
600 const struct dvb_pll_desc *desc = priv->pll_desc;
647 if (priv->pll_desc->sleepdata) {
650 .buf = priv->pll_desc->sleepdata + 1,
651 .len = priv->pll_desc->sleepdata[0] };
744 if (priv->pll_desc->initdata) {
747 .buf = priv->pll_desc->initdata + 1,
748 .len = priv->pll_desc->initdata[0] };
756 if (priv->pll_desc->initdata2) {
757 msg.buf = priv->pll_desc->initdata2 + 1;
758 msg.len = priv->pll_desc->initdata2[0];
829 priv->pll_desc = desc;