/openbmc/linux/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() 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
|
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/catalog/ |
H A D | dpu_6_5_qcm2290.h | 144 .intf_count = ARRAY_SIZE(qcm2290_intf),
|
H A D | dpu_6_3_sm6115.h | 152 .intf_count = ARRAY_SIZE(sm6115_intf),
|
H A D | dpu_6_9_sm6375.h | 164 .intf_count = ARRAY_SIZE(sm6375_intf),
|
H A D | dpu_5_4_sm6125.h | 216 .intf_count = ARRAY_SIZE(sm6125_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_7_2_sc7280.h | 272 .intf_count = ARRAY_SIZE(sc7280_intf),
|
H A D | dpu_3_0_msm8998.h | 322 .intf_count = ARRAY_SIZE(msm8998_intf),
|
H A D | dpu_4_0_sdm845.h | 339 .intf_count = ARRAY_SIZE(sdm845_intf),
|
H A D | dpu_6_0_sm8250.h | 412 .intf_count = ARRAY_SIZE(sm8250_intf),
|
H A D | dpu_7_0_sm8350.h | 424 .intf_count = ARRAY_SIZE(sm8350_intf),
|
H A D | dpu_5_0_sm8150.h | 398 .intf_count = ARRAY_SIZE(sm8150_intf),
|
H A D | dpu_8_1_sm8450.h | 444 .intf_count = ARRAY_SIZE(sm8450_intf),
|
H A D | dpu_5_1_sc8180x.h | 426 .intf_count = ARRAY_SIZE(sc8180x_intf),
|
H A D | dpu_9_0_sm8550.h | 443 .intf_count = ARRAY_SIZE(sm8550_intf),
|
H A D | dpu_8_0_sc8280xp.h | 466 .intf_count = ARRAY_SIZE(sc8280xp_intf),
|
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_encoder.c | 542 int i, intf_count = 0, num_dsc = 0; in dpu_encoder_use_dsc_merge() local 546 intf_count++; in dpu_encoder_use_dsc_merge() 552 return (num_dsc > 0) && (num_dsc > intf_count); in dpu_encoder_use_dsc_merge() 575 int i, intf_count = 0; in dpu_encoder_get_topology() local 579 intf_count++; in dpu_encoder_get_topology() 592 if (intf_count == 2) in dpu_encoder_get_topology() 602 topology.num_intf = intf_count; in dpu_encoder_get_topology() 1309 for (i = 0; i < catalog->intf_count; i++) { in dpu_encoder_get_intf()
|
H A D | dpu_hw_catalog.h | 811 u32 intf_count; member
|
H A D | dpu_hw_interrupts.c | 497 for (i = 0; i < m->intf_count; i++) { in dpu_hw_intr_init()
|
H A D | dpu_rm.c | 161 for (i = 0; i < cat->intf_count; i++) { in dpu_rm_init()
|
H A D | dpu_kms.c | 918 for (i = 0; i < cat->intf_count; i++) in dpu_kms_mdp_snapshot()
|
/openbmc/linux/include/linux/greybus/ |
H A D | greybus_protocols.h | 1227 __u8 intf_count; member
|
/openbmc/linux/drivers/greybus/ |
H A D | svc.c | 969 num_interfaces = request->intf_count; in gb_svc_process_module_inserted()
|