Searched refs:intf_count (Results 1 – 25 of 31) sorted by relevance
12
| /linux/sound/usb/6fire/ |
| A D | chip.c | 95 chips[i]->intf_count++; in usb6fire_chip_probe() 137 chip->intf_count = 1; in usb6fire_chip_probe() 175 chip->intf_count--; in usb6fire_chip_disconnect() 176 if (!chip->intf_count) { in usb6fire_chip_disconnect()
|
| A D | chip.h | 17 int intf_count; /* number of registered interfaces */ member
|
| /linux/drivers/gpu/drm/msm/disp/dpu1/catalog/ |
| A D | dpu_4_1_sdm670.h | 97 .intf_count = ARRAY_SIZE(sdm845_intf),
|
| A D | dpu_6_3_sm6115.h | 150 .intf_count = ARRAY_SIZE(sm6115_intf),
|
| A D | dpu_6_5_qcm2290.h | 143 .intf_count = ARRAY_SIZE(qcm2290_intf),
|
| A D | dpu_6_9_sm6375.h | 162 .intf_count = ARRAY_SIZE(sm6375_intf),
|
| A D | dpu_3_3_sdm630.h | 218 .intf_count = ARRAY_SIZE(sdm630_intf),
|
| A D | dpu_5_4_sm6125.h | 231 .intf_count = ARRAY_SIZE(sm6125_intf),
|
| A D | dpu_6_2_sc7180.h | 217 .intf_count = ARRAY_SIZE(sc7180_intf),
|
| A D | dpu_6_4_sm6350.h | 239 .intf_count = ARRAY_SIZE(sm6350_intf),
|
| A D | dpu_7_2_sc7280.h | 266 .intf_count = ARRAY_SIZE(sc7280_intf),
|
| A D | dpu_3_2_sdm660.h | 284 .intf_count = ARRAY_SIZE(sdm660_intf),
|
| A D | dpu_3_0_msm8998.h | 329 .intf_count = ARRAY_SIZE(msm8998_intf),
|
| A D | dpu_4_0_sdm845.h | 346 .intf_count = ARRAY_SIZE(sdm845_intf),
|
| A D | dpu_5_2_sm7150.h | 326 .intf_count = ARRAY_SIZE(sm7150_intf),
|
| A D | dpu_5_0_sm8150.h | 405 .intf_count = ARRAY_SIZE(sm8150_intf),
|
| A D | dpu_6_0_sm8250.h | 402 .intf_count = ARRAY_SIZE(sm8250_intf),
|
| A D | dpu_7_0_sm8350.h | 413 .intf_count = ARRAY_SIZE(sm8350_intf),
|
| A D | dpu_9_0_sm8550.h | 424 .intf_count = ARRAY_SIZE(sm8550_intf),
|
| A D | dpu_10_0_sm8650.h | 450 .intf_count = ARRAY_SIZE(sm8650_intf),
|
| A D | dpu_5_1_sc8180x.h | 431 .intf_count = ARRAY_SIZE(sc8180x_intf),
|
| A D | dpu_8_1_sm8450.h | 431 .intf_count = ARRAY_SIZE(sm8450_intf),
|
| A D | dpu_8_0_sc8280xp.h | 452 .intf_count = ARRAY_SIZE(sc8280xp_intf),
|
| /linux/drivers/gpu/drm/msm/disp/dpu1/ |
| A D | dpu_encoder.c | 550 int i, intf_count = 0, num_dsc = 0; in dpu_encoder_use_dsc_merge() local 554 intf_count++; in dpu_encoder_use_dsc_merge() 560 return (num_dsc > 0) && (num_dsc > intf_count); in dpu_encoder_use_dsc_merge() 583 int i, intf_count = 0; in dpu_encoder_get_topology() local 587 intf_count++; in dpu_encoder_get_topology() 600 if (intf_count == 2) in dpu_encoder_get_topology() 610 topology.num_intf = intf_count; in dpu_encoder_get_topology() 1382 for (i = 0; i < catalog->intf_count; i++) { in dpu_encoder_get_intf()
|
| A D | dpu_hw_catalog.h | 810 u32 intf_count; member
|
Completed in 35 milliseconds
12