Searched refs:group_count (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/staging/mt7621-pinctrl/ |
D | pinctrl-rt2880.c | 39 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/ |
D | pinmux.h | 36 int group_count; member
|
/Linux-v4.19/arch/powerpc/perf/ |
D | hv-24x7-catalog.h | 49 __be16 group_count; member
|
/Linux-v4.19/drivers/net/ethernet/rocker/ |
D | rocker_ofdpa.c | 109 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/ |
D | osd_ore.h | 46 unsigned group_count; member
|
/Linux-v4.19/fs/exofs/ |
D | exofs.h | 231 sbi->layout.group_count; in exofs_init_comps()
|
D | ore.c | 87 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()
|
D | super.c | 744 sbi->layout.group_count = 1; in exofs_fill_super()
|
/Linux-v4.19/drivers/hid/ |
D | wacom_sys.c | 1484 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()
|