Home
last modified time | relevance | path

Searched refs:group_count (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/drivers/staging/mt7621-pinctrl/
Dpinctrl-rt2880.c40 int group_count; member
50 return p->group_count; in rt2880_get_group_count()
58 return (group >= p->group_count) ? NULL : p->group_names[group]; in rt2880_get_group_name()
68 if (group >= p->group_count) in rt2880_get_group_pins()
107 if (p->func[func]->group_count == 1) in rt2880_pmx_group_get_groups()
112 *num_groups = p->func[func]->group_count; in rt2880_pmx_group_get_groups()
202 p->group_count++; in rt2880_pinmux_index()
207 p->group_names = devm_kcalloc(p->dev, p->group_count, in rt2880_pinmux_index()
212 for (i = 0; i < p->group_count; i++) { in rt2880_pinmux_index()
225 gpio_func.groups = devm_kcalloc(p->dev, p->group_count, sizeof(int), in rt2880_pinmux_index()
[all …]
/Linux-v5.10/arch/mips/include/asm/mach-ralink/
Dpinmux.h33 int group_count; member
/Linux-v5.10/arch/powerpc/perf/
Dhv-24x7-catalog.h49 __be16 group_count; member
/Linux-v5.10/drivers/net/ipa/
Dipa_main.c388 u32 group_count = ipa_resource_group_count(ipa); in ipa_resource_limits_valid() local
392 if (!group_count) in ipa_resource_limits_valid()
402 for (j = group_count; j < IPA_RESOURCE_GROUP_COUNT; j++) in ipa_resource_limits_valid()
411 for (j = group_count; j < IPA_RESOURCE_GROUP_COUNT; j++) in ipa_resource_limits_valid()
/Linux-v5.10/drivers/net/ethernet/rocker/
Drocker_ofdpa.c106 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()
1176 entry->group_ids = kcalloc(group_count, sizeof(u32), GFP_KERNEL); in ofdpa_group_l2_fan_out()
1181 memcpy(entry->group_ids, group_ids, group_count * sizeof(u32)); 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
[all …]
/Linux-v5.10/drivers/hid/
Dwacom_sys.c1521 static int wacom_leds_alloc_and_register(struct wacom *wacom, int group_count, in wacom_leds_alloc_and_register() argument
1532 error = wacom_led_groups_allocate(wacom, group_count); in wacom_leds_alloc_and_register()
1536 for (i = 0; i < group_count; i++) { in wacom_leds_alloc_and_register()