| /linux-6.15/drivers/media/pci/intel/ivsc/ |
| H A D | mei_ace.c | 233 mutex_lock(&ace->lock); in mei_ace_send() 280 mutex_unlock(&ace->lock); in mei_ace_send() 417 if (!ace->csi_link) { in mei_ace_setup_dev_link() 423 ace->csi_dev = csi_dev; in mei_ace_setup_dev_link() 438 struct mei_ace *ace; in mei_ace_post_probe_work() local 443 dev = &ace->cldev->dev; in mei_ace_post_probe_work() 462 struct mei_ace *ace; in mei_ace_probe() local 466 if (!ace) in mei_ace_probe() 469 ace->cldev = cldev; in mei_ace_probe() 470 mutex_init(&ace->lock); in mei_ace_probe() [all …]
|
| H A D | Makefile | 8 obj-$(CONFIG_INTEL_VSC) += ivsc-ace.o 9 ivsc-ace-y += mei_ace.o
|
| H A D | Kconfig | 22 The modules will be called ivsc-ace and ivsc-csi.
|
| /linux-6.15/fs/nfsd/ |
| H A D | nfs4acl.c | 259 ace++; in _posix_to_nfsv4_one() 264 ace->flag = eflag; in _posix_to_nfsv4_one() 267 ace++; in _posix_to_nfsv4_one() 280 ace++; in _posix_to_nfsv4_one() 289 ace++; in _posix_to_nfsv4_one() 302 ace->flag = eflag; in _posix_to_nfsv4_one() 305 ace++; in _posix_to_nfsv4_one() 316 ace++; in _posix_to_nfsv4_one() 331 ace++; in _posix_to_nfsv4_one() 345 ace++; in _posix_to_nfsv4_one() [all …]
|
| H A D | nfs4xdr.c | 308 if (ace->whotype != NFS4_ACL_WHO_NAMED) in nfsd4_decode_nfsace4() 312 (char *)p, length, &ace->who_gid); in nfsd4_decode_nfsace4() 315 (char *)p, length, &ace->who_uid); in nfsd4_decode_nfsace4() 324 struct nfs4_ace *ace; in nfsd4_decode_acl() local 344 for (ace = (*acl)->aces; ace < (*acl)->aces + count; ace++) { in nfsd4_decode_acl() 345 status = nfsd4_decode_nfsace4(argp, ace); in nfsd4_decode_acl() 2811 struct nfs4_ace *ace) in nfsd4_encode_nfsace4() argument 2828 if (ace->whotype != NFS4_ACL_WHO_NAMED) in nfsd4_encode_nfsace4() 2830 if (ace->flag & NFS4_ACE_IDENTIFIER_GROUP) in nfsd4_encode_nfsace4() 3124 struct nfs4_ace *ace; in nfsd4_encode_fattr4_acl() local [all …]
|
| /linux-6.15/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 …]
|
| /linux-6.15/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
|
| /linux-6.15/fs/smb/server/ |
| H A D | smbacl.c | 1015 ace->type = type; in smb_set_ace() 1016 ace->flags = flags; in smb_set_ace() 1017 ace->access_req = access_req; in smb_set_ace() 1018 smb_copy_sid(&ace->sid, sid); in smb_set_ace() 1258 struct smb_ace *ace; in smb_check_perm_dacl() local 1308 ace = (struct smb_ace *)((char *)ace + le16_to_cpu(ace->size)); in smb_check_perm_dacl() 1324 ace_size = le16_to_cpu(ace->size); in smb_check_perm_dacl() 1335 others_ace = ace; in smb_check_perm_dacl() 1337 ace = (struct smb_ace *)((char *)ace + le16_to_cpu(ace->size)); in smb_check_perm_dacl() 1382 ace = others_ace; in smb_check_perm_dacl() [all …]
|
| /linux-6.15/Documentation/devicetree/bindings/arm/ |
| H A D | arm,cci-400.yaml | 52 - ace 53 - ace-lite 183 interface-type = "ace-lite"; 189 interface-type = "ace"; 195 interface-type = "ace";
|
| /linux-6.15/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";
|
| /linux-6.15/Documentation/devicetree/bindings/arm/socionext/ |
| H A D | uniphier.yaml | 25 - socionext,uniphier-pro4-ace
|
| /linux-6.15/arch/arm/boot/dts/mediatek/ |
| H A D | mt7629.dtsi | 183 interface-type = "ace-lite"; 189 interface-type = "ace"; 195 interface-type = "ace";
|
| /linux-6.15/drivers/misc/mei/ |
| H A D | vsc-fw-loader.c | 224 const struct firmware *ace; member 528 fw_loader->ace = image; in vsc_identify_ace_image() 769 release_firmware(fw_loader->ace); in vsc_tp_init()
|
| /linux-6.15/arch/arm/boot/dts/samsung/ |
| H A D | exynos5260.dtsi | 364 interface-type = "ace"; 370 interface-type = "ace";
|
| H A D | exynos5420.dtsi | 275 interface-type = "ace"; 280 interface-type = "ace";
|
| /linux-6.15/arch/arm/boot/dts/arm/ |
| H A D | vexpress-v2p-ca15_a7.dts | 170 interface-type = "ace"; 176 interface-type = "ace";
|
| /linux-6.15/fs/nfs_common/ |
| H A D | nfsacl.c | 46 struct posix_acl_entry ace[4]; member
|
| /linux-6.15/arch/arm64/boot/dts/mediatek/ |
| H A D | mt7622.dtsi | 355 interface-type = "ace-lite"; 361 interface-type = "ace"; 367 interface-type = "ace";
|
| H A D | mt6795.dtsi | 498 interface-type = "ace-lite"; 504 interface-type = "ace"; 510 interface-type = "ace";
|
| /linux-6.15/fs/ntfs3/ |
| H A D | fsntfs.c | 1721 const struct ACE_HEADER *ace; in is_acl_valid() local 1745 ace = (struct ACE_HEADER *)&acl[1]; in is_acl_valid() 1752 ace_size = le16_to_cpu(ace->AceSize); in is_acl_valid() 1757 ace = Add2Ptr(ace, ace_size); in is_acl_valid()
|
| /linux-6.15/arch/arm64/boot/dts/rockchip/ |
| H A D | Makefile | 172 dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3588s-gameforce-ace.dtb
|
| /linux-6.15/arch/arm/boot/dts/allwinner/ |
| H A D | sun9i-a80.dtsi | 560 interface-type = "ace"; 566 interface-type = "ace";
|
| H A D | sun8i-a83t.dtsi | 414 interface-type = "ace"; 420 interface-type = "ace";
|