Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/mt7621-pinctrl/
Dpinctrl-rt2880.c39 int group_count; member
49 return p->group_count; in rt2880_get_group_count()
57 return (group >= p->group_count) ? NULL : p->group_names[group]; in rt2880_get_group_name()
67 if (group >= p->group_count) in rt2880_get_group_pins()
142 if (p->func[func]->group_count == 1) in rt2880_pmx_group_get_groups()
147 *num_groups = p->func[func]->group_count; in rt2880_pmx_group_get_groups()
237 p->group_count++; in rt2880_pinmux_index()
242 p->group_names = devm_kcalloc(p->dev, p->group_count, in rt2880_pinmux_index()
247 for (i = 0; i < p->group_count; i++) { in rt2880_pinmux_index()
260 gpio_func.groups = devm_kcalloc(p->dev, p->group_count, sizeof(int), in rt2880_pinmux_index()
[all …]
/Linux-v4.19/arch/mips/include/asm/mach-ralink/
Dpinmux.h36 int group_count; member
/Linux-v4.19/arch/powerpc/perf/
Dhv-24x7-catalog.h49 __be16 group_count; member
/Linux-v4.19/drivers/net/ethernet/rocker/
Drocker_ofdpa.c109 u16 group_count; member
630 entry->group_count)) in ofdpa_cmd_group_tbl_add_group_ids()
638 for (i = 0; i < entry->group_count; i++) in ofdpa_cmd_group_tbl_add_group_ids()
1167 int flags, u8 group_count, in ofdpa_group_l2_fan_out() argument
1177 entry->group_count = group_count; in ofdpa_group_l2_fan_out()
1179 entry->group_ids = kcalloc(group_count, sizeof(u32), GFP_KERNEL); in ofdpa_group_l2_fan_out()
1184 memcpy(entry->group_ids, group_ids, group_count * sizeof(u32)); in ofdpa_group_l2_fan_out()
1191 u8 group_count, const u32 *group_ids, in ofdpa_group_l2_flood() argument
1195 group_count, group_ids, in ofdpa_group_l2_flood()
1454 u8 group_count = 0; in ofdpa_port_vlan_flood_group() local
[all …]
/Linux-v4.19/include/scsi/
Dosd_ore.h46 unsigned group_count; member
/Linux-v4.19/fs/exofs/
Dexofs.h231 sbi->layout.group_count; in exofs_init_comps()
Dore.c87 layout->group_count = total_comps / layout->mirrors_p1 / in ore_verify_layout()
97 layout->group_count = 1; in ore_verify_layout()
551 u64 S = T * layout->group_count; in ore_calc_stripe_info()
Dsuper.c744 sbi->layout.group_count = 1; in exofs_fill_super()
/Linux-v4.19/drivers/hid/
Dwacom_sys.c1484 static int wacom_leds_alloc_and_register(struct wacom *wacom, int group_count, in wacom_leds_alloc_and_register() argument
1495 error = wacom_led_groups_allocate(wacom, group_count); in wacom_leds_alloc_and_register()
1499 for (i = 0; i < group_count; i++) { in wacom_leds_alloc_and_register()