/openbmc/linux/drivers/mfd/ |
H A D | max8997-irq.c | 51 enum max8997_irq_source group; member 55 [(idx)] = { .group = (_group), .mask = (_mask) } 140 max8997->irq_masks_cur[irq_data->group] |= irq_data->mask; in max8997_irq_mask() 149 max8997->irq_masks_cur[irq_data->group] &= ~irq_data->mask; in max8997_irq_unmask() 258 if (irq_reg[max8997_irqs[i].group] & max8997_irqs[i].mask) { in max8997_irq_thread()
|
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | fsl,imx-pinctrl.txt | 14 Freescale IMX pin configuration node is a node of a group of pins which can be 16 of the pins in that group. The 'mux' selects the function mode(also named mux 51 this group of pins in this pin configuration node are working on. 53 name describe the pin function and group hierarchy. 55 as the function name and pin configuration node's name as group name to
|
/openbmc/linux/arch/x86/tools/ |
H A D | gen-insn-attr-x86.awk | 154 if (!($2 in group)) 156 gid = group[$2] 307 if (!(opcode in group)) { 308 group[opcode] = ggid 311 flags = add_flags(flags, "INAT_MAKE_GROUP(" group[opcode] ")")
|
/openbmc/linux/tools/arch/x86/tools/ |
H A D | gen-insn-attr-x86.awk | 154 if (!($2 in group)) 156 gid = group[$2] 307 if (!(opcode in group)) { 308 group[opcode] = ggid 311 flags = add_flags(flags, "INAT_MAKE_GROUP(" group[opcode] ")")
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/ |
H A D | eeprom.c | 293 int group = mt7915_get_channel_group_5g(chan->hw_value, is_7976); in mt7915_eeprom_get_target_power() local 297 target_power = eeprom[index + group]; in mt7915_eeprom_get_target_power() 300 target_power = eeprom[index + group]; in mt7915_eeprom_get_target_power() 306 int group = mt7915_get_channel_group_6g(chan->hw_value); in mt7915_eeprom_get_target_power() local 309 target_power = is_7976 ? eeprom[index + group] : 0; in mt7915_eeprom_get_target_power()
|
/openbmc/linux/drivers/accessibility/speakup/ |
H A D | kobjects.c | 752 struct msg_group_t *group) in message_store_helper() argument 766 enum msg_index_t firstmessage = group->start; in message_store_helper() 767 enum msg_index_t lastmessage = group->end; in message_store_helper() 833 spk_reset_msg_group(group); in message_store_helper() 835 report_msg_status(reset, received, used, rejected, group->name); in message_store_helper() 843 struct msg_group_t *group = spk_find_msg_group(attr->attr.name); in message_show() local 846 if (WARN_ON(!group)) in message_show() 850 retval = message_show_helper(buf, group->start, group->end); in message_show() 858 struct msg_group_t *group = spk_find_msg_group(attr->attr.name); in message_store() local 860 if (WARN_ON(!group)) in message_store() [all …]
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-fs-nilfs2 | 14 Describe attributes of /sys/fs/nilfs2/features group. 58 Describe attributes of /sys/fs/nilfs2/<device> group. 91 group. 181 group. 212 group. 243 group. 250 group. 269 group.
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
H A D | rf.c | 162 u8 group; in _rtl92d_phy_get_chnlgroup_bypg() local 173 group = 0; in _rtl92d_phy_get_chnlgroup_bypg() 175 group = 1; in _rtl92d_phy_get_chnlgroup_bypg() 177 group = 2; in _rtl92d_phy_get_chnlgroup_bypg() 179 group = 6; in _rtl92d_phy_get_chnlgroup_bypg() 181 group = 7; in _rtl92d_phy_get_chnlgroup_bypg() 183 group = 8; in _rtl92d_phy_get_chnlgroup_bypg() 184 return group; in _rtl92d_phy_get_chnlgroup_bypg()
|
/openbmc/linux/drivers/gpu/host1x/ |
H A D | dev.c | 372 host->group = iommu_group_get(host->dev); in host1x_iommu_attach() 373 if (host->group) { in host1x_iommu_attach() 388 err = iommu_attach_group(host->domain, host->group); in host1x_iommu_attach() 415 iommu_group_put(host->group); in host1x_iommu_attach() 416 host->group = NULL; in host1x_iommu_attach() 458 iommu_detach_group(host->domain, host->group); in host1x_iommu_exit() 465 iommu_group_put(host->group); in host1x_iommu_exit() 466 host->group = NULL; in host1x_iommu_exit()
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | perl-version.bbclass | 26 return m.group(1) 46 return m.group(1) 65 return m.group(1)
|
/openbmc/linux/drivers/crypto/marvell/octeontx/ |
H A D | otx_cptvf_mbox.c | 185 int otx_cptvf_send_vf_to_grp_msg(struct otx_cptvf *cptvf, int group) in otx_cptvf_send_vf_to_grp_msg() argument 192 mbx.data = group; in otx_cptvf_send_vf_to_grp_msg() 196 cptvf->vfgrp = group; in otx_cptvf_send_vf_to_grp_msg()
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | exp_rcv.h | 119 static inline void tid_group_move(struct tid_group *group, in tid_group_move() argument 123 tid_group_remove(group, s1); in tid_group_move() 124 tid_group_add_tail(group, s2); in tid_group_move()
|
/openbmc/linux/Documentation/scheduler/ |
H A D | sched-design-CFS.rst | 195 its task group. 209 fair CPU time to each task. Sometimes, it may be desirable to group tasks and 210 provide fair CPU time to each such task group. For example, it may be 217 CONFIG_RT_GROUP_SCHED permits to group real-time (i.e., SCHED_FIFO and 220 CONFIG_FAIR_GROUP_SCHED permits to group CFS (i.e., SCHED_NORMAL and 228 group created using the pseudo filesystem. See example steps below to create 236 # mkdir multimedia # create "multimedia" group of tasks 237 # mkdir browser # create "browser" group of tasks 239 # #Configure the multimedia group to receive twice the CPU bandwidth 240 # #that of browser group [all …]
|
/openbmc/linux/fs/ |
H A D | open.c | 760 gid = make_kgid(current_user_ns(), group); in chown_common() 814 error = chown_common(&path, user, group); in do_fchownat() 827 gid_t, group, int, flag) in SYSCALL_DEFINE5() argument 829 return do_fchownat(dfd, filename, user, group, flag); in SYSCALL_DEFINE5() 834 return do_fchownat(AT_FDCWD, filename, user, group, 0); in SYSCALL_DEFINE3() 839 return do_fchownat(AT_FDCWD, filename, user, group, in SYSCALL_DEFINE3() 843 int vfs_fchown(struct file *file, uid_t user, gid_t group) in vfs_fchown() argument 851 error = chown_common(&file->f_path, user, group); in vfs_fchown() 856 int ksys_fchown(unsigned int fd, uid_t user, gid_t group) in ksys_fchown() argument 862 error = vfs_fchown(f.file, user, group); in ksys_fchown() [all …]
|
/openbmc/linux/include/rdma/ |
H A D | rdma_netlink.h | 104 unsigned int group, gfp_t flags); 111 bool rdma_nl_chk_listeners(unsigned int group);
|
/openbmc/openbmc/poky/meta/classes/ |
H A D | useradd.bbclass | 9 # base-passwd-cross provides the default passwd and group files in the 11 # and support files needed to add and modify user and group accounts 40 # user/group lookups should match useradd/groupadd --root 54 # Perform group additions first, since user additions may depend 110 user_group_groupmems_add_sysroot group 146 if test "$1" = "group"; then 169 for type, sort_prefix in [("group", "01"), ("user", "02"), ("groupmems", "03")]: 229 # [group|user]add parameters for all USERADD_PACKAGES in this recipe 247 bb.debug(1, 'adding user/group calls to preinst for %s' % pkg) 278 # Add the user/group preinstall scripts and RDEPENDS requirements
|
/openbmc/linux/drivers/pinctrl/ |
H A D | pinctrl-rk805.c | 349 unsigned int group) in rk805_pinctrl_get_group_name() argument 353 return pci->groups[group].name; in rk805_pinctrl_get_group_name() 357 unsigned int group, in rk805_pinctrl_get_group_pins() argument 363 *pins = pci->groups[group].pins; in rk805_pinctrl_get_group_pins() 364 *num_pins = pci->groups[group].npins; in rk805_pinctrl_get_group_pins() 428 unsigned int group) in rk805_pinctrl_set_mux() argument 432 int offset = group; in rk805_pinctrl_set_mux()
|
/openbmc/openbmc/poky/scripts/ |
H A D | sstate-cache-management.py | 63 return self.match.group(name) 85 tune_archs.update(m.group(1).split()) 153 re_sigdata.search(x.parts[-1]).group(1) 160 re_setscene.search(x.parts[-1]).group(1)
|
/openbmc/openbmc/poky/meta/recipes-rt/rt-tests/files/ |
H A D | rt_bmark.py | 289 minlist.append(int(m.group(2))) 290 maxlist.append(int(m.group(4))) 291 n = int(m.group(1)) 292 avg_sum += n * int(m.group(3))
|
/openbmc/linux/drivers/irqchip/ |
H A D | irq-sp7021-intc.c | 151 u32 group; in sp_intc_get_ext_irq() local 159 group = fls(pending_group) - 1; in sp_intc_get_ext_irq() 160 pending_irq = readl_relaxed(base + group * 4); in sp_intc_get_ext_irq() 164 return (group * 32) + fls(pending_irq) - 1; in sp_intc_get_ext_irq()
|
/openbmc/webui-vue/src/store/modules/SecurityAndAccess/ |
H A D | LdapStore.js | 221 const RemoteRoleMapping = enabledRoleGroups.map((group) => { 222 if (group.RemoteGroup === groupName) { 251 const RemoteRoleMapping = enabledRoleGroups.map((group) => { 252 if (find(roleGroups, { groupName: group.RemoteGroup })) {
|
/openbmc/webui-vue/src/views/ChangePassword/ |
H A D | ChangePassword.vue | 15 <b-form-group 36 </b-form-group> 37 <b-form-group 62 </b-form-group>
|
/openbmc/webui-vue/src/views/Settings/Network/ |
H A D | ModalIpv6.vue | 11 <b-form-group 30 </b-form-group> 33 <b-form-group 54 </b-form-group>
|
/openbmc/webui-vue/src/views/Login/ |
H A D | Login.vue | 8 <b-form-group label-for="language" :label="$t('pageLogin.language')"> 15 </b-form-group> 16 <b-form-group label-for="username" :label="$t('pageLogin.username')"> 33 </b-form-group>
|
/openbmc/linux/drivers/pinctrl/starfive/ |
H A D | pinctrl-starfive-jh7100.c | 567 map[nmaps].data.mux.group = grpname; in starfive_dt_node_to_map() 648 const struct group_desc *group; in starfive_set_mux() local 652 group = pinctrl_generic_get_group(pctldev, gsel); in starfive_set_mux() 653 if (!group) in starfive_set_mux() 656 pinmux = group->data; in starfive_set_mux() 657 for (i = 0; i < group->num_pins; i++) { in starfive_set_mux() 794 const struct group_desc *group; in starfive_pinconf_group_get() local 797 if (!group) in starfive_pinconf_group_get() 809 const struct group_desc *group; in starfive_pinconf_group_set() local 814 if (!group) in starfive_pinconf_group_set() [all …]
|