Searched refs:intf_count (Results 1 – 25 of 25) sorted by relevance
/linux/sound/usb/6fire/ |
H A D | chip.h | 17 int intf_count; /* number of registered interfaces */ member
|
/linux/drivers/gpu/drm/msm/disp/dpu1/catalog/ |
H A D | dpu_4_1_sdm670.h | 97 .intf_count = ARRAY_SIZE(sdm845_intf),
|
H A D | dpu_6_5_qcm2290.h | 143 .intf_count = ARRAY_SIZE(qcm2290_intf),
|
H A D | dpu_6_3_sm6115.h | 150 .intf_count = ARRAY_SIZE(sm6115_intf),
|
H A D | dpu_6_9_sm6375.h | 162 .intf_count = ARRAY_SIZE(sm6375_intf),
|
H A D | dpu_6_2_sc7180.h | 217 .intf_count = ARRAY_SIZE(sc7180_intf),
|
H A D | dpu_3_3_sdm630.h | 218 .intf_count = ARRAY_SIZE(sdm630_intf),
|
H A D | dpu_5_4_sm6125.h | 231 .intf_count = ARRAY_SIZE(sm6125_intf),
|
H A D | dpu_6_4_sm6350.h | 239 .intf_count = ARRAY_SIZE(sm6350_intf),
|
H A D | dpu_7_2_sc7280.h | 266 .intf_count = ARRAY_SIZE(sc7280_intf),
|
H A D | dpu_3_2_sdm660.h | 284 .intf_count = ARRAY_SIZE(sdm660_intf),
|
H A D | dpu_5_2_sm7150.h | 326 .intf_count = ARRAY_SIZE(sm7150_intf),
|
H A D | dpu_9_0_sm8550.h | 424 .intf_count = ARRAY_SIZE(sm8550_intf),
|
H A D | dpu_7_0_sm8350.h | 413 .intf_count = ARRAY_SIZE(sm8350_intf),
|
H A D | dpu_6_0_sm8250.h | 402 .intf_count = ARRAY_SIZE(sm8250_intf),
|
H A D | dpu_5_0_sm8150.h | 405 .intf_count = ARRAY_SIZE(sm8150_intf),
|
H A D | dpu_10_0_sm8650.h | 450 .intf_count = ARRAY_SIZE(sm8650_intf),
|
H A D | dpu_8_1_sm8450.h | 431 .intf_count = ARRAY_SIZE(sm8450_intf),
|
H A D | dpu_5_1_sc8180x.h | 431 .intf_count = ARRAY_SIZE(sc8180x_intf),
|
H A D | dpu_8_0_sc8280xp.h | 452 .intf_count = ARRAY_SIZE(sc8280xp_intf),
|
H A D | dpu_9_2_x1e80100.h | 470 .intf_count = ARRAY_SIZE(x1e80100_intf),
|
/linux/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_encoder.c | 619 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 D | dpu_kms.c | 950 for (i = 0; i < cat->intf_count; i++) in dpu_kms_mdp_snapshot()
|
/linux/drivers/greybus/ |
H A D | svc.c | 969 num_interfaces = request->intf_count; in gb_svc_process_module_inserted()
|
/linux/include/linux/greybus/ |
H A D | greybus_protocols.h | 1223 __u8 intf_count; member
|