Home
last modified time | relevance | path

Searched refs:ace (Results 1 – 25 of 29) sorted by relevance

12

/linux-6.15/drivers/media/pci/intel/ivsc/
H A Dmei_ace.c233 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 DMakefile8 obj-$(CONFIG_INTEL_VSC) += ivsc-ace.o
9 ivsc-ace-y += mei_ace.o
H A DKconfig22 The modules will be called ivsc-ace and ivsc-csi.
/linux-6.15/fs/nfsd/
H A Dnfs4acl.c259 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 Dnfs4xdr.c308 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 Dxfs_acl.c39 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 Dsaa7134-cardlist.rst523 - 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 Ddvb-usb-zd1301-cardlist.rst16 - 0ace:13a1
/linux-6.15/fs/smb/server/
H A Dsmbacl.c1015 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 Darm,cci-400.yaml52 - 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 DMakefile6 uniphier-pro4-ace.dtb \
H A Duniphier-pro4-ace.dts13 compatible = "socionext,uniphier-pro4-ace", "socionext,uniphier-pro4";
/linux-6.15/Documentation/devicetree/bindings/arm/socionext/
H A Duniphier.yaml25 - socionext,uniphier-pro4-ace
/linux-6.15/arch/arm/boot/dts/mediatek/
H A Dmt7629.dtsi183 interface-type = "ace-lite";
189 interface-type = "ace";
195 interface-type = "ace";
/linux-6.15/drivers/misc/mei/
H A Dvsc-fw-loader.c224 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 Dexynos5260.dtsi364 interface-type = "ace";
370 interface-type = "ace";
H A Dexynos5420.dtsi275 interface-type = "ace";
280 interface-type = "ace";
/linux-6.15/arch/arm/boot/dts/arm/
H A Dvexpress-v2p-ca15_a7.dts170 interface-type = "ace";
176 interface-type = "ace";
/linux-6.15/fs/nfs_common/
H A Dnfsacl.c46 struct posix_acl_entry ace[4]; member
/linux-6.15/arch/arm64/boot/dts/mediatek/
H A Dmt7622.dtsi355 interface-type = "ace-lite";
361 interface-type = "ace";
367 interface-type = "ace";
H A Dmt6795.dtsi498 interface-type = "ace-lite";
504 interface-type = "ace";
510 interface-type = "ace";
/linux-6.15/fs/ntfs3/
H A Dfsntfs.c1721 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 DMakefile172 dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3588s-gameforce-ace.dtb
/linux-6.15/arch/arm/boot/dts/allwinner/
H A Dsun9i-a80.dtsi560 interface-type = "ace";
566 interface-type = "ace";
H A Dsun8i-a83t.dtsi414 interface-type = "ace";
420 interface-type = "ace";

12