Lines Matching refs:n_entries

352 							int *n_entries)  in skl_get_buf_trans_dp()  argument
358 *n_entries = ARRAY_SIZE(skl_y_ddi_translations_dp); in skl_get_buf_trans_dp()
361 *n_entries = ARRAY_SIZE(skl_u_ddi_translations_dp); in skl_get_buf_trans_dp()
364 *n_entries = ARRAY_SIZE(skl_ddi_translations_dp); in skl_get_buf_trans_dp()
371 int *n_entries) in skl_get_buf_trans_edp() argument
379 *n_entries = ARRAY_SIZE(skl_y_ddi_translations_edp); in skl_get_buf_trans_edp()
382 *n_entries = ARRAY_SIZE(skl_y_ddi_translations_dp); in skl_get_buf_trans_edp()
387 *n_entries = ARRAY_SIZE(skl_u_ddi_translations_edp); in skl_get_buf_trans_edp()
390 *n_entries = ARRAY_SIZE(skl_u_ddi_translations_dp); in skl_get_buf_trans_edp()
395 *n_entries = ARRAY_SIZE(skl_ddi_translations_edp); in skl_get_buf_trans_edp()
398 *n_entries = ARRAY_SIZE(skl_ddi_translations_dp); in skl_get_buf_trans_edp()
407 int *n_entries) in skl_get_buf_trans_hdmi() argument
413 *n_entries = ARRAY_SIZE(skl_y_ddi_translations_hdmi); in skl_get_buf_trans_hdmi()
416 *n_entries = ARRAY_SIZE(skl_ddi_translations_hdmi); in skl_get_buf_trans_hdmi()
2097 int n_entries; in skl_ddi_set_iboost() local
2108 ddi_translations = skl_get_buf_trans_dp(dev, &n_entries); in skl_ddi_set_iboost()
2115 ddi_translations = skl_get_buf_trans_edp(dev, &n_entries); in skl_ddi_set_iboost()
2122 ddi_translations = skl_get_buf_trans_hdmi(dev, &n_entries); in skl_ddi_set_iboost()
2152 u32 n_entries, i; in bxt_ddi_vswing_sequence() local
2156 n_entries = ARRAY_SIZE(bxt_ddi_translations_edp); in bxt_ddi_vswing_sequence()
2160 n_entries = ARRAY_SIZE(bxt_ddi_translations_dp); in bxt_ddi_vswing_sequence()
2163 n_entries = ARRAY_SIZE(bxt_ddi_translations_hdmi); in bxt_ddi_vswing_sequence()
2172 if (level >= n_entries || in bxt_ddi_vswing_sequence()
2174 for (i = 0; i < n_entries; i++) { in bxt_ddi_vswing_sequence()