/linux/fs/ext2/ |
A D | ialloc.c | 261 int ngroups = sbi->s_groups_count; in find_group_orlov() local 274 avefreei = freei / ngroups; in find_group_orlov() 276 avefreeb = free_blocks / ngroups; in find_group_orlov() 287 for (i = 0; i < ngroups; i++) { in find_group_orlov() 327 for (i = 0; i < ngroups; i++) { in find_group_orlov() 344 for (i = 0; i < ngroups; i++) { in find_group_orlov() 399 for (i = 1; i < ngroups; i <<= 1) { in find_group_other() 401 if (group >= ngroups) in find_group_other() 402 group -= ngroups; in find_group_other() 414 for (i = 0; i < ngroups; i++) { in find_group_other() [all …]
|
/linux/drivers/pinctrl/berlin/ |
A D | berlin.c | 39 return pctrl->desc->ngroups; in berlin_pinctrl_get_group_count() 59 int ret, ngroups; in berlin_pinctrl_dt_node_to_map() local 72 if (ngroups < 0) { in berlin_pinctrl_dt_node_to_map() 79 num_maps, ngroups); in berlin_pinctrl_dt_node_to_map() 128 *num_groups = pctrl->functions[function].ngroups; in berlin_pinmux_get_function_groups() 187 function->ngroups++; in berlin_pinctrl_add_function() 194 function->ngroups = 1; in berlin_pinctrl_add_function() 210 for (i = 0; i < pctrl->desc->ngroups; i++) { in berlin_pinctrl_build_state() 223 for (i = 0; i < pctrl->desc->ngroups; i++) { in berlin_pinctrl_build_state() 238 for (i = 0; i < pctrl->desc->ngroups; i++) { in berlin_pinctrl_build_state() [all …]
|
A D | berlin.h | 28 unsigned ngroups; member 34 unsigned ngroups; member
|
/linux/drivers/pinctrl/spear/ |
A D | pinctrl-spear310.c | 52 .ngroups = ARRAY_SIZE(emi_cs_0_to_5_grps), 84 .ngroups = ARRAY_SIZE(uart1_grps), 116 .ngroups = ARRAY_SIZE(uart2_grps), 148 .ngroups = ARRAY_SIZE(uart3_grps), 180 .ngroups = ARRAY_SIZE(uart4_grps), 212 .ngroups = ARRAY_SIZE(uart5_grps), 244 .ngroups = ARRAY_SIZE(fsmc_grps), 276 .ngroups = ARRAY_SIZE(rs485_0_grps), 308 .ngroups = ARRAY_SIZE(rs485_1_grps), 340 .ngroups = ARRAY_SIZE(tdm_grps), [all …]
|
A D | pinctrl-spear1340.c | 365 .ngroups = ARRAY_SIZE(fsmc_grps), 664 .ngroups = ARRAY_SIZE(pwm_grps), 825 .ngroups = ARRAY_SIZE(vip_grps), 862 .ngroups = ARRAY_SIZE(cam0_grps), 903 .ngroups = ARRAY_SIZE(cam1_grps), 940 .ngroups = ARRAY_SIZE(cam2_grps), 981 .ngroups = ARRAY_SIZE(cam3_grps), 1013 .ngroups = ARRAY_SIZE(smi_grps), 1283 .ngroups = ARRAY_SIZE(i2s_grps), 1618 .ngroups = ARRAY_SIZE(cf_grps), [all …]
|
A D | pinctrl-spear3xx.c | 51 .ngroups = ARRAY_SIZE(firda_grps), 84 .ngroups = ARRAY_SIZE(i2c_grps), 117 .ngroups = ARRAY_SIZE(ssp_cs_grps), 150 .ngroups = ARRAY_SIZE(ssp_grps), 184 .ngroups = ARRAY_SIZE(mii_grps), 349 .ngroups = ARRAY_SIZE(gpio0_grps), 382 .ngroups = ARRAY_SIZE(uart0_ext_grps), 415 .ngroups = ARRAY_SIZE(uart0_grps), 448 .ngroups = ARRAY_SIZE(timer_0_1_grps), 481 .ngroups = ARRAY_SIZE(timer_2_3_grps),
|
A D | pinctrl-spear1310.c | 269 .ngroups = ARRAY_SIZE(i2c0_grps), 364 .ngroups = ARRAY_SIZE(ssp0_grps), 400 .ngroups = ARRAY_SIZE(i2s0_grps), 436 .ngroups = ARRAY_SIZE(i2s1_grps), 503 .ngroups = ARRAY_SIZE(clcd_grps), 619 .ngroups = ARRAY_SIZE(smi_grps), 657 .ngroups = ARRAY_SIZE(gmii_grps), 893 .ngroups = ARRAY_SIZE(nand_grps), 1252 .ngroups = ARRAY_SIZE(cf_grps), 1284 .ngroups = ARRAY_SIZE(xd_grps), [all …]
|
A D | pinctrl-spear300.c | 218 .ngroups = ARRAY_SIZE(fsmc_grps), 279 .ngroups = ARRAY_SIZE(clcd_grps), 316 .ngroups = ARRAY_SIZE(tdm_grps), 352 .ngroups = ARRAY_SIZE(i2c_grps), 411 .ngroups = ARRAY_SIZE(cam_grps), 445 .ngroups = ARRAY_SIZE(dac_grps), 481 .ngroups = ARRAY_SIZE(i2s_grps), 551 .ngroups = ARRAY_SIZE(sdhci_grps), 612 .ngroups = ARRAY_SIZE(gpio1_grps), 658 spear3xx_machdata.ngroups = ARRAY_SIZE(spear300_pingroups); in spear300_pinctrl_probe()
|
A D | pinctrl-spear320.c | 511 .ngroups = ARRAY_SIZE(clcd_grps), 594 .ngroups = ARRAY_SIZE(emi_grps), 687 .ngroups = ARRAY_SIZE(fsmc_grps), 733 .ngroups = ARRAY_SIZE(spp_grps), 890 .ngroups = ARRAY_SIZE(sdhci_grps), 943 .ngroups = ARRAY_SIZE(i2s_grps), 989 .ngroups = ARRAY_SIZE(uart1_grps), 1927 .ngroups = ARRAY_SIZE(can0_grps), 1972 .ngroups = ARRAY_SIZE(can1_grps), 2393 .ngroups = ARRAY_SIZE(pwm2_grps), [all …]
|
A D | pinctrl-spear.c | 101 for (group = 0; group < machdata->ngroups; group++) { in pmx_init_addr() 118 return pmx->machdata->ngroups; in spear_pinctrl_get_groups_cnt() 231 unsigned * const ngroups) in spear_pinctrl_get_func_groups() argument 236 *ngroups = pmx->machdata->functions[function]->ngroups; in spear_pinctrl_get_func_groups()
|
/linux/fs/ext4/ |
A D | ialloc.c | 442 ngroups = real_ngroups; in find_group_orlov() 450 avefreei = freei / ngroups; in find_group_orlov() 453 do_div(avefreec, ngroups); in find_group_orlov() 542 ngroups = real_ngroups; in find_group_orlov() 591 if (last > ngroups) in find_group_other() 592 last = ngroups; in find_group_other() 611 if (*group > ngroups) in find_group_other() 642 if (*group >= ngroups) in find_group_other() 643 *group -= ngroups; in find_group_other() 656 if (++*group >= ngroups) in find_group_other() [all …]
|
/linux/drivers/pinctrl/ |
A D | pinctrl-zynqmp.c | 56 unsigned int ngroups; member 74 unsigned int ngroups; member 97 return pctrl->ngroups; in zynqmp_pctrl_get_groups_count() 175 *num_groups = pctrl->funcs[selector].ngroups; in zynqmp_pmux_get_function_groups() 517 *ngroups = payload[1]; in zynqmp_pinctrl_get_func_num_groups() 555 for (index = 0; index < func->ngroups; index += NUM_GROUPS_PER_RESP) { in zynqmp_pinctrl_prepare_func_groups() 701 unsigned int ngroups) in zynqmp_pinctrl_prepare_group_pins() argument 750 ret = zynqmp_pinctrl_get_func_num_groups(i, &funcs[i].ngroups); in zynqmp_pinctrl_prepare_function_info() 754 pctrl->ngroups += funcs[i].ngroups; in zynqmp_pinctrl_prepare_function_info() 757 groups = devm_kzalloc(dev, sizeof(*groups) * pctrl->ngroups, GFP_KERNEL); in zynqmp_pinctrl_prepare_function_info() [all …]
|
A D | pinctrl-axp209.c | 58 unsigned int ngroups; member 225 *num_groups = pctl->funcs[selector].ngroups; in axp20x_pmx_func_groups() 325 unsigned int ngroups = hweight8(mask); in axp20x_funcs_groups_from_mask() local 328 func->ngroups = ngroups; in axp20x_funcs_groups_from_mask() 329 if (func->ngroups > 0) { in axp20x_funcs_groups_from_mask() 331 ngroups, sizeof(const char *), in axp20x_funcs_groups_from_mask() 364 pctl->funcs[i].ngroups = npins; in axp20x_build_funcs_groups()
|
/linux/drivers/infiniband/hw/hfi1/ |
A D | exp_rcv.c | 40 u32 ngroups; in hfi1_alloc_ctxt_rcv_groups() local 42 ngroups = rcd->expected_count / dd->rcv_entries.group_size; in hfi1_alloc_ctxt_rcv_groups() 44 kcalloc_node(ngroups, sizeof(*rcd->groups), in hfi1_alloc_ctxt_rcv_groups() 49 for (i = 0; i < ngroups; i++) { in hfi1_alloc_ctxt_rcv_groups()
|
/linux/lib/ |
A D | hexdump.c | 110 int ngroups; in hex_dump_to_buffer() local 126 ngroups = len / groupsize; in hex_dump_to_buffer() 138 for (j = 0; j < ngroups; j++) { in hex_dump_to_buffer() 149 for (j = 0; j < ngroups; j++) { in hex_dump_to_buffer() 160 for (j = 0; j < ngroups; j++) { in hex_dump_to_buffer() 204 return ascii ? ascii_column + len : (groupsize * 2 + 1) * ngroups - 1; in hex_dump_to_buffer()
|
/linux/kernel/ |
A D | groups.c | 23 gi->ngroups = gidsetsize; in groups_alloc() 42 unsigned int count = group_info->ngroups; in groups_to_user() 59 unsigned int count = group_info->ngroups; in groups_from_user() 86 sort(group_info->gid, group_info->ngroups, sizeof(*group_info->gid), in groups_sort() 100 right = group_info->ngroups; in groups_search() 157 i = cred->group_info->ngroups; in SYSCALL_DEFINE2()
|
/linux/drivers/pinctrl/pxa/ |
A D | pinctrl-pxa2xx.c | 28 return pctl->ngroups; in pxa2xx_pctrl_get_groups_count() 133 *num_groups = pf->ngroups; in pxa2xx_pmx_get_func_groups() 298 int i, j, ngroups; in pxa2xx_build_groups() local 309 ngroups = 0; in pxa2xx_build_groups() 315 gtmp[ngroups++] = (char *) in pxa2xx_build_groups() 318 func->ngroups = ngroups; in pxa2xx_build_groups() 320 devm_kmalloc_array(pctl->dev, ngroups, in pxa2xx_build_groups() 325 memcpy(func->groups, gtmp, ngroups * sizeof(*gtmp)); in pxa2xx_build_groups() 341 pctl->ngroups = npins; in pxa2xx_build_state() 352 pctl->groups = devm_kmalloc_array(pctl->dev, pctl->ngroups, in pxa2xx_build_state()
|
A D | pinctrl-pxa2xx.h | 63 unsigned ngroups; member 76 unsigned ngroups; member
|
/linux/drivers/pinctrl/mvebu/ |
A D | pinctrl-armada-37xx.c | 75 int ngroups; member 81 unsigned int ngroups; member 107 unsigned int ngroups; member 236 while (*grp < info->ngroups) { in armada_37xx_find_next_grp_by_pin() 271 return info->ngroups; in armada_37xx_get_groups_count() 289 if (selector >= info->ngroups) in armada_37xx_get_group_pins() 846 while (funcs->ngroups) { in armada_37xx_add_function() 849 funcs->ngroups++; in armada_37xx_add_function() 859 funcs->ngroups = 1; in armada_37xx_add_function() 936 funcs[n].ngroups, in armada_37xx_fill_func() [all …]
|
/linux/drivers/pinctrl/sprd/ |
A D | pinctrl-sprd.c | 136 unsigned int ngroups; member 198 for (i = 0; i < info->ngroups; i++) { in sprd_pinctrl_find_group_by_name() 213 return info->ngroups; in sprd_pctrl_group_count() 233 if (selector >= info->ngroups) in sprd_pctrl_group_pins() 379 *num_groups = info->ngroups; in sprd_pmx_get_function_groups() 395 if (group_selector >= info->ngroups) in sprd_pmx_set_mux() 749 if (selector >= info->ngroups) in sprd_pinconf_group_get() 768 if (selector >= info->ngroups) in sprd_pinconf_group_set() 828 if (selector >= info->ngroups) in sprd_pinconf_group_dbg_show() 944 if (!info->ngroups) in sprd_pinctrl_parse_dt() [all …]
|
/linux/drivers/pinctrl/intel/ |
A D | pinctrl-intel.h | 51 size_t ngroups; member 174 .ngroups = ARRAY_SIZE((g)), \ 197 size_t ngroups; member
|
A D | pinctrl-broxton.c | 183 .ngroups = ARRAY_SIZE(bxt_north_groups), 300 .ngroups = ARRAY_SIZE(bxt_northwest_groups), 407 .ngroups = ARRAY_SIZE(bxt_west_groups), 483 .ngroups = ARRAY_SIZE(bxt_southwest_groups), 661 .ngroups = ARRAY_SIZE(apl_north_groups), 781 .ngroups = ARRAY_SIZE(apl_northwest_groups), 891 .ngroups = ARRAY_SIZE(apl_west_groups), 983 .ngroups = ARRAY_SIZE(apl_southwest_groups),
|
/linux/drivers/pinctrl/freescale/ |
A D | pinctrl-imx1-core.c | 161 for (i = 0; i < info->ngroups; i++) { in imx1_pinctrl_find_group_by_name() 176 return info->ngroups; in imx1_get_groups_count() 195 if (selector >= info->ngroups) in imx1_get_group_pins() 431 if (group >= info->ngroups) in imx1_pinconf_group_dbg_show() 551 u32 ngroups = 0; in imx1_pinctrl_parse_dt() local 559 ngroups += of_get_child_count(child); in imx1_pinctrl_parse_dt() 571 info->ngroups = ngroups; in imx1_pinctrl_parse_dt() 573 ngroups, sizeof(struct imx1_pin_group), GFP_KERNEL); in imx1_pinctrl_parse_dt()
|
A D | pinctrl-mxs.h | 54 unsigned ngroups; member 78 unsigned ngroups; member
|
/linux/drivers/pinctrl/qcom/ |
A D | pinctrl-msm.h | 19 unsigned ngroups; member 129 unsigned ngroups; member
|