| /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
|
| /linux/fs/smb/server/ |
| H A D | smbacl.c | 168 * This function is called for every ACE in the DACL whose SID matches 1126 static void smb_set_ace(struct smb_ace *ace, const struct smb_sid *sid, u8 type, in smb_set_ace() argument 1129 ace->type = type; in smb_set_ace() 1130 ace->flags = flags; in smb_set_ace() 1131 ace->access_req = access_req; in smb_set_ace() 1132 smb_copy_sid(&ace->sid, sid); in smb_set_ace() 1133 ace->size = cpu_to_le16(1 + 1 + 2 + 4 + 1 + 1 + 6 + in smb_set_ace() 1134 (ace->sid.num_subauth * 4)); in smb_set_ace() 1137 static int smb_append_inherited_ace(struct smb_ace **ace, int *nt_size, in smb_append_inherited_ace() argument 1143 smb_set_ace(*ace, sid, type, flags, access_req); in smb_append_inherited_ace() [all …]
|
| /linux/drivers/media/pci/intel/ivsc/ |
| H A 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.
|
| H A D | Makefile | 8 obj-$(CONFIG_INTEL_VSC) += ivsc-ace.o 9 ivsc-ace-y += mei_ace.o
|
| /linux/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";
|
| H A D | ux500.yaml | 38 - description: Samsung Galaxy Ace 2 (GT-I8160)
|
| /linux/arch/arm/boot/dts/socionext/ |
| H A 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";
|
| H A D | Makefile | 6 uniphier-pro4-ace.dtb \
|
| /linux/drivers/bus/ |
| H A 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/fs/smb/client/ |
| H A D | cifsacl.c | 645 * The first DENY or ALLOW ACE which matches perfectly is in access_flags_to_mode() 700 /* If DELETE_CHILD is set only on an owner ACE, set sticky bit */ in access_flags_to_mode() 717 This function is called for every ACE in the DACL whose SID matches 809 cifs_dbg(VFS, "ACE too small %d\n", le16_to_cpu(pace->size)); in dump_ace() 814 cifs_dbg(VFS, "ACL too small to parse ACE\n"); in dump_ace() 821 cifs_dbg(FYI, "ACE revision %d num_auth %d type %d flags %d size %d\n", in dump_ace() 825 cifs_dbg(FYI, "ACE sub_auth[%d]: 0x%x\n", in dump_ace() 877 cifs_dbg(VFS, "ACL too small to parse ACE\n"); in validate_dacl() 887 cifs_dbg(VFS, "ACL too small to parse ACE\n"); in validate_dacl() 894 cifs_dbg(VFS, "ACL too small to parse ACE\n"); in validate_dacl() [all …]
|
| H A D | cifs_fs_sb.h | 45 #define CIFS_MOUNT_MODE_FROM_SID 0x10000000 /* retrieve mode from special ACE */
|
| /linux/drivers/misc/mei/ |
| H A 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/fs/nfsd/ |
| H A D | nfs4xdr.c | 293 nfsd4_decode_nfsace4(struct nfsd4_compoundargs *argp, struct nfs4_ace *ace) in nfsd4_decode_nfsace4() argument 298 if (xdr_stream_decode_u32(argp->xdr, &ace->type) < 0) in nfsd4_decode_nfsace4() 300 if (xdr_stream_decode_u32(argp->xdr, &ace->flag) < 0) in nfsd4_decode_nfsace4() 302 if (xdr_stream_decode_u32(argp->xdr, &ace->access_mask) < 0) in nfsd4_decode_nfsace4() 310 ace->whotype = nfs4_acl_get_whotype((char *)p, length); in nfsd4_decode_nfsace4() 311 if (ace->whotype != NFS4_ACL_WHO_NAMED) in nfsd4_decode_nfsace4() 313 else if (ace->flag & NFS4_ACE_IDENTIFIER_GROUP) in nfsd4_decode_nfsace4() 315 (char *)p, length, &ace->who_gid); in nfsd4_decode_nfsace4() 318 (char *)p, length, &ace->who_uid); in nfsd4_decode_nfsace4() 327 struct nfs4_ace *ace; in nfsd4_decode_acl() local [all …]
|
| /linux/Documentation/devicetree/bindings/arm/socionext/ |
| H A D | uniphier.yaml | 25 - socionext,uniphier-pro4-ace
|
| /linux/arch/arm/boot/dts/mediatek/ |
| H A D | mt7629.dtsi | 183 interface-type = "ace-lite"; 189 interface-type = "ace"; 195 interface-type = "ace";
|
| /linux/arch/arm/boot/dts/samsung/ |
| H A D | exynos5260.dtsi | 364 interface-type = "ace"; 370 interface-type = "ace";
|
| /linux/drivers/gpu/drm/panthor/ |
| H A D | panthor_gpu.c | 472 /* Check if the ACE-Lite coherency protocol is actually supported by the GPU. in panthor_gpu_coherency_init() 473 * ACE protocol has never been supported for command stream frontend GPUs. in panthor_gpu_coherency_init()
|
| /linux/drivers/crypto/ |
| H A D | padlock-aes.c | 74 /* Tells whether the ACE is capable to generate 505 printk(KERN_NOTICE PFX "Using VIA PadLock ACE for AES algorithm.\n"); in padlock_init()
|
| /linux/sound/isa/gus/ |
| H A D | gus_main.c | 363 strscpy(card->driver, "GUS ACE"); in snd_gus_check_version() 364 strscpy(card->longname, "Gravis UltraSound Ace"); in snd_gus_check_version()
|
| /linux/Documentation/networking/device_drivers/can/ctu/ |
| H A D | ctucanfd-driver.rst | 241 (search for ARM **AMBA AXI and ACE Protocol Specification AXI3, 242 AXI4, and AXI4-Lite, ACE and ACE-Lite**).
|
| /linux/fs/ntfs3/ |
| H A D | fsntfs.c | 1729 * ACE: allow S-1-1-0 (Everyone) with FILE_ALL_ACCESS 1755 const struct ACE_HEADER *ace; in is_acl_valid() local 1763 * object-specific ACE, in which case this value must be ACL_REVISION_DS. in is_acl_valid() 1779 ace = (struct ACE_HEADER *)&acl[1]; in is_acl_valid() 1786 ace_size = le16_to_cpu(ace->AceSize); in is_acl_valid() 1791 ace = Add2Ptr(ace, ace_size); in is_acl_valid()
|
| /linux/arch/arm64/boot/dts/mediatek/ |
| H A D | mt7622.dtsi | 359 interface-type = "ace-lite"; 365 interface-type = "ace"; 371 interface-type = "ace";
|
| /linux/fs/afs/ |
| H A D | afs.h | 107 * AFS security ACE access mask
|
| /linux/drivers/soundwire/ |
| H A D | intel.h | 25 * @mic_privacy: ACE version supports microphone privacy
|