Home
last modified time | relevance | path

Searched refs:group (Results 376 – 400 of 2471) sorted by relevance

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

/openbmc/phosphor-led-manager/manager/
H A Dserialize.cpp28 void Serialize::storeGroups(const std::string& group, bool asserted) in storeGroups() argument
34 auto iter = savedGroups.find(group); in storeGroups()
42 savedGroups.emplace(group); in storeGroups()
/openbmc/linux/scripts/
H A Dbpf_doc.py67 res['ret_type'] = capture.group(1)
68 res['ret_star'] = capture.group(2)
69 res['name'] = capture.group(3)
72 args = capture.group(4).split(', ')
76 'type' : capture.group(1),
77 'star' : capture.group(5),
78 'name' : capture.group(6)
126 return capture.group(1)
141 return capture.group(1)
161 desc += capture.group(1) + '\n'
[all …]
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Dhw.c1741 group = 0; in _rtl92ee_get_chnl_group()
1743 group = 1; in _rtl92ee_get_chnl_group()
1745 group = 2; in _rtl92ee_get_chnl_group()
1747 group = 3; in _rtl92ee_get_chnl_group()
1749 group = 4; in _rtl92ee_get_chnl_group()
1752 group = 0; in _rtl92ee_get_chnl_group()
1802 for (group = 0 ; group < MAX_CHNL_GROUP_24G; group++) { in _rtl8192ee_read_power_value_fromprom()
1819 for (group = 0 ; group < MAX_CHNL_GROUP_5G; group++) in _rtl8192ee_read_power_value_fromprom()
1844 for (group = 0 ; group < MAX_CHNL_GROUP_24G; group++) { in _rtl8192ee_read_power_value_fromprom()
1849 for (group = 0 ; group < MAX_CHNL_GROUP_24G - 1; group++) { in _rtl8192ee_read_power_value_fromprom()
[all …]
/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/fan-policy/witherspoon/
H A Dfan-errors.yaml16 class: group
17 group: path
23 class: group
24 group: path
30 class: group
31 group: path
37 class: group
38 group: path
46 class: group
47 group: path
[all …]
/openbmc/linux/drivers/pinctrl/samsung/
H A Dpinctrl-samsung.c58 unsigned group) in samsung_get_group_name() argument
62 return pmx->pin_groups[group].name; in samsung_get_group_name()
66 unsigned group, in samsung_get_group_pins() argument
72 *pins = pmx->pin_groups[group].pins; in samsung_get_group_pins()
109 (*map)[*num_maps].data.mux.group = group; in add_map_mux()
187 const char *group; in samsung_dt_subnode_to_map() local
227 num_maps, group, np->full_name); in samsung_dt_subnode_to_map()
234 num_maps, group, configs, in samsung_dt_subnode_to_map()
377 unsigned group) in samsung_pinmux_setup() argument
390 grp = &drvdata->pin_groups[group]; in samsung_pinmux_setup()
[all …]
/openbmc/linux/include/linux/
H A Dcs5535.h49 static inline int cs5535_pic_unreqz_select_high(unsigned int group, in cs5535_pic_unreqz_select_high() argument
55 lo &= ~(0xF << (group * 4)); in cs5535_pic_unreqz_select_high()
56 lo |= (irq & 0xF) << (group * 4); in cs5535_pic_unreqz_select_high()
176 int cs5535_gpio_set_irq(unsigned group, unsigned irq);
H A Dconnector.h45 u32 seq, group; member
102 u32 group, gfp_t gfp_mask,
128 int cn_netlink_send(struct cn_msg *msg, u32 portid, u32 group, gfp_t gfp_mask);
H A Dgenl_magic_func.h15 #define GENL_mc_group(group) argument
261 #define GENL_mc_group(group) { .name = #group, }, argument
267 #define GENL_mc_group(group) CONCATENATE(GENL_MAGIC_FAMILY, _group_ ## group), in CONCATENATE() argument
272 #define GENL_mc_group(group) \ argument
273 static int CONCATENATE(GENL_MAGIC_FAMILY, _genl_multicast_ ## group)( \
277 CONCATENATE(GENL_MAGIC_FAMILY, _group_ ## group); \
285 #define GENL_mc_group(group) argument
/openbmc/linux/tools/testing/selftests/rlimits/
H A Drlimits-per-userns.c28 static uid_t group = 60000; variable
63 warnx("(pid=%d): Changing to uid=%d, gid=%d", pid, user, group); in fork_child()
65 if (setgid(group) < 0) in fork_child()
66 err(EXIT_FAILURE, "(pid=%d): setgid(%d)", pid, group); in fork_child()
/openbmc/webui-vue/src/views/Settings/PowerRestorePolicy/
H A DPowerRestorePolicy.vue7 <b-form-group :label="$t('pagePowerRestorePolicy.powerPoliciesLabel')">
8 <b-form-radio-group
13 ></b-form-radio-group>
14 </b-form-group>
/openbmc/linux/tools/testing/selftests/net/forwarding/
H A Dgre_multipath_nh.sh104 ip nexthop add id 103 group 101/102
150 ip nexthop add id 203 group 201/202
241 ip nexthop replace id 103 group 101,$weight1/102,$weight2
257 ip nexthop replace id 103 group 101/102
268 ip nexthop replace id 103 group 101,$weight1/102,$weight2
285 ip nexthop replace id 103 group 101/102
296 ip nexthop replace id 103 group 101,$weight1/102,$weight2
312 ip nexthop replace id 103 group 101/102
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd-systemctl/
H A Dsystemctl71 if m.group('section') not in self.sections:
73 self.sections[m.group('section')] = section
75 section = self.sections[m.group('section')]
82 k = m.group('key')
83 v = m.group('value')
129 directive = Directive(action=m.group('action'),
130 unit_name=m.group('unit_name'))
218 instance = template.group('instance')
/openbmc/openbmc/meta-security/recipes-security/paxctl/paxctl/
H A D0001-To-fix-package-error-if-DESTDIR-is-set-to-usr.patch20 - $(INSTALL) -D --owner 0 --group 0 --mode a=rx $(PROG) $(DESTDIR)/sbin/$(PROG)
21 + $(INSTALL) -D --owner 0 --group 0 --mode a=rx $(PROG) $(DESTDIR)/usr/sbin/$(PROG)
22 $(INSTALL) -D --owner 0 --group 0 --mode a=r $(PROG).1 $(DESTDIR)/$(MANDIR)/$(PROG).1
/openbmc/linux/drivers/pinctrl/bcm/
H A Dpinctrl-bcm6318.c351 unsigned group) in bcm6318_pinctrl_get_group_name() argument
353 return bcm6318_groups[group].name; in bcm6318_pinctrl_get_group_name()
357 unsigned group, const unsigned **pins, in bcm6318_pinctrl_get_group_pins() argument
360 *pins = bcm6318_groups[group].pins; in bcm6318_pinctrl_get_group_pins()
361 *npins = bcm6318_groups[group].npins; in bcm6318_pinctrl_get_group_pins()
411 unsigned selector, unsigned group) in bcm6318_pinctrl_set_mux() argument
414 const struct pingroup *pg = &bcm6318_groups[group]; in bcm6318_pinctrl_set_mux()
H A Dpinctrl-bcm6358.c216 unsigned group) in bcm6358_pinctrl_get_group_name() argument
218 return bcm6358_groups[group].grp.name; in bcm6358_pinctrl_get_group_name()
222 unsigned group, const unsigned **pins, in bcm6358_pinctrl_get_group_pins() argument
225 *pins = bcm6358_groups[group].grp.pins; in bcm6358_pinctrl_get_group_pins()
226 *npins = bcm6358_groups[group].grp.npins; in bcm6358_pinctrl_get_group_pins()
254 unsigned selector, unsigned group) in bcm6358_pinctrl_set_mux() argument
258 const struct bcm6358_pingroup *pg = &bcm6358_groups[group]; in bcm6358_pinctrl_set_mux()
H A Dpinctrl-bcm6368.c341 unsigned group) in bcm6368_pinctrl_get_group_name() argument
343 return bcm6368_groups[group].name; in bcm6368_pinctrl_get_group_name()
347 unsigned group, const unsigned **pins, in bcm6368_pinctrl_get_group_pins() argument
350 *pins = bcm6368_groups[group].pins; in bcm6368_pinctrl_get_group_pins()
351 *npins = bcm6368_groups[group].npins; in bcm6368_pinctrl_get_group_pins()
379 unsigned selector, unsigned group) in bcm6368_pinctrl_set_mux() argument
383 const struct pingroup *pg = &bcm6368_groups[group]; in bcm6368_pinctrl_set_mux()
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/
H A Dbootstrap.css.map1group.less","less/mixins/list-group.less","less/panels.less","less/mixins/panels.less","less/respo…
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/
H A Dnxp,s32g2-siul2-pinctrl.yaml41 - description: MSCR registers group 0 in SIUL2_0
42 - description: MSCR registers group 1 in SIUL2_1
43 - description: MSCR registers group 2 in SIUL2_1
44 - description: IMCR registers group 0 in SIUL2_0
45 - description: IMCR registers group 1 in SIUL2_1
46 - description: IMCR registers group 2 in SIUL2_1
/openbmc/openbmc/poky/meta/recipes-extended/shadow/files/pam.d/
H A Dsu8 # Uncomment this to force users to be a member of group root
9 # before they can use `su'. You can also add "group=foo"
10 # to the end of this line if you want to use a group other
21 # Uncomment this if you want members of a specific group to not
23 # auth required pam_wheel.so deny group=nosu
/openbmc/linux/drivers/pinctrl/vt8500/
H A Dpinctrl-wmt.c212 int group; in wmt_pctl_dt_node_to_map_func() local
220 group = wmt_pctl_find_group_by_pin(data, pin); in wmt_pctl_dt_node_to_map_func()
221 if (group < 0) { in wmt_pctl_dt_node_to_map_func()
223 return group; in wmt_pctl_dt_node_to_map_func()
227 map->data.mux.group = data->groups[group]; in wmt_pctl_dt_node_to_map_func()
239 int group; in wmt_pctl_dt_node_to_map_pull() local
248 group = wmt_pctl_find_group_by_pin(data, pin); in wmt_pctl_dt_node_to_map_pull()
249 if (group < 0) { in wmt_pctl_dt_node_to_map_pull()
251 return group; in wmt_pctl_dt_node_to_map_pull()
274 map->data.configs.group_or_pin = data->groups[group]; in wmt_pctl_dt_node_to_map_pull()
/openbmc/linux/drivers/iio/
H A Dindustrialio-event.c42 struct attribute_group group; member
551 ev_int->group.name = iio_event_group_name; in iio_device_register_eventset()
552 ev_int->group.attrs = kcalloc(attrcount + 1, in iio_device_register_eventset()
553 sizeof(ev_int->group.attrs[0]), in iio_device_register_eventset()
555 if (ev_int->group.attrs == NULL) { in iio_device_register_eventset()
560 memcpy(ev_int->group.attrs, in iio_device_register_eventset()
562 sizeof(ev_int->group.attrs[0]) * attrcount_orig); in iio_device_register_eventset()
566 ev_int->group.attrs[attrn++] = &p->dev_attr.attr; in iio_device_register_eventset()
568 ret = iio_device_register_sysfs_group(indio_dev, &ev_int->group); in iio_device_register_eventset()
579 kfree(ev_int->group.attrs); in iio_device_register_eventset()
[all …]
/openbmc/linux/Documentation/scheduler/
H A Dsched-domains.rst22 domain's span. The group pointed to by the ->groups pointer MUST contain the CPU
29 Balancing within a sched domain occurs between groups. That is, each group
30 is treated as one entity. The load of a group is defined as the sum of the
31 load of each of its member CPUs, and only when the load of a group becomes
48 Initially, load_balance() finds the busiest group in the current sched domain.
50 that group. If it manages to find such a runqueue, it locks both our initial
59 of SMT, you'll span all siblings of the physical CPU, with each group being
63 node. Each group being a single physical CPU. Then with NUMA, the parent
64 of the SMP domain will span the entire machine, with each group having the
/openbmc/linux/drivers/vfio/
H A Dvfio_iommu_type1.c1885 if (group) in vfio_iommu_find_iommu_group()
1886 return group; in vfio_iommu_find_iommu_group()
1891 return group; in vfio_iommu_find_iommu_group()
2177 group = kzalloc(sizeof(*group), GFP_KERNEL); in vfio_iommu_type1_attach_group()
2178 if (!group) in vfio_iommu_type1_attach_group()
2345 kfree(group); in vfio_iommu_type1_attach_group()
2476 kfree(group); in vfio_iommu_type1_detach_group()
2495 if (!group) in vfio_iommu_type1_detach_group()
2501 kfree(group); in vfio_iommu_type1_detach_group()
2589 kfree(group); in vfio_release_domain()
[all …]
/openbmc/qemu/target/s390x/
H A Dcpu_models.c134 S390FeatGroup group) in s390_cpudef_group_featoff_greater() argument
136 const S390FeatGroupDef *group_def = s390_feat_group_def(group); in s390_cpudef_group_featoff_greater()
410 S390FeatGroup group; in s390_cpu_list() local
428 for (group = 0; group < S390_FEAT_GROUP_MAX; group++) { in s390_cpu_list()
429 const S390FeatGroupDef *def = s390_feat_group_def(group); in s390_cpu_list()
684 S390FeatGroup group = (S390FeatGroup) (uintptr_t) opaque; in get_feature_group() local
685 const S390FeatGroupDef *def = s390_feat_group_def(group); in get_feature_group()
705 S390FeatGroup group = (S390FeatGroup) (uintptr_t) opaque; in set_feature_group() local
706 const S390FeatGroupDef *def = s390_feat_group_def(group); in set_feature_group()
838 S390FeatGroup group; in s390_cpu_model_class_register_props() local
[all …]
/openbmc/phosphor-fan-presence/monitor/example/
H A Dmonitor.yaml54 # * NonzeroSpeed - Only trust if at least one sensor in the group
56 # group:
57 # - name [The name of the fan sensor in this group]
68 # sensors in a group cannot be trusted based on some condition, where
69 # the condition is based on the class used to implement the group. All
70 # sensors in the group go in and out of trust based on those defined
95 # group:

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