Home
last modified time | relevance | path

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

/Linux-v5.4/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.4/arch/mips/include/asm/mach-ralink/
Dpinmux.h33 int group_count; member
/Linux-v5.4/arch/powerpc/perf/
Dhv-24x7-catalog.h49 __be16 group_count; member
/Linux-v5.4/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.4/drivers/hid/
Dwacom_sys.c1519 static int wacom_leds_alloc_and_register(struct wacom *wacom, int group_count, in wacom_leds_alloc_and_register() argument
1530 error = wacom_led_groups_allocate(wacom, group_count); in wacom_leds_alloc_and_register()
1534 for (i = 0; i < group_count; i++) { in wacom_leds_alloc_and_register()