/linux-6.14.4/drivers/media/pci/intel/ivsc/ |
D | mei_ace.c | 4 * Intel Visual Sensing Controller ACE Linux driver 81 /* ACE command header structure */ 96 /* ACE command parameter structure */ 102 /* ACE command structure */ 108 /* ACE notification header */ 149 /* ACE notification content */ 156 /* ACE notification structure */ 179 /* runtime PM link from ace to csi */ 195 static int construct_command(struct mei_ace *ace, struct ace_cmd *cmd, in construct_command() argument 211 hdr->firmware_id = ace->firmware_id; in construct_command() [all …]
|
D | Kconfig | 14 The IVSC support is split into two devices, ACE (Algorithm 16 have their own drivers. The ACE is used to select the ownership 22 The modules will be called ivsc-ace and ivsc-csi.
|
D | Makefile | 8 obj-$(CONFIG_INTEL_VSC) += ivsc-ace.o 9 ivsc-ace-y += mei_ace.o
|
/linux-6.14.4/fs/nfsd/ |
D | nfs4acl.c | 235 struct nfs4_ace *ace; in _posix_to_nfsv4_one() local 245 ace = acl->aces + acl->naces; in _posix_to_nfsv4_one() 255 ace->type = NFS4_ACE_ACCESS_DENIED_ACE_TYPE; in _posix_to_nfsv4_one() 256 ace->flag = eflag; in _posix_to_nfsv4_one() 257 ace->access_mask = deny_mask_from_posix(deny, flags); in _posix_to_nfsv4_one() 258 ace->whotype = NFS4_ACL_WHO_OWNER; in _posix_to_nfsv4_one() 259 ace++; in _posix_to_nfsv4_one() 263 ace->type = NFS4_ACE_ACCESS_ALLOWED_ACE_TYPE; in _posix_to_nfsv4_one() 264 ace->flag = eflag; in _posix_to_nfsv4_one() 265 ace->access_mask = mask_from_posix(pa->e_perm, flags | NFS4_ACL_OWNER); in _posix_to_nfsv4_one() [all …]
|
D | nfs4xdr.c | 290 nfsd4_decode_nfsace4(struct nfsd4_compoundargs *argp, struct nfs4_ace *ace) in nfsd4_decode_nfsace4() argument 295 if (xdr_stream_decode_u32(argp->xdr, &ace->type) < 0) in nfsd4_decode_nfsace4() 297 if (xdr_stream_decode_u32(argp->xdr, &ace->flag) < 0) in nfsd4_decode_nfsace4() 299 if (xdr_stream_decode_u32(argp->xdr, &ace->access_mask) < 0) in nfsd4_decode_nfsace4() 307 ace->whotype = nfs4_acl_get_whotype((char *)p, length); in nfsd4_decode_nfsace4() 308 if (ace->whotype != NFS4_ACL_WHO_NAMED) in nfsd4_decode_nfsace4() 310 else if (ace->flag & NFS4_ACE_IDENTIFIER_GROUP) 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 [all …]
|
/linux-6.14.4/drivers/gpu/drm/display/ |
D | drm_hdmi_helper.c | 89 #define ACE(x) ((x) << 5) macro 92 #define HDMI_COLORIMETRY_SMPTE_170M_YCC (C(1) | EC(0) | ACE(0)) 93 #define HDMI_COLORIMETRY_BT709_YCC (C(2) | EC(0) | ACE(0)) 94 #define HDMI_COLORIMETRY_XVYCC_601 (C(3) | EC(0) | ACE(0)) 95 #define HDMI_COLORIMETRY_XVYCC_709 (C(3) | EC(1) | ACE(0)) 96 #define HDMI_COLORIMETRY_SYCC_601 (C(3) | EC(2) | ACE(0)) 97 #define HDMI_COLORIMETRY_OPYCC_601 (C(3) | EC(3) | ACE(0)) 98 #define HDMI_COLORIMETRY_OPRGB (C(3) | EC(4) | ACE(0)) 99 #define HDMI_COLORIMETRY_BT2020_CYCC (C(3) | EC(5) | ACE(0)) 100 #define HDMI_COLORIMETRY_BT2020_RGB (C(3) | EC(6) | ACE(0)) [all …]
|
/linux-6.14.4/Documentation/admin-guide/media/ |
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 …]
|
D | dvb-usb-zd1301-cardlist.rst | 16 - 0ace:13a1
|
/linux-6.14.4/fs/xfs/ |
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.14.4/fs/smb/server/ |
D | smbacl.c | 165 * This function is called for every ACE in the DACL whose SID matches 1012 static void smb_set_ace(struct smb_ace *ace, const struct smb_sid *sid, u8 type, in smb_set_ace() argument 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() 1019 ace->size = cpu_to_le16(1 + 1 + 2 + 4 + 1 + 1 + 6 + (sid->num_subauth * 4)); in smb_set_ace() 1258 struct smb_ace *ace; in smb_check_perm_dacl() local 1298 ace = (struct smb_ace *)((char *)pdacl + sizeof(struct smb_acl)); in smb_check_perm_dacl() 1303 ace_size = le16_to_cpu(ace->size); in smb_check_perm_dacl() [all …]
|
/linux-6.14.4/Documentation/devicetree/bindings/arm/ |
D | arm,cci-400.yaml | 52 - ace 53 - ace-lite 183 interface-type = "ace-lite"; 189 interface-type = "ace"; 195 interface-type = "ace";
|
D | ux500.yaml | 38 - description: Samsung Galaxy Ace 2 (GT-I8160)
|
/linux-6.14.4/arch/arm/boot/dts/socionext/ |
D | uniphier-pro4-ace.dts | 3 // Device Tree Source for UniPhier Pro4 Ace Board 12 model = "UniPhier Pro4 Ace Board"; 13 compatible = "socionext,uniphier-pro4-ace", "socionext,uniphier-pro4";
|
D | Makefile | 6 uniphier-pro4-ace.dtb \
|
/linux-6.14.4/arch/x86/kernel/cpu/ |
D | zhaoxin.c | 28 /* Enable ACE unit, if present and disabled */ in init_zhaoxin_cap() 31 /* Enable ACE unit */ in init_zhaoxin_cap() 34 pr_info("CPU: Enabled ACE h/w crypto\n"); in init_zhaoxin_cap()
|
D | centaur.c | 30 /* enable ACE unit, if present and disabled */ in init_c3() 33 lo |= ACE_FCR; /* enable ACE unit */ in init_c3() 35 pr_info("CPU: Enabled ACE h/w crypto\n"); in init_c3()
|
/linux-6.14.4/fs/smb/common/ |
D | smbacl.h | 14 /* ACE types - see MS-DTYP 2.4.4.1 */ 36 /* ACE flags */ 66 * ACE types - see MS-DTYP 2.4.4.1
|
/linux-6.14.4/sound/soc/sof/intel/ |
D | pci-mtl.c | 42 [SOF_IPC_TYPE_4] = "intel/sof-ace-tplg", 72 [SOF_IPC_TYPE_4] = "intel/sof-ace-tplg", 102 [SOF_IPC_TYPE_4] = "intel/sof-ace-tplg",
|
/linux-6.14.4/drivers/bus/ |
D | arm-cci.c | 396 if (WARN_ONCE(port < 0, "node %pOF ACE lite port look-up failure\n", in __cci_control_port_by_device() 413 * -EPERM if operation carried out on an ACE PORT 423 * indexing is therefore disabled for ACE ports. in __cci_control_port_by_index() 473 is_ace = strcmp(match_str, "ace") == 0; in cci_probe_ports() 474 if (!is_ace && strcmp(match_str, "ace-lite")) { in cci_probe_ports() 511 /* initialize a stashed array of ACE ports to speed-up look-up */ in cci_probe_ports()
|
/linux-6.14.4/drivers/misc/mei/ |
D | vsc-fw-loader.c | 210 * @ace: ACE image 224 const struct firmware *ace; member 492 /* mapping from ACE image index to image code data */ in vsc_identify_ace_image() 528 fw_loader->ace = image; in vsc_identify_ace_image() 769 release_firmware(fw_loader->ace); in vsc_tp_init()
|
/linux-6.14.4/fs/smb/client/ |
D | cifsacl.c | 569 * The first DENY or ALLOW ACE which matches perfectly is in access_flags_to_mode() 624 /* If DELETE_CHILD is set only on an owner ACE, set sticky bit */ in access_flags_to_mode() 641 This function is called for every ACE in the DACL whose SID matches 733 cifs_dbg(VFS, "ACE too small %d\n", le16_to_cpu(pace->size)); in dump_ace() 738 cifs_dbg(VFS, "ACL too small to parse ACE\n"); in dump_ace() 745 cifs_dbg(FYI, "ACE revision %d num_auth %d type %d flags %d size %d\n", in dump_ace() 749 cifs_dbg(FYI, "ACE sub_auth[%d]: 0x%x\n", in dump_ace() 996 /* We need DENY ACE when the perm is more restrictive than the next sets. */ in populate_new_aces() 1013 /* Group DENY ACE does not conflict with owner ALLOW ACE. Keep in preferred order*/ in populate_new_aces() 1026 /* Group DENY ACE conflicts with owner ALLOW ACE. So keep it after. */ in populate_new_aces() [all …]
|
/linux-6.14.4/drivers/gpu/drm/imagination/ |
D | pvr_fw_startstop.c | 22 /* Setup AXI-ACE config. Set everything to outer cache. */ in rogue_axi_ace_list_init() 153 /* We must init the AXI-ACE interface before first BIF transaction. */ in pvr_fw_start()
|
/linux-6.14.4/Documentation/devicetree/bindings/arm/socionext/ |
D | uniphier.yaml | 25 - socionext,uniphier-pro4-ace
|
/linux-6.14.4/Documentation/devicetree/bindings/soc/renesas/ |
D | renesas,rzg2l-sysc.yaml | 36 - description: CA55 ACE Asynchronous Bridge Master/Slave interface deny request interrupt
|
/linux-6.14.4/arch/arm/boot/dts/mediatek/ |
D | mt7629.dtsi | 183 interface-type = "ace-lite"; 189 interface-type = "ace"; 195 interface-type = "ace";
|