Searched refs:ngroups (Results 1 – 7 of 7) sorted by relevance
| /openbmc/u-boot/lib/ |
| H A D | hexdump.c | 56 int ngroups; in hex_dump_to_buffer() local 72 ngroups = len / groupsize; in hex_dump_to_buffer() 84 for (j = 0; j < ngroups; j++) { in hex_dump_to_buffer() 95 for (j = 0; j < ngroups; j++) { in hex_dump_to_buffer() 106 for (j = 0; j < ngroups; j++) { in hex_dump_to_buffer() 150 return ascii ? ascii_column + len : (groupsize * 2 + 1) * ngroups - 1; in hex_dump_to_buffer()
|
| /openbmc/u-boot/drivers/pinctrl/mvebu/ |
| H A D | pinctrl-armada-37xx.c | 80 int ngroups; member 86 unsigned int ngroups; member 95 unsigned int ngroups; member 199 .ngroups = ARRAY_SIZE(armada_37xx_nb_groups), 206 .ngroups = ARRAY_SIZE(armada_37xx_sb_groups), 235 return info->ngroups; in armada_37xx_pmx_get_groups_count() 318 while (funcs->ngroups) { in armada_37xx_add_function() 321 funcs->ngroups++; in armada_37xx_add_function() 331 funcs->ngroups = 1; in armada_37xx_add_function() 350 for (n = 0; n < info->ngroups; n++) { in armada_37xx_fill_group() [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc/ |
| H A D | fix_build_errors.patch | 17 -gid_t groups[32]; int ngroups; const char* user = "root"; 18 -getgrouplist(user, 1, groups, &ngroups); 25 @@ -93,7 +88,6 @@ getgrouplist(user, 1, groups, &ngroups);
|
| /openbmc/u-boot/drivers/pinctrl/ |
| H A D | pinctrl-generic.c | 54 unsigned ngroups, selector; in pinctrl_group_name_to_selector() local 61 ngroups = ops->get_groups_count(dev); in pinctrl_group_name_to_selector() 64 for (selector = 0; selector < ngroups; selector++) { in pinctrl_group_name_to_selector()
|
| /openbmc/u-boot/drivers/pinctrl/mscc/ |
| H A D | mscc-common.h | 45 unsigned int ngroups; member
|
| H A D | mscc-common.c | 150 info->func[f].ngroups = npins; in mscc_create_group_func_map()
|
| /openbmc/u-boot/drivers/video/ |
| H A D | stb_truetype.h | 1144 stbtt_uint32 ngroups = ttULONG(data+index_map+12); in stbtt_FindGlyphIndex() local 1146 low = 0; high = (stbtt_int32)ngroups; in stbtt_FindGlyphIndex()
|