Searched refs:group_count (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/drivers/net/ipa/ |
| H A D | ipa_resource.c | 31 u32 group_count; in ipa_resource_limits_valid() local 38 group_count = data->rsrc_group_src_count; in ipa_resource_limits_valid() 39 if (!group_count || group_count > IPA_RESOURCE_GROUP_MAX) in ipa_resource_limits_valid() 54 group_count = data->rsrc_group_dst_count; in ipa_resource_limits_valid() 55 if (!group_count || group_count > IPA_RESOURCE_GROUP_MAX) in ipa_resource_limits_valid() 102 if (group_count < 3) in ipa_resource_config_src() 109 if (group_count < 5) in ipa_resource_config_src() 116 if (group_count < 7) in ipa_resource_config_src() 139 if (group_count < 3) in ipa_resource_config_dst() 146 if (group_count < 5) in ipa_resource_config_dst() [all …]
|
| /linux-6.15/drivers/pinctrl/mediatek/ |
| H A D | pinctrl-mtmips.c | 40 int group_count; member 50 return p->group_count; in mtmips_get_group_count() 68 if (group >= p->group_count) in mtmips_get_group_pins() 107 if (p->func[func]->group_count == 1) in mtmips_pmx_group_get_groups() 112 *num_groups = p->func[func]->group_count; in mtmips_pmx_group_get_groups() 201 p->group_count++; in mtmips_pinctrl_index() 211 for (i = 0; i < p->group_count; i++) { in mtmips_pinctrl_index() 228 gpio_func.group_count = p->group_count; in mtmips_pinctrl_index() 229 for (i = 0; i < gpio_func.group_count; i++) in mtmips_pinctrl_index() 236 for (i = 0; i < p->group_count; i++) { in mtmips_pinctrl_index() [all …]
|
| H A D | pinctrl-mtmips.h | 33 int group_count; member
|
| /linux-6.15/arch/powerpc/perf/ |
| H A D | hv-24x7-catalog.h | 49 __be16 group_count; member
|
| /linux-6.15/fs/ext4/ |
| H A D | mballoc-test.c | 184 ext4_group_t group_count; member 197 sbi->s_groups_count = layout->group_count; in mbt_init_sb_layout() 210 layout->group_count); in mbt_init_sb_layout() 943 .group_count = 4, 950 .group_count = 4, 957 .group_count = 4, 968 layout->blocks_per_group, layout->group_count, in mbt_show_layout()
|
| /linux-6.15/drivers/net/ethernet/rocker/ |
| H A D | rocker_ofdpa.c | 106 u16 group_count; member 627 entry->group_count)) in ofdpa_cmd_group_tbl_add_group_ids() 635 for (i = 0; i < entry->group_count; i++) in ofdpa_cmd_group_tbl_add_group_ids() 1164 int flags, u8 group_count, in ofdpa_group_l2_fan_out() argument 1174 entry->group_count = group_count; in ofdpa_group_l2_fan_out() 1188 u8 group_count, const u32 *group_ids, in ofdpa_group_l2_flood() argument 1192 group_count, group_ids, in ofdpa_group_l2_flood() 1451 u8 group_count = 0; in ofdpa_port_vlan_flood_group() local 1471 group_ids[group_count++] = in ofdpa_port_vlan_flood_group() 1477 if (group_count == 0) in ofdpa_port_vlan_flood_group() [all …]
|
| /linux-6.15/drivers/gpu/drm/display/ |
| H A D | drm_dp_tunnel.c | 190 int group_count; member 318 for (i = 0; i < mgr->group_count; i++) { in lookup_or_alloc_group() 1879 for (i = 0; i < mgr->group_count; i++) { in destroy_mgr() 1933 mgr->group_count++; in drm_dp_tunnel_mgr_create()
|
| /linux-6.15/drivers/gpu/drm/panthor/ |
| H A D | panthor_sched.c | 1876 u32 group_count; member 1888 return ctx->group_count == sched->csg_slot_count; in tick_ctx_is_full() 1946 ctx->group_count++; in tick_ctx_pick_groups_from_list() 2313 sched->used_csg_slot_count = ctx->group_count; in tick_ctx_apply() 2422 if (ctx.idle_group_count == ctx.group_count) { in tick_work()
|
| /linux-6.15/drivers/hid/ |
| H A D | wacom_sys.c | 1577 static int wacom_leds_alloc_and_register(struct wacom *wacom, int group_count, in wacom_leds_alloc_and_register() argument 1588 error = wacom_led_groups_allocate(wacom, group_count); in wacom_leds_alloc_and_register() 1592 for (i = 0; i < group_count; i++) { in wacom_leds_alloc_and_register()
|