Home
last modified time | relevance | path

Searched refs:intf_count (Results 1 – 25 of 25) sorted by relevance

/linux/sound/usb/6fire/
H A Dchip.h17 int intf_count; /* number of registered interfaces */ member
/linux/drivers/gpu/drm/msm/disp/dpu1/catalog/
H A Ddpu_4_1_sdm670.h97 .intf_count = ARRAY_SIZE(sdm845_intf),
H A Ddpu_6_5_qcm2290.h143 .intf_count = ARRAY_SIZE(qcm2290_intf),
H A Ddpu_6_3_sm6115.h150 .intf_count = ARRAY_SIZE(sm6115_intf),
H A Ddpu_6_9_sm6375.h162 .intf_count = ARRAY_SIZE(sm6375_intf),
H A Ddpu_6_2_sc7180.h217 .intf_count = ARRAY_SIZE(sc7180_intf),
H A Ddpu_3_3_sdm630.h218 .intf_count = ARRAY_SIZE(sdm630_intf),
H A Ddpu_5_4_sm6125.h231 .intf_count = ARRAY_SIZE(sm6125_intf),
H A Ddpu_6_4_sm6350.h239 .intf_count = ARRAY_SIZE(sm6350_intf),
H A Ddpu_7_2_sc7280.h266 .intf_count = ARRAY_SIZE(sc7280_intf),
H A Ddpu_3_2_sdm660.h284 .intf_count = ARRAY_SIZE(sdm660_intf),
H A Ddpu_5_2_sm7150.h326 .intf_count = ARRAY_SIZE(sm7150_intf),
H A Ddpu_9_0_sm8550.h424 .intf_count = ARRAY_SIZE(sm8550_intf),
H A Ddpu_7_0_sm8350.h413 .intf_count = ARRAY_SIZE(sm8350_intf),
H A Ddpu_6_0_sm8250.h402 .intf_count = ARRAY_SIZE(sm8250_intf),
H A Ddpu_5_0_sm8150.h405 .intf_count = ARRAY_SIZE(sm8150_intf),
H A Ddpu_10_0_sm8650.h450 .intf_count = ARRAY_SIZE(sm8650_intf),
H A Ddpu_8_1_sm8450.h431 .intf_count = ARRAY_SIZE(sm8450_intf),
H A Ddpu_5_1_sc8180x.h431 .intf_count = ARRAY_SIZE(sc8180x_intf),
H A Ddpu_8_0_sc8280xp.h452 .intf_count = ARRAY_SIZE(sc8280xp_intf),
H A Ddpu_9_2_x1e80100.h470 .intf_count = ARRAY_SIZE(x1e80100_intf),
/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_encoder.c619 int i, intf_count = 0, num_dsc = 0; in dpu_encoder_use_dsc_merge() local
623 intf_count++; in dpu_encoder_use_dsc_merge()
629 return (num_dsc > 0) && (num_dsc > intf_count); in dpu_encoder_use_dsc_merge()
658 int i, intf_count = 0; in dpu_encoder_get_topology() local
662 intf_count++; in dpu_encoder_get_topology()
675 if (intf_count == 2) in dpu_encoder_get_topology()
685 topology.num_intf = intf_count; in dpu_encoder_get_topology()
1471 for (i = 0; i < catalog->intf_count; i++) { in dpu_encoder_get_intf()
H A Ddpu_kms.c950 for (i = 0; i < cat->intf_count; i++) in dpu_kms_mdp_snapshot()
/linux/drivers/greybus/
H A Dsvc.c969 num_interfaces = request->intf_count; in gb_svc_process_module_inserted()
/linux/include/linux/greybus/
H A Dgreybus_protocols.h1223 __u8 intf_count; member