Lines Matching refs:feat
92 const struct dss_features *feat;
535 fckd_hw_max = dss.feat->fck_div_max;
537 m = dss.feat->dss_fck_multiplier;
593 fck_div = DIV_ROUND_UP(prate * dss.feat->dss_fck_multiplier,
595 fck = DIV_ROUND_UP(prate, fck_div) * dss.feat->dss_fck_multiplier;
729 return dss.feat->dpi_select_source(port, channel);
744 if (dss.feat->parent_clk_name) {
745 clk = clk_get(NULL, dss.feat->parent_clk_name);
747 DSSERR("Failed to get %s\n", dss.feat->parent_clk_name);
927 if (dss.feat->num_ports == 0)
938 if (reg >= dss.feat->num_ports)
941 port_type = dss.feat->ports[reg];
972 if (dss.feat->num_ports == 0)
984 if (reg >= dss.feat->num_ports)
987 port_type = dss.feat->ports[reg];
1075 dss.feat = dss_get_features();
1076 if (!dss.feat)