Home
last modified time | relevance | path

Searched refs:group (Results 2001 – 2025 of 2471) sorted by relevance

1...<<81828384858687888990>>...99

/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Dmac.c4506 u8 group = RTW89_GET_MAC_C2H_MCC_RCV_ACK_GROUP(c2h->data); in rtw89_mac_c2h_mcc_rcv_ack() local
4527 "MCC C2H RCV ACK: group %d, func %d\n", group, func); in rtw89_mac_c2h_mcc_rcv_ack()
4533 u8 group = RTW89_GET_MAC_C2H_MCC_REQ_ACK_GROUP(c2h->data); in rtw89_mac_c2h_mcc_req_ack() local
4561 group, func, retcode); in rtw89_mac_c2h_mcc_req_ack()
4567 cond = RTW89_MCC_WAIT_COND(group, func); in rtw89_mac_c2h_mcc_req_ack()
4574 u8 group = RTW89_GET_MAC_C2H_MCC_TSF_RPT_GROUP(c2h->data); in rtw89_mac_c2h_mcc_tsf_rpt() local
4592 cond = RTW89_MCC_WAIT_COND(group, H2C_FUNC_MCC_REQ_TSF); in rtw89_mac_c2h_mcc_tsf_rpt()
4599 u8 group = RTW89_GET_MAC_C2H_MCC_STATUS_RPT_GROUP(c2h->data); in rtw89_mac_c2h_mcc_status_rpt() local
4656 group, macid, status, (u64)tsf_high << 32 | tsf_low); in rtw89_mac_c2h_mcc_status_rpt()
4662 cond = RTW89_MCC_WAIT_COND(group, func); in rtw89_mac_c2h_mcc_status_rpt()
/openbmc/linux/Documentation/security/keys/
H A Dcore.rst60 * Each key has an owner user ID, a group ID and a permissions mask. These
201 Keys have an owner user ID, a group access ID, and a permissions mask. The mask
202 has up to eight bits each for possessor, user, group and other access. Only
235 For changing the ownership, group ID or permissions mask, being the owner of
391 group or third party permissions.
503 This function permits a key's owner and group ID to be changed. Either one
508 group ID to something other than the calling process's group ID or one of
509 its group list members.
1077 having one of its attributes changed (user, group, perm, timeout,
/openbmc/linux/Documentation/virt/kvm/devices/
H A Ds390_flic.rst160 FLIC with an unknown group or attribute gives the error code EINVAL (instead of
/openbmc/openbmc/meta-openembedded/meta-oe/licenses/
H A DACE-TAO-CIAO9 [5]Douglas C. Schmidt and his [6]research group at [7]Washington
/openbmc/u-boot/doc/driver-model/
H A Dpci-info.txt155 Each dynamic PCI device is encoded as 4 cells a group. The first and second
/openbmc/linux/Documentation/devicetree/bindings/mailbox/
H A Darm,mhuv2.yaml134 property represents the channel window group, which may be used in
/openbmc/linux/Documentation/networking/
H A Doperstates.rst161 are multicasted on the netlink group RTNLGRP_LINK.
/openbmc/linux/drivers/gpu/drm/qxl/
H A Dqxl_dev.h787 uint32_t group; member
/openbmc/qemu/target/xtensa/
H A Doverlay_tool.h33 .group = (grp), \
/openbmc/qemu/scripts/qapi/
H A Dexpr.py91 return match.group(3)
/openbmc/openbmc/poky/meta/lib/oe/
H A Drootfs.py350 kernel_package_name = match.group(1)
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dbbtests.py231 …output.find('NOTE: recipe xcursor-transparent-theme-%s: task do_unpack: Started' % manver.group(1))
/openbmc/qemu/scripts/
H A Ddevice-crash-test284 d = {'name': re.search(r'name "([^"]+)"', l).group(1),
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/
H A Dfile.h940 u8 group; member
/openbmc/linux/drivers/s390/block/
H A Ddasd_eckd.h654 struct list_head group; member
/openbmc/linux/Documentation/gpu/
H A Ddrm-usage-stats.rst98 exported engine corresponds to a group of identical hardware engines.
/openbmc/linux/arch/arm64/kvm/vgic/
H A Dvgic-mmio-v2.c513 switch (attr->group) { in vgic_v2_has_attr_regs()
/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A Dmcdi.h98 struct attribute_group group; member
/openbmc/linux/drivers/gpu/drm/renesas/rcar-du/
H A Drcar_du_vsp.c87 __rcar_du_plane_setup(crtc->group, &state); in rcar_du_vsp_enable()
/openbmc/linux/drivers/iommu/arm/arm-smmu/
H A Darm-smmu.h263 struct iommu_group *group; member
/openbmc/pam-ipmi/src/pam_ipmisave/
H A Dpam_ipmisave.c661 struct group *grp; in pam_sm_chauthtok()
/openbmc/linux/drivers/hwmon/
H A Dnct6775-core.c1080 struct attribute_group *group; in nct6775_add_template_attr_group() local
1098 group = devm_kzalloc(dev, sizeof(*group), GFP_KERNEL); in nct6775_add_template_attr_group()
1099 if (group == NULL) in nct6775_add_template_attr_group()
1112 group->attrs = attrs; in nct6775_add_template_attr_group()
1113 group->is_visible = tg->is_visible; in nct6775_add_template_attr_group()
1148 return nct6775_add_attr_group(data, group); in nct6775_add_template_attr_group()
/openbmc/linux/tools/perf/util/
H A Dsession.c1294 struct sample_read_value *value = sample->read.group.values; in sample_read__printf()
1296 printf(".... group nr %" PRIu64 "\n", sample->read.group.nr); in sample_read__printf()
1298 sample_read_group__for_each(value, sample->read.group.nr, read_format) { in sample_read__printf()
1501 struct sample_read_value *v = sample->read.group.values; in deliver_sample_group()
1503 sample_read_group__for_each(v, sample->read.group.nr, read_format) { in deliver_sample_group()
/openbmc/openbmc/poky/bitbake/lib/ply/
H A Dlex.py324 tok.value = m.group()
847 name = m.group(1)
/openbmc/linux/Documentation/doc-guide/
H A Dcontributing.rst238 a set of "books" that group documentation for specific readers. These
256 managed to turn a big pile into a group of smaller piles. The work of

1...<<81828384858687888990>>...99