/kernel/linux/linux-5.10/sound/usb/6fire/ |
H A D | chip.c | 96 chips[i]->intf_count++; in usb6fire_chip_probe() 138 chip->intf_count = 1; in usb6fire_chip_probe() 176 chip->intf_count--; in usb6fire_chip_disconnect() 177 if (!chip->intf_count) { in usb6fire_chip_disconnect()
|
H A D | chip.h | 17 int intf_count; /* number of registered interfaces */ member
|
/kernel/linux/linux-6.6/sound/usb/6fire/ |
H 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()
|
H A D | chip.h | 17 int intf_count; /* number of registered interfaces */ member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/catalog/ |
H A D | dpu_6_3_sm6115.h | 152 .intf_count = ARRAY_SIZE(sm6115_intf),
|
H A D | dpu_6_5_qcm2290.h | 144 .intf_count = ARRAY_SIZE(qcm2290_intf),
|
H A D | dpu_6_9_sm6375.h | 164 .intf_count = ARRAY_SIZE(sm6375_intf),
|
H A D | dpu_6_2_sc7180.h | 221 .intf_count = ARRAY_SIZE(sc7180_intf),
|
H A D | dpu_6_4_sm6350.h | 225 .intf_count = ARRAY_SIZE(sm6350_intf),
|
H A D | dpu_5_4_sm6125.h | 216 .intf_count = ARRAY_SIZE(sm6125_intf),
|
H A D | dpu_7_2_sc7280.h | 272 .intf_count = ARRAY_SIZE(sc7280_intf),
|
H A D | dpu_3_0_msm8998.h | 334 .intf_count = ARRAY_SIZE(msm8998_intf),
|
H A D | dpu_7_0_sm8350.h | 422 .intf_count = ARRAY_SIZE(sm8350_intf),
|
H A D | dpu_6_0_sm8250.h | 410 .intf_count = ARRAY_SIZE(sm8250_intf),
|
H A D | dpu_5_1_sc8180x.h | 424 .intf_count = ARRAY_SIZE(sc8180x_intf),
|
H A D | dpu_8_0_sc8280xp.h | 466 .intf_count = ARRAY_SIZE(sc8280xp_intf),
|
H A D | dpu_8_1_sm8450.h | 444 .intf_count = ARRAY_SIZE(sm8450_intf),
|
H A D | dpu_9_0_sm8550.h | 441 .intf_count = ARRAY_SIZE(sm8550_intf),
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_hw_catalog.c | 781 .intf_count = ARRAY_SIZE(sdm845_intf), in sdm845_cfg_init() 812 .intf_count = ARRAY_SIZE(sc7180_intf), in sc7180_cfg_init() 841 .intf_count = ARRAY_SIZE(sm8150_intf), in sm8150_cfg_init() 871 .intf_count = ARRAY_SIZE(sm8150_intf), in sm8250_cfg_init()
|
H A D | dpu_encoder.c | 541 int i, intf_count = 0; in dpu_encoder_get_topology() local 545 intf_count++; in dpu_encoder_get_topology() 559 if (intf_count == 2) in dpu_encoder_get_topology() 573 topology.num_intf = intf_count; in dpu_encoder_get_topology() 1280 for (i = 0; i < catalog->intf_count; i++) { in dpu_encoder_get_intf()
|
H A D | dpu_hw_catalog.h | 727 u32 intf_count; member
|
H A D | dpu_hw_intf.c | 63 for (i = 0; i < m->intf_count; i++) { in _intf_offset()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_encoder.c | 539 int i, intf_count = 0, num_dsc = 0; in dpu_encoder_use_dsc_merge() local 543 intf_count++; in dpu_encoder_use_dsc_merge() 549 return (num_dsc > 0) && (num_dsc > intf_count); in dpu_encoder_use_dsc_merge() 572 int i, intf_count = 0; in dpu_encoder_get_topology() local 576 intf_count++; in dpu_encoder_get_topology() 589 if (intf_count == 2) in dpu_encoder_get_topology() 599 topology.num_intf = intf_count; in dpu_encoder_get_topology() 1304 for (i = 0; i < catalog->intf_count; i++) { in dpu_encoder_get_intf()
|
H A D | dpu_hw_catalog.h | 810 u32 intf_count; member
|
H A D | dpu_hw_interrupts.c | 487 for (i = 0; i < m->intf_count; i++) { in dpu_hw_intr_init()
|