Home
last modified time | relevance | path

Searched refs:group (Results 276 – 300 of 2471) sorted by relevance

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

/openbmc/linux/Documentation/arch/x86/
H A Dresctrl.rst290 Moving MON group directories to a new parent CTRL_MON group is supported
295 MON group.
302 group. If the group is a CTRL_MON group the task is removed from
304 any MON group that owned the task. If the group is a MON group,
306 group. The task is removed from any previous MON group.
375 1) If a task is a member of a MON group, or non-default CTRL_MON group
383 "mon_data" group.
405 to identify a control group and a monitoring group respectively. Each of
993 group::
1240 group or CTRL_MON group.
[all …]
/openbmc/linux/drivers/pinctrl/
H A Dpinctrl-utils.c45 unsigned *num_maps, const char *group, in pinctrl_utils_add_map_mux() argument
52 (*map)[*num_maps].data.mux.group = group; in pinctrl_utils_add_map_mux()
62 unsigned *num_maps, const char *group, in pinctrl_utils_add_map_configs() argument
77 (*map)[*num_maps].data.configs.group_or_pin = group; in pinctrl_utils_add_map_configs()
H A Dpinctrl-lantiq.c76 const char *group, *pin; in ltq_pinctrl_dt_subnode_to_map() local
94 of_property_for_each_string(np, "lantiq,groups", prop, group) { in ltq_pinctrl_dt_subnode_to_map()
97 (*map)->data.mux.group = group; in ltq_pinctrl_dt_subnode_to_map()
126 of_property_for_each_string(np, "lantiq,groups", prop, group) { in ltq_pinctrl_dt_subnode_to_map()
131 (*map)->name = group; in ltq_pinctrl_dt_subnode_to_map()
132 (*map)->data.configs.group_or_pin = group; in ltq_pinctrl_dt_subnode_to_map()
261 unsigned group) in ltq_pmx_set() argument
264 const struct ltq_pin_group *pin_grp = &info->grps[group]; in ltq_pmx_set()
270 info->grps[group].name); in ltq_pmx_set()
H A Dpinctrl-mlxbf3.c191 unsigned int group) in mlxbf3_pmx_set() argument
196 if (group < MLXBF3_NGPIOS_GPIO0) in mlxbf3_pmx_set()
197 writel(BIT(group), priv->fw_ctrl_clr0); in mlxbf3_pmx_set()
199 writel(BIT(group % MLXBF3_NGPIOS_GPIO0), priv->fw_ctrl_clr1); in mlxbf3_pmx_set()
203 if (group < MLXBF3_NGPIOS_GPIO0) in mlxbf3_pmx_set()
204 writel(BIT(group), priv->fw_ctrl_set0); in mlxbf3_pmx_set()
206 writel(BIT(group % MLXBF3_NGPIOS_GPIO0), priv->fw_ctrl_set1); in mlxbf3_pmx_set()
/openbmc/phosphor-fan-presence/control/json/actions/
H A Dget_managed_objects.cpp41 for (const auto& group : _groups) in run() local
43 for (const auto& member : group.getMembers()) in run()
50 zone.getManager()->getService(member, group.getInterface()); in run()
76 zone.getManager()->addObjects(member, group.getInterface(), in run()
77 group.getProperty()); in run()
H A Dtarget_from_group_max.cpp166 for (const auto& group : _groups) in processGroups() local
168 const auto& members = group.getMembers(); in processGroups()
176 member, group.getInterface(), group.getProperty()); in processGroups()
187 [&group, &invalid, this](auto&& val) { in processGroups()
196 ActionBase::getName(), group.getName()) in processGroups()
/openbmc/u-boot/arch/sandbox/
H A Dconfig.mk19 -Wl,--start-group $(u-boot-main) -Wl,--end-group \
24 -Wl,--start-group $(patsubst $(obj)/%,%,$(u-boot-spl-main)) \
25 $(patsubst $(obj)/%,%,$(u-boot-spl-platdata)) -Wl,--end-group \
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/
H A Djquery-ui.structure.min.css5group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-…
/openbmc/phosphor-fan-presence/control/json/
H A Devent.cpp104 void Event::configGroup(Group& group, const json& jsonObj) in configGroup() argument
116 group.setInterface(intf); in configGroup()
120 group.setProperty(prop); in configGroup()
127 group.setType(type); in configGroup()
135 group.setValue(value); in configGroup()
165 auto group = Group(*grpEntry->second); in setGroups() local
166 configGroup(group, jsonGrp); in setGroups()
167 groups.emplace_back(group); in setGroups()
325 [&groupData](const auto& group) { in dump() argument
326 groupData.push_back(group.getName()); in dump()
/openbmc/openbmc/poky/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/
H A Dwpa_supplicant.conf448 group=CCMP TKIP WEP104 WEP40
460 group=CCMP TKIP
536 group=CCMP
613 group=TKIP
624 group=CCMP TKIP WEP104 WEP40
643 group=CCMP TKIP
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/
H A Dpinctrl-sirf.txt6 - interrupts : Interrupts used by every GPIO group
17 Each of these subnodes represents some desired configuration for a group of pins.
20 - sirf,pins : An array of strings. Each string contains the name of a group.
22 group.
24 Valid values for group and function names can be found from looking at the
25 group and function arrays in driver files:
/openbmc/linux/tools/objtool/
H A Dspecial.c22 bool group, jump_or_nop; member
32 .group = true,
77 alt->group = entry->group; in get_alt_entry()
80 if (alt->group) { in get_alt_entry()
105 if (!entry->group || alt->new_len) { in get_alt_entry()
/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dcreate_buildsys.py194 res = dep_re.findall(res.group(2))
212 origpkg = res.group(1)
253 libs = res.group(2).split()
486 res = dep_re.findall(res.group(1))
493 res = dep_re.findall(res.group(1))
526 lib = res.group(1)
532 lib = res.group(2)
534 header = res.group(1)
581 pv = process_value(res.group(2))
597 key = res.group(2).strip('[]')
[all …]
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_trap.c21 struct devlink_trap_group group; member
545 .group = DEVLINK_TRAP_GROUP_GENERIC(STP, 2),
550 .group = DEVLINK_TRAP_GROUP_GENERIC(LACP, 3),
555 .group = DEVLINK_TRAP_GROUP_GENERIC(LLDP, 4),
565 .group = DEVLINK_TRAP_GROUP_GENERIC(DHCP, 6),
575 .group = DEVLINK_TRAP_GROUP_GENERIC(BFD, 8),
580 .group = DEVLINK_TRAP_GROUP_GENERIC(OSPF, 9),
585 .group = DEVLINK_TRAP_GROUP_GENERIC(BGP, 10),
1662 const struct devlink_trap_group *group, in __mlxsw_sp_trap_group_init() argument
1698 group->init_policer_id, NULL); in mlxsw_sp_trap_group_init()
[all …]
/openbmc/docs/architecture/
H A Duser-management.md24 or if the user created doesn't have an 'ipmi' group role.
39 allowed to login to SSH if they only belong to webserver group and not to group
378 | | 'ipmi' group users | |
395 | | 'ipmi' group user's | |
419 |Allow group access based on |
420 |group property |
453 the LDAP group.
460 be based on the LDAP group. The LDAP group to privilege role mapping needs to be
493 different group roles.
495 group users to 'ipmi' group. 'Set User Name' IPMI command will not be able to
[all …]
/openbmc/linux/drivers/pinctrl/qcom/
H A Dpinctrl-lpass-lpi.h48 .group.name = "gpio" #id, \
49 .group.pins = gpio##id##_pins, \
52 .group.num_pins = ARRAY_SIZE(gpio##id##_pins), \
64 struct group_desc group; member
/openbmc/linux/drivers/iio/adc/
H A Dti-tsc2046.c351 unsigned int group, in tsc2046_adc_group_set_layout() argument
359 if (group) in tsc2046_adc_group_set_layout()
360 offset = priv->l[group - 1].offset + priv->l[group - 1].count; in tsc2046_adc_group_set_layout()
365 cur = &priv->l[group]; in tsc2046_adc_group_set_layout()
399 l = &priv->l[group]; in tsc2046_adc_get_val()
414 int group; in tsc2046_adc_scan() local
423 for (group = 0; group < priv->groups; group++) in tsc2046_adc_scan()
424 priv->scan_buf.data[group] = tsc2046_adc_get_val(priv, group); in tsc2046_adc_scan()
489 unsigned int ch_idx, group = 0; in tsc2046_adc_update_scan_mode() local
498 group++; in tsc2046_adc_update_scan_mode()
[all …]
/openbmc/linux/arch/arc/boot/dts/
H A Dabilis_tb101.dtsi173 gpio-ranges-group-names = "gpioa";
186 gpio-ranges-group-names = "gpiob";
199 gpio-ranges-group-names = "gpioc";
212 gpio-ranges-group-names = "gpiod";
225 gpio-ranges-group-names = "gpioe";
238 gpio-ranges-group-names = "gpiof";
251 gpio-ranges-group-names = "gpiog";
264 gpio-ranges-group-names = "gpioh";
277 gpio-ranges-group-names = "gpioi";
290 gpio-ranges-group-names = "gpioj";
[all …]
/openbmc/linux/tools/perf/
H A Dbuiltin-list.c178 const char *group, in default_print_metric() argument
190 (!print_state->metricgroups || !group || !strglobmatch(group, print_state->event_glob))) in default_print_metric()
203 strcmp(print_state->last_metricgroups, group ?: "")) { in default_print_metric()
204 if (group && print_state->metricgroups) { in default_print_metric()
206 printf("%s ", group); in default_print_metric()
208 const char *gdesc = describe_metricgroup(group); in default_print_metric()
211 printf("\n%s: [%s]\n", group, gdesc); in default_print_metric()
213 printf("\n%s:\n", group); in default_print_metric()
215 printf("%s\n", group); in default_print_metric()
218 print_state->last_metricgroups = strdup(group ?: ""); in default_print_metric()
[all …]
/openbmc/linux/include/linux/usb/
H A Dgadget_configfs.h48 struct config_group *group, \
64 config_group_init_type_name(&new->group, name, \
67 gi = container_of(group, struct struct_member, strings_group); \
79 return &new->group; \
86 struct config_group *group, \
/openbmc/phosphor-led-manager/test/
H A Dmeson.build23 'test-empty-group',
24 'test-group-priority',
52 'utest-group-priority.cpp',
53 'utest-led-yaml-group-priority.cpp',
55 'utest-led-yaml-empty-group.cpp',
/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/dbus/chassis-intrusion-monitor/
H A Dconfig.yaml2 class: group
3 group: path
9 class: group
10 group: property
55 callback: group
62 callback: group
/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/net/netlink/
H A Daf_netlink.h45 int (*netlink_bind)(struct net *net, int group);
46 void (*netlink_unbind)(struct net *net, int group);
71 int (*bind)(struct net *net, int group);
72 void (*unbind)(struct net *net, int group);
/openbmc/linux/tools/testing/selftests/kvm/include/
H A Dkvm_util_base.h598 int ret = __kvm_has_device_attr(dev_fd, group, attr); in kvm_has_device_attr()
605 static inline void kvm_device_attr_get(int dev_fd, uint32_t group, in kvm_device_attr_get() argument
608 int ret = __kvm_device_attr_get(dev_fd, group, attr, val); in kvm_device_attr_get()
615 static inline void kvm_device_attr_set(int dev_fd, uint32_t group, in kvm_device_attr_set() argument
618 int ret = __kvm_device_attr_set(dev_fd, group, attr, val); in kvm_device_attr_set()
626 return __kvm_has_device_attr(vcpu->fd, group, attr); in __vcpu_has_device_attr()
632 kvm_has_device_attr(vcpu->fd, group, attr); in vcpu_has_device_attr()
638 return __kvm_device_attr_get(vcpu->fd, group, attr, val); in __vcpu_device_attr_get()
644 kvm_device_attr_get(vcpu->fd, group, attr, val); in vcpu_device_attr_get()
650 return __kvm_device_attr_set(vcpu->fd, group, attr, val); in __vcpu_device_attr_set()
[all …]

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