Home
last modified time | relevance | path

Searched refs:num_intf (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_tc.c366 u8 num_intf) in otx2_tc_update_mcast() argument
407 ureq->num_mce_entry = num_intf; in otx2_tc_update_mcast()
449 u8 num_intf = 1; in otx2_tc_parse_actions() local
539 dummy_grp_update_req.pcifunc[num_intf] = priv->pcifunc; in otx2_tc_parse_actions()
540 dummy_grp_update_req.channel[num_intf] = priv->hw.tx_chan_base; in otx2_tc_parse_actions()
541 dummy_grp_update_req.dest_type[num_intf] = NIX_RX_RSS; in otx2_tc_parse_actions()
542 dummy_grp_update_req.rq_rss_index[num_intf] = 0; in otx2_tc_parse_actions()
544 num_intf++; in otx2_tc_parse_actions()
555 num_intf); in otx2_tc_parse_actions()
/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_rm.c217 return top->num_intf > 1; in _dpu_rm_needs_split_display()
444 num_ctls = top->num_intf; in _dpu_rm_reserve_ctls()
618 if (!top->num_dsc || !top->num_intf) in _dpu_rm_reserve_dsc()
632 if (top->num_dsc > top->num_intf) /* merge mode */ in _dpu_rm_reserve_dsc()
775 DRM_DEBUG_KMS("num_lm: %d num_dsc: %d num_intf: %d\n", in dpu_rm_reserve()
777 topology->num_intf); in dpu_rm_reserve()
H A Ddpu_rm.h53 * @num_intf: number of interfaces the panel is mounted on
62 u32 num_intf; member
H A Ddpu_encoder.c314 int i, num_intf = 0; in dpu_encoder_get_crc_values_cnt() local
323 num_intf++; in dpu_encoder_get_crc_values_cnt()
326 return num_intf; in dpu_encoder_get_crc_values_cnt()
673 topology->num_intf++; in dpu_encoder_update_topology()
686 WARN(topology->num_intf > 2, in dpu_encoder_update_topology()
688 if (topology->num_intf >= 2 || dpu_kms->catalog->dsc_count >= 2) in dpu_encoder_update_topology()
H A Ddpu_crtc.c1346 * Only hardcode num_lm to 2 for cases where num_intf == 2 and CWB is not in dpu_crtc_get_topology()
1347 * enabled. This is because in cases where CWB is enabled, num_intf will in dpu_crtc_get_topology()
1354 if (topology.num_intf == 2 && !topology.cwb_enabled) in dpu_crtc_get_topology()
/linux/sound/usb/qcom/
H A Dqc_audio_offload.c128 int num_intf; member
252 for (i = 0; i < uadev[card_num].num_intf; i++) { in info_idx_from_ifnum()
702 for (if_idx = 0; if_idx < dev->num_intf; if_idx++) { in uaudio_dev_cleanup()
711 dev->num_intf = 0; in uaudio_dev_cleanup()
754 for (if_idx = 0; if_idx < uadev[idx].num_intf; if_idx++) { in qmi_stop_session()
821 for (if_idx = 0; if_idx < dev->num_intf; if_idx++) { in uaudio_sideband_notifier()
1437 uadev[card_num].num_intf = in prepare_qmi_response()
1439 uadev[card_num].info = kcalloc(uadev[card_num].num_intf, in prepare_qmi_response()