Home
last modified time | relevance | path

Searched refs:group (Results 301 – 325 of 2464) sorted by relevance

1...<<11121314151617181920>>...99

/openbmc/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_psfp.c190 int (*sparx5_sdlb_group_action)(struct sparx5 *sparx5, u32 group, in sparx5_sdlb_conf_set()
200 return sparx5_sdlb_group_action(sparx5, fm->pol.group, fm->pol.idx); in sparx5_sdlb_conf_set()
284 fm->pol.group = ret; in sparx5_psfp_fm_add()
302 ret = sparx5_sdlb_group_get_by_index(sparx5, id, &fm.pol.group); in sparx5_psfp_fm_del()
318 const struct sparx5_sdlb_group *group; in sparx5_psfp_init() local
322 group = &sdlb_groups[i]; in sparx5_psfp_init()
323 sparx5_sdlb_group_init(sparx5, group->max_rate, in sparx5_psfp_init()
324 group->min_burst, group->frame_size, i); in sparx5_psfp_init()
/openbmc/docs/designs/
H A Docp-led-policy-support.md123 Extend the concept of "Priority" to groups in phosphor-led-manager. The group
125 that group. This allows users to have configurations like:
141 "group": "enclosure_identify",
155 "group": "fault",
169 "group": "unrelated",
203 - Allow the mixed use of group and individual led priority
215 - This does not solve the problem of a group being represented incompletely
216 - For example it is possible for 2 LEDs belonging to the same group to
237 - extend docs on how to configure LED group priority
238 - implement the LED group priority
[all …]
/openbmc/webui-vue/src/views/ProfileSettings/
H A DProfileSettings.vue26 <b-form-group
27 id="input-group-0"
40 </b-form-group>
41 <b-form-group
42 id="input-group-1"
81 </b-form-group>
82 <b-form-group
83 id="input-group-2"
105 </b-form-group>
113 <b-form-group :label="$t('pageProfileSettings.timezone')">
[all …]
/openbmc/linux/drivers/target/
H A Dtarget_core_fabric_configfs.c236 struct config_group *group, in target_core_mappedlun_stat_mkdir() argument
243 struct config_group *group, in target_core_mappedlun_stat_rmdir() argument
266 struct config_group *group, in target_fabric_make_mappedlun() argument
327 struct config_group *group, in target_fabric_drop_mappedlun() argument
374 struct config_group *group, in target_fabric_make_nodeacl() argument
422 struct config_group *group, in target_fabric_drop_nodeacl() argument
468 struct config_group *group, in target_fabric_make_np() argument
493 struct config_group *group, in target_fabric_drop_np() argument
716 struct config_group *group, in target_core_port_stat_mkdir() argument
723 struct config_group *group, in target_core_port_stat_rmdir() argument
[all …]
/openbmc/phosphor-fan-presence/control/
H A Dzone.cpp125 void Zone::setActiveAllow(const Group* group, bool isActiveAllow) in setActiveAllow() argument
127 _active[*(group)] = isActiveAllow; in setActiveAllow()
144 auto& sNames = _services.at(*group); in removeService()
166 auto& sNames = _services.at(*group); in setServiceOwner()
177 _services[*group].emplace_back(name, hasOwner); in setServiceOwner()
182 _services[*group].emplace_back(name, hasOwner); in setServiceOwner()
186 void Zone::setServices(const Group* group) in setServices() argument
189 removeService(group, ""); in setServices()
190 for (auto it = group->begin(); it != group->end(); ++it) in setServices()
206 setServiceOwner(group, name, hasOwner); in setServices()
[all …]
/openbmc/linux/drivers/usb/gadget/function/
H A Duvc_configfs.h22 func_inst.group); in to_f_uvc_opts()
41 struct config_group group; member
47 container_of(group_ptr, struct uvcg_color_matching, group)
55 struct config_group group; member
71 return container_of(to_config_group(item), struct uvcg_format, group); in to_uvcg_format()
/openbmc/webui-vue/src/views/Overview/
H A DOverview.vue9 <b-card-group deck>
12 </b-card-group>
13 <b-card-group deck>
16 </b-card-group>
19 <b-card-group deck>
23 </b-card-group>
/openbmc/linux/Documentation/sphinx/
H A Dautomarkup.py142 base_target = match.group(2)
143 target_text = nodes.Text(match.group(0))
202 base_target = match.group(2)
203 target_text = nodes.Text(match.group(0))
245 absolute = match.group(1)
246 target = match.group(2)
268 return nodes.Text(match.group(0))
276 return match.group(1)
/openbmc/openbmc-tools/sensor_yaml_config/
H A Dsensor_yaml_config.py161 dimmconn = re.search(r"dimmconn-\d+", p).group()
162 dimmId = re.search(r"\d+", dimmconn).group()
186 socket = re.search(r"\d+", splitted[4]).group()
187 core = re.search(r"\d+", splitted[9]).group()
194 core = re.search(r"\d+", name).group()
207 index = r.group()
210 r = re.search(r"_[A|B|C|D]", name).group()[-1]
344 group = parser.add_mutually_exclusive_group()
345 group.add_argument(
351 group.add_argument(
/openbmc/linux/drivers/pinctrl/
H A Dpinctrl-artpec6.c430 unsigned int group) in artpec6_get_group_name() argument
432 return artpec6_pin_groups[group].name; in artpec6_get_group_name()
436 unsigned int group, in artpec6_get_group_pins() argument
441 *num_pins = artpec6_pin_groups[group].num_pins; in artpec6_get_group_pins()
654 unsigned int function, unsigned int group, in artpec6_pmx_select_func() argument
675 val = artpec6_pin_groups[group].config in artpec6_pmx_select_func()
693 unsigned int group) in artpec6_pmx_set() argument
699 artpec6_get_group_name(pctldev, group)); in artpec6_pmx_set()
887 artpec6_get_group_name(pctldev, group)); in artpec6_pconf_group_set()
889 num_pins = artpec6_pin_groups[group].num_pins; in artpec6_pconf_group_set()
[all …]
/openbmc/phosphor-fan-presence/docs/monitor/
H A Dgroup.md1 # group chapter
7 in the group that then has all of their current values trusted or not for
16 - By default, the sensor is included in determining trust of the group.
27 "group": [
/openbmc/linux/drivers/usb/gadget/
H A Dconfigfs.c38 struct config_group group; member
70 struct config_group group; member
81 group); in to_config_usb_cfg()
96 struct config_group group; member
383 group); in to_gadget_language()
390 group); in to_gadget_config_name()
647 return &fi->group; in function_make()
752 return &cfg->group; in config_desc_make()
944 return &new->group; in gadget_language_make()
1407 desc = container_of(group, struct usb_os_desc, group); in ext_prop_make()
[all …]
/openbmc/phosphor-fan-presence/control/json/actions/
H A Dmapped_floor.cpp68 [name](const auto& group) { return name == group.getName(); }); in getGroup() argument
246 MappedFloor::getMaxGroupValue(const Group& group) in getMaxGroupValue() argument
251 for (const auto& member : group.getMembers()) in getMaxGroupValue()
256 member, group.getInterface(), group.getProperty()); in getMaxGroupValue()
261 if (!checked && (group.getMembers().size() > 1)) in getMaxGroupValue()
264 [&group, this](auto&& val) { in getMaxGroupValue()
273 ActionBase::getName(), group.getName())}; in getMaxGroupValue()
/openbmc/linux/drivers/pinctrl/bcm/
H A Dpinctrl-bcm6328.c275 unsigned group) in bcm6328_pinctrl_get_group_name() argument
277 return bcm6328_groups[group].name; in bcm6328_pinctrl_get_group_name()
281 unsigned group, const unsigned **pins, in bcm6328_pinctrl_get_group_pins() argument
284 *pins = bcm6328_groups[group].pins; in bcm6328_pinctrl_get_group_pins()
285 *npins = bcm6328_groups[group].npins; in bcm6328_pinctrl_get_group_pins()
325 unsigned selector, unsigned group) in bcm6328_pinctrl_set_mux() argument
328 const struct pingroup *pg = &bcm6328_groups[group]; in bcm6328_pinctrl_set_mux()
/openbmc/qemu/target/s390x/
H A Dcpu_features.c191 S390FeatGroup group; in s390_feat_bitmap_to_ascii() local
197 for (group = 0; group < S390_FEAT_GROUP_MAX; group++) { in s390_feat_bitmap_to_ascii()
198 const S390FeatGroupDef *def = s390_feat_group_def(group); in s390_feat_bitmap_to_ascii()
260 const S390FeatGroupDef *s390_feat_group_def(S390FeatGroup group) in s390_feat_group_def() argument
262 return &s390_feature_groups[group]; in s390_feat_group_def()
/openbmc/linux/net/devlink/
H A Dtrap.c45 const struct devlink_trap_group *group; member
274 group_item->group->name)) in devlink_nl_trap_fill()
441 if (!strcmp(group_item->group->name, name)) in devlink_trap_group_item_lookup()
454 if (group_item->group->id == id) in devlink_trap_group_item_lookup_by_id()
491 group_item->group->name)) in devlink_nl_trap_group_fill()
494 if (group_item->group->generic && in devlink_nl_trap_group_fill()
1137 if (strcmp(group->name, devlink_trap_group_generic[group->id].name)) in devlink_trap_group_generic_verify()
1161 if (group->generic) in devlink_trap_group_verify()
1547 const struct devlink_trap_group *group) in devlink_trap_group_register() argument
1565 group_item->group = group; in devlink_trap_group_register()
[all …]
/openbmc/linux/Documentation/scheduler/
H A Dsched-bwc.rst7 The SCHED_RT case is covered in Documentation/scheduler/sched-rt-group.rst
10 specification of the maximum CPU bandwidth available to a group or hierarchy.
13 each given "period" (microseconds), a task group is allocated up to "quota"
20 A group's unassigned quota is globally tracked, being refreshed back to
100 and return the group to an unconstrained state once more.
134 of the group have been throttled.
153 There are two ways in which a group may become throttled:
208 1. Limit a group to 1 CPU worth of runtime::
210 If period is 250ms and quota is also 250ms, the group will get
216 2. Limit a group to 2 CPUs worth of runtime on a multi-CPU machine
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A Dqcow2.py101 def cmd_set_feature_bit(fd, group, bit): argument
111 if group == 'incompatible':
113 elif group == 'compatible':
115 elif group == 'autoclear':
119 "'incompatible', 'compatible', or 'autoclear'" % group)
/openbmc/u-boot/tools/patman/
H A Dpatchstream.py246 value = cover_cc_match.group(1)
264 name = series_tag_match.group(1)
265 value = series_tag_match.group(2)
280 name = commit_tag_match.group(1)
281 value = commit_tag_match.group(2)
289 self.commit = commit.Commit(commit_match.group(1))
294 if (tag_match.group(1) == 'Tested-by' and
297 elif tag_match.group(1) == 'Patch-cc':
298 self.commit.AddCc(tag_match.group(2).split(','))
305 self.commit.CheckDuplicateSignoff(signoff_match.group(1))):
[all …]
/openbmc/linux/security/tomoyo/
H A Dgc.c50 if (head->r.domain == element || head->r.group == element || in tomoyo_struct_used_by_io_buffer()
219 tomoyo_put_group(entry->address.group); in tomoyo_del_acl()
346 struct tomoyo_group *group = in tomoyo_del_group() local
347 container_of(element, typeof(*group), head.list); in tomoyo_del_group()
349 tomoyo_put_name(group->group_name); in tomoyo_del_group()
564 struct tomoyo_group *group; in tomoyo_collect_entry() local
579 tomoyo_collect_member(id, &group->member_list); in tomoyo_collect_entry()
580 if (!list_empty(&group->member_list) || in tomoyo_collect_entry()
581 atomic_read(&group->head.users) > 0) in tomoyo_collect_entry()
583 atomic_set(&group->head.users, in tomoyo_collect_entry()
[all …]
/openbmc/linux/drivers/pinctrl/qcom/
H A Dpinctrl-lpass-lpi.c92 unsigned int group) in lpi_gpio_set_mux() argument
95 const struct lpi_pingroup *g = &pctrl->data->groups[group]; in lpi_gpio_set_mux()
117 !test_and_set_bit(group, pctrl->ever_gpio)) { in lpi_gpio_set_mux()
118 u32 io_val = lpi_gpio_read(pctrl, group, LPI_GPIO_VALUE_REG); in lpi_gpio_set_mux()
122 lpi_gpio_write(pctrl, group, LPI_GPIO_VALUE_REG, in lpi_gpio_set_mux()
126 lpi_gpio_write(pctrl, group, LPI_GPIO_VALUE_REG, in lpi_gpio_set_mux()
200 g = &pctrl->data->groups[group]; in lpi_config_set()
231 arg, group); in lpi_config_set()
259 lpi_gpio_write(pctrl, group, LPI_GPIO_VALUE_REG, val); in lpi_config_set()
263 val = lpi_gpio_read(pctrl, group, LPI_GPIO_CFG_REG); in lpi_config_set()
[all …]
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-firmware-opal-sensor-groups6 Each folder in this directory contains a sensor group
9 can also indicate the group of sensors belonging to
16 belonging to the group.
19 maximum values of all the sensors in the group.
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_gt_mcr.h17 int group, int instance);
23 int group, int instance);
34 u8 *group, u8 *instance);
40 unsigned int *group, unsigned int *instance);
/openbmc/linux/drivers/atm/
H A Dhe.c780 G0_RBPS_BS + (group * 32)); in he_init_group()
834 G0_RBPL_T + (group * 32)); in he_init_group()
858 G0_RBRQ_Q + (group * 16)); in he_init_group()
982 int i, group; in he_start() local
1435 for (group = 1; group < HE_NUM_GROUPS; ++group) { in he_start()
1643 he_dev->hsp->group[group].rbrq_tail); in he_service_rbrq()
1658 he_dev->rbrq_head, group, in he_service_rbrq()
1803 he_dev->hsp->group[group].tbrq_tail); in he_service_tbrq()
1814 group, in he_service_tbrq()
1929 int group, type; in he_tasklet() local
[all …]
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Ddevlink_trap_policer.sh211 devlink trap group set $DEVLINK_DEV group l3_drops policer $id
254 devlink trap group set $DEVLINK_DEV group l3_drops nopolicer
296 devlink trap group set $DEVLINK_DEV group l3_drops policer $id
324 devlink trap group set $DEVLINK_DEV group l3_drops nopolicer

1...<<11121314151617181920>>...99