Home
last modified time | relevance | path

Searched refs:grp (Results 76 – 100 of 407) sorted by relevance

12345678910>>...17

/openbmc/linux/drivers/regulator/
H A Dtwl-regulator.c197 int grp; in twl4030reg_enable() local
199 grp = twlreg_grp(rdev); in twl4030reg_enable()
200 if (grp < 0) in twl4030reg_enable()
201 return grp; in twl4030reg_enable()
203 grp |= P1_GRP_4030; in twl4030reg_enable()
205 return twlreg_write(info, TWL_MODULE_PM_RECEIVER, VREG_GRP, grp); in twl4030reg_enable()
211 int grp; in twl4030reg_disable() local
213 grp = twlreg_grp(rdev); in twl4030reg_disable()
214 if (grp < 0) in twl4030reg_disable()
215 return grp; in twl4030reg_disable()
[all …]
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/
H A D0014-Handle-missing-gshadow.patch24 if (isempty(grp->gr_name))
28 if (sgrp && !streq_ptr(sgrp->sg_namp, grp->gr_name))
36 g->gid = grp->gr_gid;
50 @@ -387,6 +391,7 @@ int nss_sgrp_for_group(const struct group *grp, struct sgrp *ret_sgrp, char **re
58 @@ -415,6 +420,9 @@ int nss_sgrp_for_group(const struct group *grp, struct sgrp *ret_sgrp, char **re
69 struct group grp, *result;
97 struct group grp, *result;
131 #include <grp.h>
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dimx8mm-emtop-som.dtsi181 pinctrl_gpio_led: emtop-gpio-led-grp {
188 pinctrl_i2c1: emtop-i2c1-grp {
195 pinctrl_pmic: emtop-pmic-grp {
201 pinctrl_uart2: emtop-uart2-grp {
208 pinctrl_usdhc3: emtop-usdhc3-grp {
224 pinctrl_usdhc3_100mhz: emtop-usdhc3-100mhz-grp {
240 pinctrl_usdhc3_200mhz: emtop-usdhc3-200mhz-grp {
256 pinctrl_wdog: emtop-wdog-grp {
H A Dimx8mm-innocomm-wb15-evk.dts104 pinctrl_fec: fec-grp {
123 pinctrl_fec_phy: fec-phy-grp {
129 pinctrl_fec_phy_reg: fec-phy-reg-grp {
135 pinctrl_gpio_leds: led-grp {
141 pinctrl_reg_vsd_3v3: reg-vsd-3v3-grp {
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0014-Handle-missing-gshadow.patch24 if (isempty(grp->gr_name))
28 if (sgrp && !streq_ptr(sgrp->sg_namp, grp->gr_name))
36 g->gid = grp->gr_gid;
50 @@ -387,6 +391,7 @@ int nss_sgrp_for_group(const struct group *grp, struct sgrp *ret_sgrp, char **re
58 @@ -415,6 +420,9 @@ int nss_sgrp_for_group(const struct group *grp, struct sgrp *ret_sgrp, char **re
69 struct group grp, *result;
97 struct group grp, *result;
131 #include <grp.h>
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/
H A Dsamba-4.3.9-remove-getpwent_r.patch80 struct group *grp, grp1, grp2;
83 - torture_assert(tctx, test_enum_r_group(tctx, &grp, &num_grp),
84 + torture_assert(tctx, test_enum_group(tctx, &grp, &num_grp),
89 struct group *grp, grp1, grp2, grp3, grp4;
92 - torture_assert(tctx, test_enum_r_group(tctx, &grp, &num_grp),
93 + torture_assert(tctx, test_enum_group(tctx, &grp, &num_grp),
/openbmc/linux/arch/powerpc/perf/
H A Dpower5-pmu.c144 int grp = -1; in power5_get_constraint() local
154 grp = (pmc - 1) >> 1; in power5_get_constraint()
187 grp = byte & 1; in power5_get_constraint()
192 if (grp == 0) { in power5_get_constraint()
196 } else if (grp == 1) { in power5_get_constraint()
391 unsigned int ttm, grp; in power5_compute_mmcr() local
502 grp = (pmc >> 1) & 1; in power5_compute_mmcr()
504 if (grp == (byte & 1)) in power5_compute_mmcr()
506 } else if (pmc_grp_use[grp] < 2) { in power5_compute_mmcr()
507 ++pmc_grp_use[grp]; in power5_compute_mmcr()
/openbmc/u-boot/arch/arm/mach-tegra/tegra20/
H A Dfuncmux.c15 #define PINMUX(grp, mux, pupd, tri) \ argument
16 {PMUX_PINGRP_##grp, PMUX_FUNC_##mux, PMUX_PULL_##pupd, PMUX_TRI_##tri}
210 enum pmux_pingrp grp[] = {PMUX_PINGRP_KBCA, in funcmux_select() enum
216 for (i = 0; i < ARRAY_SIZE(grp); i++) { in funcmux_select()
217 pinmux_tristate_disable(grp[i]); in funcmux_select()
218 pinmux_set_func(grp[i], PMUX_FUNC_KBC); in funcmux_select()
219 pinmux_set_pullupdown(grp[i], PMUX_PULL_UP); in funcmux_select()
/openbmc/linux/drivers/net/wireless/marvell/libertas/
H A Ddefs.h51 #define LBS_DEB_LL(grp, grpnam, fmt, args...) \ argument
52 do { if ((lbs_debug & (grp)) == (grp)) \
55 #define LBS_DEB_LL(grp, grpnam, fmt, args...) do {} while (0) argument
84 static inline void lbs_deb_hex(unsigned int grp, const char *prompt, in lbs_deb_hex() argument
91 (lbs_debug & grp)) in lbs_deb_hex()
106 #define lbs_deb_hex(grp,prompt,buf,len) do {} while (0) argument
/openbmc/linux/net/ethtool/
H A Dfec.c72 fec_stats_recalc(struct fec_stat_grp *grp, struct ethtool_fec_stat *stats) in fec_stats_recalc() argument
77 grp->stats[0] = stats->total; in fec_stats_recalc()
78 grp->cnt = stats->total != ETHTOOL_STAT_NOT_SET; in fec_stats_recalc()
82 grp->cnt = 1; in fec_stats_recalc()
83 grp->stats[0] = 0; in fec_stats_recalc()
88 grp->stats[0] += stats->lanes[i]; in fec_stats_recalc()
89 grp->stats[grp->cnt++] = stats->lanes[i]; in fec_stats_recalc()
/openbmc/linux/drivers/pinctrl/bcm/
H A Dpinctrl-nsp-mux.c384 const struct nsp_pin_group *grp, in nsp_pinmux_set() argument
387 const struct nsp_mux *mux = &grp->mux; in nsp_pinmux_set()
410 func->name, grp->name); in nsp_pinmux_set()
442 val &= ~(mask << grp->mux.shift); in nsp_pinmux_set()
443 val |= grp->mux.alt << grp->mux.shift; in nsp_pinmux_set()
455 const struct nsp_pin_group *grp; in nsp_pinmux_enable() local
462 grp = &pinctrl->groups[grp_select]; in nsp_pinmux_enable()
465 func_select, func->name, grp_select, grp->name); in nsp_pinmux_enable()
467 dev_dbg(pctrl_dev->dev, "shift:%u alt:%u\n", grp->mux.shift, in nsp_pinmux_enable()
468 grp->mux.alt); in nsp_pinmux_enable()
[all …]
H A Dpinctrl-cygnus-mux.c770 const struct cygnus_pin_group *grp, in cygnus_pinmux_set() argument
773 const struct cygnus_mux *mux = &grp->mux; in cygnus_pinmux_set()
797 func->name, grp->name); in cygnus_pinmux_set()
813 val = readl(pinctrl->base0 + grp->mux.offset); in cygnus_pinmux_set()
814 val &= ~(mask << grp->mux.shift); in cygnus_pinmux_set()
815 val |= grp->mux.alt << grp->mux.shift; in cygnus_pinmux_set()
816 writel(val, pinctrl->base0 + grp->mux.offset); in cygnus_pinmux_set()
829 const struct cygnus_pin_group *grp = &pinctrl->groups[grp_select]; in cygnus_pinmux_set_mux() local
832 func_select, func->name, grp_select, grp->name); in cygnus_pinmux_set_mux()
835 grp->mux.offset, grp->mux.shift, grp->mux.alt); in cygnus_pinmux_set_mux()
[all …]
H A Dpinctrl-bcm6358.c38 struct pingroup grp; member
132 .grp = BCM_PIN_GROUP(n), \
218 return bcm6358_groups[group].grp.name; in bcm6358_pinctrl_get_group_name()
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()
263 for (pin = 0; pin < pg->grp.npins; pin++) in bcm6358_pinctrl_set_mux()
268 for (pin = 0; pin < pg->grp.npins; pin++) { in bcm6358_pinctrl_set_mux()
/openbmc/qemu/hw/pci-bridge/
H A Dgen_pcie_root_port.c80 GenPCIERootPort *grp = GEN_PCIE_ROOT_PORT(d); in gen_rp_realize() local
95 if (s->hide_native_hotplug_cap && grp->res_reserve.io == -1 && s->hotplug) { in gen_rp_realize()
96 grp->res_reserve.io = GEN_PCIE_ROOT_DEFAULT_IO_RANGE; in gen_rp_realize()
99 grp->res_reserve, errp); in gen_rp_realize()
106 if (!grp->res_reserve.io) { in gen_rp_realize()
/openbmc/u-boot/arch/arm/mach-mvebu/serdes/a38x/
H A Dsys_env_lib.h241 #define GPP_DATA_OUT_REG(grp) (MV_GPP_REGS_BASE(grp) + 0x00) argument
242 #define GPP_DATA_OUT_EN_REG(grp) (MV_GPP_REGS_BASE(grp) + 0x04) argument
243 #define GPP_DATA_IN_REG(grp) (MV_GPP_REGS_BASE(grp) + 0x10) argument
/openbmc/linux/kernel/sched/
H A Dcore_sched.c134 struct pid *grp; in sched_core_share_pid() local
216 grp = task_pid_type(task, type); in sched_core_share_pid()
218 do_each_pid_thread(grp, type, p) { in sched_core_share_pid()
223 } while_each_pid_thread(grp, type, p); in sched_core_share_pid()
225 do_each_pid_thread(grp, type, p) { in sched_core_share_pid()
227 } while_each_pid_thread(grp, type, p); in sched_core_share_pid()
/openbmc/linux/drivers/crypto/cavium/cpt/
H A Drequest_manager.h25 u32 grp:3; /* Group bits */ member
31 u32 grp:3; /* Group bits */
128 u64 grp:3; member
132 u64 grp:3;
/openbmc/phosphor-user-manager/
H A Duser_mgr.cpp1016 struct group grp; in getUsersInGroup() local
1022 if (!status && (&grp == resultPtr)) in getUsersInGroup()
1024 for (; *(grp.gr_mem) != NULL; ++(grp.gr_mem)) in getUsersInGroup()
1133 struct group grp; in isGroupMember() local
1159 if (!status && (&grp == grpPtr)) in isGroupMember()
1161 if (primaryGid == grp.gr_gid) in isGroupMember()
1166 for (auto i = 0; grp.gr_mem && grp.gr_mem[i]; ++i) in isGroupMember()
1168 if (userName == grp.gr_mem[i]) in isGroupMember()
1429 if (grp == grpSsh) in initUserObjects()
1439 for (auto& grp : privMgr) in initUserObjects() local
[all …]
/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/runtime/cases/
H A Dtrusted_services.py99 for grp in ["AttestationProvisioningTests", "AttestationServiceTests"]:
100 self.run_test_tool('ts-service-test -g %s'%grp)
109 for grp in ["CryptoKeyDerivationServicePackedcTests", "CryptoMacServicePackedcTests", \
112 self.run_test_tool('ts-service-test -g %s'%grp)
/openbmc/linux/arch/arm64/kvm/hyp/
H A Dvgic-v3-sr.c603 if (!grp) in __vgic_v3_pri_to_pre()
627 if (!grp) { in __vgic_v3_set_active_priority()
678 int lr, grp; in __vgic_v3_read_iar() local
680 grp = __vgic_v3_get_group(vcpu); in __vgic_v3_read_iar()
686 if (grp != !!(lr_val & ICH_LR_GROUP)) in __vgic_v3_read_iar()
758 int lr, grp; in __vgic_v3_write_eoir() local
760 grp = __vgic_v3_get_group(vcpu); in __vgic_v3_write_eoir()
780 if (grp != !!(lr_val & ICH_LR_GROUP) || in __vgic_v3_write_eoir()
936 int lr, lr_grp, grp; in __vgic_v3_read_hppir() local
938 grp = __vgic_v3_get_group(vcpu); in __vgic_v3_read_hppir()
[all …]
/openbmc/linux/drivers/s390/net/
H A Dctcm_fsms.c1600 fsm_addtimer(&grp->timer, in ctcmpc_chx_attn()
1659 grp->changed_side = 1; in ctcmpc_chx_attnbusy()
1664 grp->changed_side = 2; in ctcmpc_chx_attnbusy()
1670 if (grp->estconnfunc) in ctcmpc_chx_attnbusy()
1689 grp->changed_side = 2; in ctcmpc_chx_attnbusy()
1707 fsm_deltimer(&grp->timer); in ctcmpc_chx_attnbusy()
1759 if (grp->in_sweep == 0) in ctcmpc_chx_send_sweep()
1779 grp->in_sweep = 0; in ctcmpc_chx_send_sweep()
1795 grp->sweep_req_pend_num--; in ctcmpc_chx_send_sweep()
1798 grp->sweep_rsp_pend_num--; in ctcmpc_chx_send_sweep()
[all …]
H A Dctcm_main.c601 struct mpc_group *grp; in ctcmpc_send_sweep_req() local
608 grp = priv->mpcg; in ctcmpc_send_sweep_req()
614 grp->in_sweep = 1; in ctcmpc_send_sweep_req()
615 grp->sweep_rsp_pend_num = grp->active_channels[CTCM_READ]; in ctcmpc_send_sweep_req()
616 grp->sweep_req_pend_num = grp->active_channels[CTCM_READ]; in ctcmpc_send_sweep_req()
638 grp->in_sweep = 0; in ctcmpc_send_sweep_req()
1024 grp = priv->mpcg; in ctcm_free_netdevice()
1025 if (grp) { in ctcm_free_netdevice()
1026 if (grp->fsm) in ctcm_free_netdevice()
1031 kfree(grp); in ctcm_free_netdevice()
[all …]
/openbmc/linux/include/trace/events/
H A Dbridge.h137 __array(__u8, grp, 16)
151 memset(__entry->grp, 0, sizeof(__entry->grp));
159 in6 = (struct in6_addr *)__entry->grp;
171 in6 = (struct in6_addr *)__entry->grp;
180 __get_str(dev), __entry->af, __entry->src, __entry->grp,
/openbmc/linux/drivers/base/
H A Dattribute_container.c424 BUG_ON(attrs && cont->grp); in attribute_container_add_attrs()
426 if (!attrs && !cont->grp) in attribute_container_add_attrs()
429 if (cont->grp) in attribute_container_add_attrs()
430 return sysfs_create_group(&classdev->kobj, cont->grp); in attribute_container_add_attrs()
493 if (!attrs && !cont->grp) in attribute_container_remove_attrs()
496 if (cont->grp) { in attribute_container_remove_attrs()
497 sysfs_remove_group(&classdev->kobj, cont->grp); in attribute_container_remove_attrs()
/openbmc/linux/drivers/hwmon/
H A Dapplesmc.c1121 struct applesmc_node_group *grp; in applesmc_destroy_nodes() local
1124 for (grp = groups; grp->nodes; grp++) { in applesmc_destroy_nodes()
1128 kfree(grp->nodes); in applesmc_destroy_nodes()
1129 grp->nodes = NULL; in applesmc_destroy_nodes()
1138 struct applesmc_node_group *grp; in applesmc_create_nodes() local
1143 for (grp = groups; grp->format; grp++) { in applesmc_create_nodes()
1145 if (!grp->nodes) { in applesmc_create_nodes()
1150 node = &grp->nodes[i]; in applesmc_create_nodes()
1154 node->sda.dev_attr.show = grp->show; in applesmc_create_nodes()
1155 node->sda.dev_attr.store = grp->store; in applesmc_create_nodes()
[all …]

12345678910>>...17