Home
last modified time | relevance | path

Searched refs:group (Results 51 – 75 of 2471) sorted by relevance

12345678910>>...99

/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/fan-fault-led/
H A Dboard-1-fan-2.yaml2 class: group
3 group: path
11 class: group
12 group: property
58 - name: set fan ok group assert
71 - name: set fan ok group deassert
84 - name: set fan fail group assert
112 callback: group
114 - set fan ok group assert
119 callback: group
[all …]
H A Dboard-1-fan-10.yaml2 class: group
3 group: path
11 class: group
12 group: property
58 - name: set fan ok group assert
71 - name: set fan ok group deassert
84 - name: set fan fail group assert
112 callback: group
114 - set fan ok group assert
119 callback: group
[all …]
H A Dboard-1-fan-3.yaml2 class: group
3 group: path
11 class: group
12 group: property
58 - name: set fan ok group assert
71 - name: set fan ok group deassert
84 - name: set fan fail group assert
112 callback: group
114 - set fan ok group assert
119 callback: group
[all …]
H A Dboard-1-fan-11.yaml2 class: group
3 group: path
11 class: group
12 group: property
58 - name: set fan ok group assert
71 - name: set fan ok group deassert
84 - name: set fan fail group assert
112 callback: group
114 - set fan ok group assert
119 callback: group
[all …]
/openbmc/u-boot/arch/arm/mach-tegra/
H A Dxusb-padctl-common.c82 group->name = ofnode_get_name(node); in tegra_xusb_padctl_group_parse_dt()
90 group->num_pins = len; in tegra_xusb_padctl_group_parse_dt()
92 for (i = 0; i < group->num_pins; i++) { in tegra_xusb_padctl_group_parse_dt()
94 &group->pins[i]); in tegra_xusb_padctl_group_parse_dt()
101 group->num_pins = len; in tegra_xusb_padctl_group_parse_dt()
104 &group->func); in tegra_xusb_padctl_group_parse_dt()
152 for (i = 0; i < group->num_pins; i++) { in tegra_xusb_padctl_group_apply()
164 group->func); in tegra_xusb_padctl_group_apply()
182 if (group->iddq != 0) in tegra_xusb_padctl_group_apply()
204 group = &config->groups[i]; in tegra_xusb_padctl_config_apply()
[all …]
/openbmc/phosphor-fan-presence/control/
H A Dactions.cpp18 control::Zone& zone, const Group& group) { in call_actions_based_on_timer() argument
29 zone.addTimer(__func__, group, actions, tConf); in call_actions_based_on_timer()
44 zone.addTimer(__func__, group, actions, tConf); in call_actions_based_on_timer()
57 zone.setServices(&group); in default_floor_on_missing_owner()
58 auto services = zone.getGroupServices(&group); in default_floor_on_missing_owner()
67 zone.setFloorChangeAllow(&group, !defFloor); in default_floor_on_missing_owner()
72 return [speed](control::Zone& zone, const Group& group) { in set_speed_on_missing_owner() argument
74 zone.setServices(&group); in set_speed_on_missing_owner()
75 auto services = zone.getGroupServices(&group); in set_speed_on_missing_owner()
85 zone.setActiveAllow(&group, !missingOwner); in set_speed_on_missing_owner()
[all …]
H A Dactions.hpp91 for (auto& entry : group) in count_state_before_speed()
135 if (group.size() != 0) in set_floor_from_average_sensor_value()
139 group.begin(), group.end(), 0, in set_floor_from_average_sensor_value()
193 if (group.size() != 0) in set_ceiling_from_average_sensor_value()
197 group.begin(), group.end(), 0, in set_ceiling_from_average_sensor_value()
311 group.begin(), group.end(), in set_net_increase_speed()
363 for (auto& entry : group) in set_net_decrease_speed()
431 group.begin(), group.end(), [&zone, &state](const auto& entry) { in use_alternate_events_on_state()
490 if (group.size() != 0) in set_floor_from_median_sensor_value()
560 group.begin(), group.end(), [&zone, &state](const auto& entry) { in update_default_floor()
[all …]
/openbmc/linux/fs/notify/
H A Dmark.c300 struct fsnotify_group *group = mark->group; in fsnotify_final_mark_destroy() local
408 struct fsnotify_group *group = mark->group; in fsnotify_put_mark_wake() local
415 if (atomic_dec_and_test(&group->user_waits) && group->shutdown) in fsnotify_put_mark_wake()
499 struct fsnotify_group *group = mark->group; in fsnotify_free_mark() local
516 group->ops->freeing_mark(mark, group); in fsnotify_free_mark()
695 if ((lmark->group == mark->group) && in fsnotify_add_mark_list()
702 cmp = fsnotify_compare_groups(lmark->group, mark->group); in fsnotify_add_mark_list()
734 struct fsnotify_group *group = mark->group; in fsnotify_add_mark_locked() local
775 struct fsnotify_group *group = mark->group; in fsnotify_add_mark() local
799 if (mark->group == group && in fsnotify_find_mark()
[all …]
/openbmc/linux/arch/mips/rb532/
H A Dirq.c88 return group + 2; in group_to_ip()
121 group = ip >> 5; in rb532_enable_irq()
126 enable_local_irq(group_to_ip(group)); in rb532_enable_irq()
128 addr = intr_group[group].base_addr; in rb532_enable_irq()
142 group = ip >> 5; in rb532_disable_irq()
146 addr = intr_group[group].base_addr; in rb532_disable_irq()
159 if (mask == intr_group[group].mask) in rb532_disable_irq()
173 int group = irq_to_group(d->irq); in rb532_set_type() local
215 unsigned int ip, pend, group; in plat_irq_dispatch() local
224 group = 21 + (fls(ip) - 32); in plat_irq_dispatch()
[all …]
/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/events-policy/
H A Dconfig.yaml1 - name: occpath group
2 class: group
3 group: path
9 class: group
10 group: property
18 class: group
19 group: property
27 class: group
28 group: property
38 paths: occpath group
[all …]
/openbmc/phosphor-fan-presence/control/json/triggers/
H A Dsignal.cpp94 void propertiesChanged(Manager* mgr, const Group& group, in propertiesChanged() argument
99 for (const auto& member : group.getMembers()) in propertiesChanged()
108 std::cref(group.getProperty())), in propertiesChanged()
124 for (const auto& member : group.getMembers()) in interfacesAdded()
132 std::cref(group.getProperty())), in interfacesAdded()
143 void interfacesRemoved(Manager* mgr, const Group& group, in interfacesRemoved() argument
148 for (const auto& member : group.getMembers()) in interfacesRemoved()
173 for (const auto& member : group.getMembers()) in nameOwnerChanged()
175 auto serv = group.getService(); in nameOwnerChanged()
227 for (const auto& member : group.getMembers()) in member()
[all …]
H A Dinit.cpp41 void getProperties(Manager* mgr, const Group& group) in getProperties() argument
43 for (const auto& member : group.getMembers()) in getProperties()
53 mgr->addObjects(member, group.getInterface(), in getProperties()
54 group.getProperty(), group.getService()); in getProperties()
61 if (!group.getService().empty()) in getProperties()
76 void nameHasOwner(Manager* mgr, const Group& group) in nameHasOwner() argument
80 for (const auto& member : group.getMembers()) in nameHasOwner()
83 auto intf = group.getInterface(); in nameHasOwner()
86 servName = group.getService(); in nameHasOwner()
175 for (const auto& group : groups) in triggerInit() local
[all …]
/openbmc/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Dlag_conf.c122 group = kmalloc(sizeof(*group), GFP_KERNEL); in nfp_fl_lag_group_create()
123 if (!group) { in nfp_fl_lag_group_create()
128 group->group_id = id; in nfp_fl_lag_group_create()
130 group->dirty = true; in nfp_fl_lag_group_create()
134 group->slave_cnt = 0; in nfp_fl_lag_group_create()
138 return group; in nfp_fl_lag_group_create()
170 if (!group) { in nfp_fl_lag_get_group_info()
224 if (group) in nfp_flower_lag_get_output_id()
526 if (!group) { in nfp_fl_lag_schedule_group_delete()
596 if (group && group->offloaded) in nfp_fl_lag_changeupper_event()
[all …]
/openbmc/linux/sound/core/
H A Dcontrol_led.c40 unsigned int group; member
95 if (group >= MAX_LED) in snd_ctl_led_get_by_access()
187 unsigned int group; in snd_ctl_led_find() local
189 for (group = 0; group < MAX_LED; group++) { in snd_ctl_led_find()
286 for (group = 0; group < MAX_LED; group++) in snd_ctl_led_refresh()
302 for (group = 0; group < MAX_LED; group++) { in snd_ctl_led_clean()
674 for (group = 0; group < MAX_LED; group++) { in snd_ctl_led_sysfs_add()
711 for (group = 0; group < MAX_LED; group++) { in snd_ctl_led_sysfs_remove()
747 for (group = 0; group < MAX_LED; group++) { in snd_ctl_led_init()
757 for (; group > 0; group--) { in snd_ctl_led_init()
[all …]
/openbmc/linux/fs/nilfs2/
H A Dalloc.c85 __u64 group = nr; in nilfs_palloc_group() local
88 return group; in nilfs_palloc_group()
168 unsigned long group, group_offset; in nilfs_palloc_entry_blkoff() local
261 unsigned long group, in nilfs_palloc_get_desc_block() argument
280 unsigned long group, in nilfs_palloc_get_bitmap_block() argument
297 unsigned long group) in nilfs_palloc_delete_bitmap_block() argument
303 group), in nilfs_palloc_delete_bitmap_block()
348 unsigned long group, in nilfs_palloc_block_get_group_desc() argument
523 if (group >= ngroups && wrap) { in nilfs_palloc_prepare_alloc_entry()
525 group = 0; in nilfs_palloc_prepare_alloc_entry()
[all …]
/openbmc/linux/drivers/pci/endpoint/
H A Dpci-ep-cfs.c23 struct config_group group; member
276 group = &epc_group->group; in pci_ep_cfs_add_epc_group()
293 return group; in pci_ep_cfs_add_epc_group()
310 if (!group) in pci_ep_cfs_remove_epc_group()
313 epc_group = container_of(group, struct pci_epc_group, group); in pci_ep_cfs_remove_epc_group()
555 group = pci_epf_type_add_cfs(epf_group->epf, &epf_group->group); in pci_ep_cfs_add_type_group()
556 if (!group) in pci_ep_cfs_add_type_group()
565 configfs_register_group(&epf_group->group, group); in pci_ep_cfs_add_type_group()
627 epf->group = &epf_group->group; in pci_epf_make()
673 if (IS_ERR(group)) in pci_ep_cfs_add_epf_group()
[all …]
/openbmc/phosphor-mrw-tools/
H A Dgen_led_groups.pl262 foreach my $group (sort keys %hashGroup)
264 if($group ne $groupCopy)
283 if($group ne $groupCopy)
285 $groupCopy = $group;
286 print $fh "$group:\n";
320 group => shift,
349 foreach my $group (sort keys %hashGroup)
359 if (exists $hashGroup{$group}{$led}{Action})
365 if (exists $hashGroup{$group}{$led}{DutyOn})
370 if (exists $hashGroup{$group}{$led}{Period})
[all …]
/openbmc/linux/drivers/soundwire/
H A Dgeneric_bandwidth_allocation.c201 int num = group->count; in sdw_add_element_group_count()
211 if (group->count >= group->max_size) { in sdw_add_element_group_count()
214 group->max_size += 1; in sdw_add_element_group_count()
223 group->rates[group->count++] = rate; in sdw_add_element_group_count()
236 group->count = 0; in sdw_get_group_count()
238 group->rates = kcalloc(group->max_size, sizeof(int), GFP_KERNEL); in sdw_get_group_count()
239 if (!group->rates) in sdw_get_group_count()
247 group->rates[group->count++] = rate; in sdw_get_group_count()
276 if (group.count == 0) in sdw_compute_port_params()
287 &group.rates[0], group.count); in sdw_compute_port_params()
[all …]
/openbmc/phosphor-led-manager/test/
H A Dutest-led-yaml-led-priority.cpp27 phosphor::led::Layout::GroupLayout group = systemLedMap.at(groupPath); in TEST() local
29 EXPECT_EQ(group.priority, 0); in TEST()
30 EXPECT_EQ(group.actionSet.size(), 1); in TEST()
32 for (const auto& led : group.actionSet) in TEST()
45 phosphor::led::Layout::GroupLayout group = systemLedMap.at(groupPath); in TEST() local
47 EXPECT_EQ(group.priority, 0); in TEST()
48 EXPECT_EQ(group.actionSet.size(), 1); in TEST()
50 for (const auto& led : group.actionSet) in TEST()
65 EXPECT_EQ(group.priority, 0); in TEST()
66 EXPECT_EQ(group.actionSet.size(), 1); in TEST()
[all …]
/openbmc/ipmitool/contrib/
H A Dcreate_webpage_compact.sh74 group=`echo "${split[2]}" | tr ' .-' ___`
76 group_color=${group}_color
79 groups="$groups $group"
83 group_unit=${group}_unit
87 declare $group="${!group}
98 for group in $groups ; do
100 group_unit=${group}_unit
108 <RRD::GRAPH "$img_dir/$hostname-$group-daily.gif"
114 --width $graph_width ${!group}
128 --width $graph_width ${!group}
[all …]
/openbmc/phosphor-led-manager/manager/
H A Dconfig-validator.cpp23 for (const auto& [_, group] : ledMap) in isUsingGroupPriority()
25 if (group.priority != 0) in isUsingGroupPriority()
86 if (group.priority != 0) in validateConfigV1GroupForLedPriority()
93 for (const auto& ledAction : group.actionSet) in validateConfigV1GroupForLedPriority()
112 for (const auto& [groupName, group] : ledMap) in validateConfigV1ForLedPriority()
120 const phosphor::led::Layout::GroupLayout& group) in validateConfigV1GroupForGroupPriority() argument
122 for (const auto& led : group.actionSet) in validateConfigV1GroupForGroupPriority()
132 if (group.priority == 0) in validateConfigV1GroupForGroupPriority()
144 for (const auto& [_, group] : ledMap) in validateConfigV1ForGroupPriority()
146 groupPriorities.insert(group.priority); in validateConfigV1ForGroupPriority()
[all …]
/openbmc/linux/include/linux/
H A Dconfigfs.h85 extern void config_group_init(struct config_group *group);
97 return group ? to_config_group(config_item_get(&group->cg_item)) : NULL; in config_group_get()
100 static inline void config_group_put(struct config_group *group) in config_group_put() argument
102 config_item_put(&group->cg_item); in config_group_put()
110 struct config_group *group) in configfs_add_default_group() argument
112 list_add_tail(&new_group->group_entry, &group->default_groups); in configfs_add_default_group()
228 return group ? in to_configfs_subsystem()
229 container_of(group, struct configfs_subsystem, su_group) : in to_configfs_subsystem()
237 struct config_group *group);
238 void configfs_unregister_group(struct config_group *group);
[all …]
/openbmc/u-boot/drivers/pinctrl/meson/
H A Dpinctrl-meson-gx-pmx.c17 struct meson_pmx_group *group; in meson_gx_pinmux_disable_other_groups() local
23 group = &priv->data->groups[i]; in meson_gx_pinmux_disable_other_groups()
24 pmx_data = (struct meson_gx_pmx_data *)group->data; in meson_gx_pinmux_disable_other_groups()
28 for (j = 0; j < group->num_pins; j++) { in meson_gx_pinmux_disable_other_groups()
29 if (group->pins[j] == pin) { in meson_gx_pinmux_disable_other_groups()
31 debug("pinmux: disabling %s\n", group->name); in meson_gx_pinmux_disable_other_groups()
44 const struct meson_pmx_group *group; in meson_gx_pinmux_group_set() local
50 group = &priv->data->groups[group_selector]; in meson_gx_pinmux_group_set()
51 pmx_data = (struct meson_gx_pmx_data *)group->data; in meson_gx_pinmux_group_set()
60 for (i = 0; i < group->num_pins; i++) { in meson_gx_pinmux_group_set()
[all …]
/openbmc/phosphor-dbus-monitor/src/example/
H A Dexample.yaml3 - name: example path group
16 class: group
17 group: path
35 class: group
36 group: property
79 Some callback types refer to a group of paths and group of properties in a
100 Some callback types refer to a group of paths and group of properties in a
145 Some callback types refer to a group of paths and group of properties in a
201 callback: group
264 class: group
[all …]
/openbmc/linux/fs/ext4/
H A Dresize.c141 ext4_group_t group = input->group; in verify_group_input() local
330 group = group_data[0].group; in ext4_alloc_group_tables()
356 group -= group_data[0].group; in ext4_alloc_group_tables()
367 group -= group_data[0].group; in ext4_alloc_group_tables()
382 group -= group_data[0].group; in ext4_alloc_group_tables()
405 group = group_data[0].group; in ext4_alloc_group_tables()
480 group -= flex_gd->groups[0].group; in set_flexbg_block_bitmap()
560 group = group_data[0].group; in setup_new_flex_group_blocks()
1354 group = group_data->group; in ext4_setup_new_descs()
1584 group = flex_gd->groups[0].group; in ext4_flex_group_add()
[all …]

12345678910>>...99