/openbmc/linux/drivers/media/pci/intel/ivsc/ |
H A D | mei_ace.c | 197 static int construct_command(struct mei_ace *ace, struct ace_cmd *cmd, in construct_command() argument 213 hdr->firmware_id = ace->firmware_id; in construct_command() 217 hdr->firmware_id = ace->firmware_id; in construct_command() 227 static int mei_ace_send(struct mei_ace *ace, struct ace_cmd *cmd, in mei_ace_send() argument 230 union ace_notif_hdr *resp_hdr = &ace->cmd_response.hdr; in mei_ace_send() 231 union ace_notif_hdr *ack_hdr = &ace->cmd_ack.hdr; in mei_ace_send() 235 mutex_lock(&ace->lock); in mei_ace_send() 237 reinit_completion(&ace->cmd_completion); in mei_ace_send() 239 ret = mei_cldev_send(ace->cldev, (u8 *)cmd, len); in mei_ace_send() 243 ret = wait_for_completion_killable_timeout(&ace->cmd_completion, in mei_ace_send() [all …]
|
H A D | Makefile | 8 obj-$(CONFIG_INTEL_VSC) += ivsc-ace.o 9 ivsc-ace-y += mei_ace.o
|
/openbmc/linux/fs/nfsd/ |
H A D | nfs4acl.c | 237 struct nfs4_ace *ace; in _posix_to_nfsv4_one() local 247 ace = acl->aces + acl->naces; in _posix_to_nfsv4_one() 257 ace->type = NFS4_ACE_ACCESS_DENIED_ACE_TYPE; in _posix_to_nfsv4_one() 258 ace->flag = eflag; in _posix_to_nfsv4_one() 259 ace->access_mask = deny_mask_from_posix(deny, flags); in _posix_to_nfsv4_one() 260 ace->whotype = NFS4_ACL_WHO_OWNER; in _posix_to_nfsv4_one() 261 ace++; in _posix_to_nfsv4_one() 265 ace->type = NFS4_ACE_ACCESS_ALLOWED_ACE_TYPE; in _posix_to_nfsv4_one() 266 ace->flag = eflag; in _posix_to_nfsv4_one() 267 ace->access_mask = mask_from_posix(pa->e_perm, flags | NFS4_ACL_OWNER); in _posix_to_nfsv4_one() [all …]
|
H A D | nfs4xdr.c | 289 nfsd4_decode_nfsace4(struct nfsd4_compoundargs *argp, struct nfs4_ace *ace) in nfsd4_decode_nfsace4() argument 294 if (xdr_stream_decode_u32(argp->xdr, &ace->type) < 0) in nfsd4_decode_nfsace4() 296 if (xdr_stream_decode_u32(argp->xdr, &ace->flag) < 0) in nfsd4_decode_nfsace4() 298 if (xdr_stream_decode_u32(argp->xdr, &ace->access_mask) < 0) in nfsd4_decode_nfsace4() 306 ace->whotype = nfs4_acl_get_whotype((char *)p, length); in nfsd4_decode_nfsace4() 307 if (ace->whotype != NFS4_ACL_WHO_NAMED) in nfsd4_decode_nfsace4() 309 else if (ace->flag & NFS4_ACE_IDENTIFIER_GROUP) in nfsd4_decode_nfsace4() 311 (char *)p, length, &ace->who_gid); in nfsd4_decode_nfsace4() 314 (char *)p, length, &ace->who_uid); in nfsd4_decode_nfsace4() 323 struct nfs4_ace *ace; in nfsd4_decode_acl() local [all …]
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_acl.c | 39 const struct xfs_acl_entry *ace; in xfs_acl_from_disk() local 61 ace = &aclp->acl_entry[i]; in xfs_acl_from_disk() 69 acl_e->e_tag = be32_to_cpu(ace->ae_tag); in xfs_acl_from_disk() 70 acl_e->e_perm = be16_to_cpu(ace->ae_perm); in xfs_acl_from_disk() 75 be32_to_cpu(ace->ae_id)); in xfs_acl_from_disk() 79 be32_to_cpu(ace->ae_id)); in xfs_acl_from_disk() 101 struct xfs_acl_entry *ace; in xfs_acl_to_disk() local 106 ace = &aclp->acl_entry[i]; in xfs_acl_to_disk() 109 ace->ae_tag = cpu_to_be32(acl_e->e_tag); in xfs_acl_to_disk() 112 ace->ae_id = cpu_to_be32( in xfs_acl_to_disk() [all …]
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A D | saa7134-cardlist.rst | 523 - 5ace:5050 527 - 5ace:5070, 5ace:5090 535 - 5ace:6070 539 - 5ace:6190 587 - 5ace:6290 591 - 5ace:6191 595 - 5ace:6193 667 - 5ace:6071 671 - 5ace:6090 675 - 5ace:6091 [all …]
|
H A D | dvb-usb-zd1301-cardlist.rst | 16 - 0ace:13a1
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/ace/files/ |
H A D | ace_config.patch | 3 diff -ruN ACE_wrappers1/ace/config.h ACE_wrappers/ace/config.h 4 --- ACE_wrappers1/ace/config.h 1970-01-01 02:00:00.000000000 +0200 5 +++ ACE_wrappers/ace/config.h 2019-01-10 13:36:52.698012477 +0200 7 +#include "ace/config-linux.h"
|
H A D | no_sysctl.patch | 10 --- a/ace/config-linux.h 11 +++ b/ace/config-linux.h 14 #include "ace/config-linux-common.h"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ace-cloud-editor/ |
H A D | ace-cloud-editor_git.bb | 7 SRC_URI = "git://github.com/ajaxorg/ace-builds.git;protocol=https;branch=master" 12 FILES:${PN} = "${datadir}/ace-builds" 19 install -d ${D}/${datadir}/ace-builds/src-noconflict 20 rsync -r --exclude=".*" ${S}/src-noconflict/* ${D}/${datadir}/ace-builds/src-noconflict
|
/openbmc/linux/fs/smb/server/ |
H A D | smbacl.c | 988 static void smb_set_ace(struct smb_ace *ace, const struct smb_sid *sid, u8 type, in smb_set_ace() argument 991 ace->type = type; in smb_set_ace() 992 ace->flags = flags; in smb_set_ace() 993 ace->access_req = access_req; in smb_set_ace() 994 smb_copy_sid(&ace->sid, sid); in smb_set_ace() 995 ace->size = cpu_to_le16(1 + 1 + 2 + 4 + 1 + 1 + 6 + (sid->num_subauth * 4)); in smb_set_ace() 1225 struct smb_ace *ace; in smb_check_perm_dacl() local 1264 ace = (struct smb_ace *)((char *)pdacl + sizeof(struct smb_acl)); in smb_check_perm_dacl() 1269 ace_size = le16_to_cpu(ace->size); in smb_check_perm_dacl() 1273 granted |= le32_to_cpu(ace->access_req); in smb_check_perm_dacl() [all …]
|
/openbmc/linux/arch/arm/boot/dts/socionext/ |
H A D | Makefile | 6 uniphier-pro4-ace.dtb \
|
H A D | uniphier-pro4-ace.dts | 13 compatible = "socionext,uniphier-pro4-ace", "socionext,uniphier-pro4";
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | uniphier-pro4-ace.dts | 13 compatible = "socionext,uniphier-pro4-ace", "socionext,uniphier-pro4";
|
H A D | sun8i-a83t.dtsi | 382 interface-type = "ace"; 388 interface-type = "ace";
|
H A D | sun9i-a80.dtsi | 497 interface-type = "ace"; 503 interface-type = "ace";
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/ace/ |
H A D | ace_8.0.1.bb | 22 B = "${WORKDIR}/ACE_wrappers/ace"
|
/openbmc/linux/arch/arm/boot/dts/mediatek/ |
H A D | mt7629.dtsi | 183 interface-type = "ace-lite"; 189 interface-type = "ace"; 195 interface-type = "ace";
|
/openbmc/linux/arch/arm64/boot/dts/mediatek/ |
H A D | mt6795.dtsi | 459 interface-type = "ace-lite"; 465 interface-type = "ace"; 471 interface-type = "ace";
|
H A D | mt7622.dtsi | 355 interface-type = "ace-lite"; 361 interface-type = "ace"; 367 interface-type = "ace";
|
/openbmc/linux/arch/arm/boot/dts/samsung/ |
H A D | exynos5260.dtsi | 364 interface-type = "ace"; 370 interface-type = "ace";
|
/openbmc/linux/arch/arm/boot/dts/arm/ |
H A D | vexpress-v2p-ca15_a7.dts | 170 interface-type = "ace"; 176 interface-type = "ace";
|
/openbmc/linux/fs/nfs_common/ |
H A D | nfsacl.c | 45 struct posix_acl_entry ace[4]; member
|
/openbmc/linux/fs/ntfs3/ |
H A D | fsntfs.c | 1745 const struct ACE_HEADER *ace; in is_acl_valid() local 1769 ace = (struct ACE_HEADER *)&acl[1]; in is_acl_valid() 1776 ace_size = le16_to_cpu(ace->AceSize); in is_acl_valid() 1781 ace = Add2Ptr(ace, ace_size); in is_acl_valid()
|
/openbmc/linux/arch/arm/boot/dts/allwinner/ |
H A D | sun8i-a83t.dtsi | 414 interface-type = "ace"; 420 interface-type = "ace";
|