Home
last modified time | relevance | path

Searched refs:group (Results 476 – 500 of 2464) sorted by relevance

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

/openbmc/linux/drivers/platform/mellanox/
H A Dmlxreg-io.c41 struct attribute_group group; member
184 priv->group.attrs = devm_kcalloc(&priv->pdev->dev, in mlxreg_io_attr_init()
188 if (!priv->group.attrs) in mlxreg_io_attr_init()
216 priv->group.attrs = priv->mlxreg_io_attr; in mlxreg_io_attr_init()
217 priv->groups[0] = &priv->group; in mlxreg_io_attr_init()
/openbmc/linux/drivers/hid/
H A Dwacom_sys.c1247 devres->group = group; in __wacom_devm_sysfs_create_group()
1265 group); in wacom_devm_sysfs_create_group()
1368 group, in wacom_led_register_one()
1384 led->group = group; in wacom_led_register_one()
1416 devres_release_group(group->dev, group); in wacom_led_groups_release_one()
1478 struct wacom_group_leds *group; in wacom_led_find() local
1485 if (!group->leds) in wacom_led_find()
1488 id %= group->count; in wacom_led_find()
1490 return &group->leds[id]; in wacom_led_find()
1502 int group, next; in wacom_led_next() local
[all …]
/openbmc/linux/drivers/pinctrl/sunxi/
H A Dpinctrl-sunxi.c117 if (!strcmp(grp->name, group)) in sunxi_pinctrl_find_group_by_name()
202 unsigned group) in sunxi_pctrl_get_group_name() argument
206 return pctl->groups[group].name; in sunxi_pctrl_get_group_name()
210 unsigned group, in sunxi_pctrl_get_group_pins() argument
396 const char *group; in sunxi_pctrl_dt_node_to_map() local
447 function, group); in sunxi_pctrl_dt_node_to_map()
452 (*map)[i].data.mux.group = group; in sunxi_pctrl_dt_node_to_map()
588 unsigned group, in sunxi_pconf_group_get() argument
795 unsigned group) in sunxi_pmx_set_mux() argument
1295 group->name = pin->pin.name; in sunxi_pinctrl_build_state()
[all …]
/openbmc/openbmc/poky/meta/recipes-kernel/systemtap/systemtap/
H A D0001-staprun-stapbpf-don-t-support-installing-a-non-root.patch7 expect to be running as root, don't create the group or chmod
26 - if [ `id -u` -eq 0 ] && (getent group stapusr >/dev/null \
32 +## if [ `id -u` -eq 0 ] && (getent group stapusr >/dev/null \
/openbmc/linux/Documentation/admin-guide/perf/
H A Dalibaba_pmu.rst26 - Group 0: PMU Cycle Counter. This group has one pair of counters
30 - Group 1: PMU Bandwidth Counters. This group has 8 counters that are used
35 - Group 2: PMU Retry Counters. This group has 10 counters, that intend to
38 - Group 3: PMU Common Counters. This group has 16 counters, that are used
41 For now, the Driveway PMU driver only uses counters in group 0 and group 3.
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/
H A DManager.interface.yaml102 Creates a new groups. If the group already exists, or the group name
108 The group to be added to the system.
116 Deletes an existing groups. If the group doesn't exists, or the group
122 The group to be deleted from the system.
/openbmc/linux/tools/perf/scripts/python/
H A Dcompaction-times.py34 return m == None or m.group() == ""
298 if m != None and m.group() != "":
299 if m.group(3) != None:
300 f = pid_filter(m.group(3), m.group(3))
302 f = pid_filter(m.group(1), m.group(2))
/openbmc/linux/drivers/pinctrl/bcm/
H A Dpinctrl-bcm63268.c469 unsigned group) in bcm63268_pinctrl_get_group_name() argument
471 return bcm63268_groups[group].name; in bcm63268_pinctrl_get_group_name()
475 unsigned group, in bcm63268_pinctrl_get_group_pins() argument
479 *pins = bcm63268_groups[group].pins; in bcm63268_pinctrl_get_group_pins()
480 *npins = bcm63268_groups[group].npins; in bcm63268_pinctrl_get_group_pins()
532 unsigned selector, unsigned group) in bcm63268_pinctrl_set_mux() argument
535 const struct pingroup *pg = &bcm63268_groups[group]; in bcm63268_pinctrl_set_mux()
/openbmc/linux/sound/core/
H A Dpcm_native.c1305 if (!group) in snd_pcm_group_unref()
1310 kfree(group); in snd_pcm_group_unref()
1327 group = substream->group; in snd_pcm_stream_group_ref()
1342 if (substream->group == group) in snd_pcm_stream_group_ref()
1347 return group; in snd_pcm_stream_group_ref()
1361 if (group) in snd_pcm_action()
2277 group = kzalloc(sizeof(*group), GFP_KERNEL); in snd_pcm_link()
2278 if (!group) { in snd_pcm_link()
2313 kfree(group); in snd_pcm_link()
2340 group = substream->group; in snd_pcm_unlink()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/polkit/
H A Dpolkit-group-rule-network.bb1 DESCRIPTION = "Create usergroup network. All members off this group are allowed to modify networkma…
5 require polkit-group-rule.inc
H A Dpolkit-group-rule-datetime.bb1 DESCRIPTION = "Create usergroup datetime. All members off this group are allowed set date/time/time…
5 require polkit-group-rule.inc
/openbmc/linux/Documentation/driver-api/
H A Dconnector.rst63 netlink group to the user which is equal to its id.idx.
114 with a different group number, the userspace application must subscribe to
115 that group first. It can be achieved by the following pseudocode::
138 2.6.14 netlink code only allows to select a group which is less or equal to
139 the maximum group number, which is used at netlink_kernel_create() time.
141 group number 12345, you must increment CN_NETLINK_USERS to that number.
144 Due to this limitation, group 0xffffffff does not work now, so one can
145 not use add/remove connector's group notifications, but as far as I know,
/openbmc/linux/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/
H A Dtracepoints.rst115 …sw_vport_qos_create: (0000:82:00.0) vport=2 tsar_ix=4 bw_share=0, max_rate=0 group=000000007b576bb3
122 …ort_qos_config: (0000:82:00.0) vport=1 tsar_ix=3 bw_share=34, max_rate=10000 group=000000007b576bb3
131 - mlx5_esw_group_qos_create: trace creation of transmit scheduler arbiter for rate group::
136 …<...>-26578 [008] .... 75776.022112: mlx5_esw_group_qos_create: (0000:82:00.0) group=000000008da…
138 - mlx5_esw_group_qos_config: trace configuration of transmit scheduler arbiter for rate group::
143 …<...>-27303 [020] .... 76461.455356: mlx5_esw_group_qos_config: (0000:82:00.0) group=000000008da…
145 - mlx5_esw_group_qos_destroy: trace deletion of transmit scheduler arbiter for group::
150 …<...>-27418 [006] .... 76547.187258: mlx5_esw_group_qos_destroy: (0000:82:00.0) group=000000007b…
/openbmc/linux/drivers/pinctrl/
H A Dpinctrl-axp209.c281 unsigned int function, unsigned int group) in axp20x_pmx_set_mux() argument
288 return axp20x_pmx_set(pctldev, group, in axp20x_pmx_set_mux()
296 if (!(BIT(group) & mask)) in axp20x_pmx_set_mux()
308 return axp20x_pmx_set(pctldev, group, pctl->funcs[function].muxval); in axp20x_pmx_set_mux()
374 const char **group; in axp20x_funcs_groups_from_mask() local
385 group = func->groups; in axp20x_funcs_groups_from_mask()
387 *group = pins[bit].name; in axp20x_funcs_groups_from_mask()
388 group++; in axp20x_funcs_groups_from_mask()
/openbmc/webui-vue/src/views/SecurityAndAccess/UserManagement/
H A DModalUser.vue43 <b-form-group :label="$t('pageUserManagement.modal.accountStatus')">
63 </b-form-group>
64 <b-form-group
100 </b-form-group>
101 <b-form-group
125 </b-form-group>
128 <b-form-group
170 </b-form-group>
171 <b-form-group
200 </b-form-group>
/openbmc/linux/fs/ocfs2/cluster/
H A Dnodemanager.c416 static struct o2nm_node_group *to_o2nm_node_group(struct config_group *group)
418 return group ?
419 container_of(group, struct o2nm_node_group, ns_group)
581 static struct config_item *o2nm_node_group_make_item(struct config_group *group, in o2nm_node_group_make_item() argument
602 static void o2nm_node_group_drop_item(struct config_group *group, in o2nm_node_group_drop_item() argument
606 struct o2nm_cluster *cluster = to_o2nm_cluster(group->cg_item.ci_parent); in o2nm_node_group_drop_item()
677 static struct o2nm_cluster_group *to_o2nm_cluster_group(struct config_group *group)
679 return group ?
680 container_of(to_configfs_subsystem(group), struct o2nm_cluster_group, cs_subsys)
685 static struct config_group *o2nm_cluster_group_make_group(struct config_group *group, in o2nm_cluster_group_make_group() argument
[all …]
/openbmc/linux/drivers/nvme/target/
H A Dnvmet.h77 struct config_group group; member
91 return container_of(to_config_group(item), struct nvmet_ns, group); in to_nvmet_ns()
129 struct config_group group; member
137 group); in to_ana_group()
152 struct config_group group; member
171 group); in to_nvmet_port()
261 struct config_group group; member
286 return container_of(to_config_group(item), struct nvmet_subsys, group); in to_subsys()
297 struct config_group group; member
308 return container_of(to_config_group(item), struct nvmet_host, group); in to_host()
[all …]
/openbmc/openbmc/meta-phosphor/classes/
H A Dphosphor-rootfs-postcommands.bbclass5 if [ -e ${IMAGE_ROOTFS}/etc/group ]; then
6 sed -i '/^\(ipmi\|web\|redfish\|priv-admin\):.*:.*:$/s/$/root/' ${IMAGE_ROOTFS}/etc/group
/openbmc/linux/tools/lib/thermal/
H A Dthermal_nl.h33 const char *group);
36 const char *group);
/openbmc/linux/Documentation/ABI/stable/
H A Dsysfs-driver-dma-idxd97 What: /sys/bus/dsa/devices/dsa<m>/group<m>.<n>
101 Description: The assigned group under this device.
166 Description: The group id that this work queue belongs to.
277 Description: The group that this engine belongs to.
279 What: /sys/bus/dsa/devices/group<m>.<n>/use_read_buffer_limit
288 What: /sys/bus/dsa/devices/group<m>.<n>/read_buffers_allowed
298 What: /sys/bus/dsa/devices/group<m>.<n>/read_buffers_reserved
308 What: /sys/bus/dsa/devices/group<m>.<n>/desc_progress_limit
313 concurrently processed by an engine in the group as a fraction
320 What: /sys/bus/dsa/devices/group<m>.<n>/batch_progress_limit
[all …]
/openbmc/linux/tools/perf/
H A Ddesign.txt216 The 'exclusive' bit, if set, specifies that when this counter's group
217 is on the CPU, it should be the only group using the CPU's counters.
270 counter group has one counter which is the group "leader". The leader
272 that creates it. The rest of the group members are created
273 subsequently, with group_fd giving the fd of the group leader.
275 considered to be a group with only 1 member.)
278 only be put onto the CPU if all of the counters in the group can be
428 For a counter group, pass PERF_IOC_FLAG_GROUP as the third argument.
429 Enabling or disabling the leader of a group enables or disables the
430 whole group; that is, while the group leader is disabled, none of the
[all …]
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/
H A Dberlin,pinctrl.txt9 A pin-controller node should contain subnodes representing the pin group
10 configurations, one per function. Each subnode has the group name and
30 - groups: a list of strings describing the group names.
/openbmc/u-boot/arch/arm/mach-imx/
H A Diomux-v3.c109 void imx_iomux_set_gpr_register(int group, int start_bit, in imx_iomux_set_gpr_register() argument
114 reg = readl(base + group * 4); in imx_iomux_set_gpr_register()
121 writel(reg, base + group * 4); in imx_iomux_set_gpr_register()
/openbmc/qemu/scripts/
H A Dpython_qmp_updater.py80 padding, res, vm = m.group('padding', 'res', 'vm')
94 if m.group('comment'):
106 cur_padding = len(m_args.group('pad'))
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-event_source-devices-iommu5 Description: Read-only. Attribute group to describe the magic bits
11 Each attribute in this group defines a bit range in
18 event_group = "config:28-31" - event group ID

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