Home
last modified time | relevance | path

Searched full:ace (Results 1 – 25 of 132) sorted by relevance

123456

/kernel/linux/linux-5.10/drivers/block/
Dxsysace.c37 * 1. obtain the ace->lock spinlock.
38 * 2. loop on ace_fsm_dostate() until the ace->fsm_continue flag is
224 u16(*in) (struct ace_device * ace, int reg);
225 void (*out) (struct ace_device * ace, int reg, u16 val);
226 void (*datain) (struct ace_device * ace);
227 void (*dataout) (struct ace_device * ace);
231 static u16 ace_in_8(struct ace_device *ace, int reg) in ace_in_8() argument
233 void __iomem *r = ace->baseaddr + reg; in ace_in_8()
237 static void ace_out_8(struct ace_device *ace, int reg, u16 val) in ace_out_8() argument
239 void __iomem *r = ace->baseaddr + reg; in ace_out_8()
[all …]
/kernel/linux/linux-6.6/drivers/media/pci/intel/ivsc/
Dmei_ace.c4 * Intel Visual Sensing Controller ACE Linux driver
83 /* ACE command header structure */
98 /* ACE command parameter structure */
104 /* ACE command structure */
110 /* ACE notification header */
151 /* ACE notification content */
158 /* ACE notification structure */
181 /* runtime PM link from ace to csi */
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()
[all …]
DMakefile8 obj-$(CONFIG_INTEL_VSC) += ivsc-ace.o
9 ivsc-ace-y += mei_ace.o
/kernel/linux/linux-6.6/fs/nfsd/
Dnfs4acl.c237 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 …]
/kernel/linux/linux-5.10/fs/nfsd/
Dnfs4acl.c237 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 …]
/kernel/linux/linux-6.6/drivers/gpu/drm/display/
Ddrm_hdmi_helper.c89 #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 …]
/kernel/linux/linux-6.6/Documentation/admin-guide/media/
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 …]
/kernel/linux/linux-5.10/Documentation/admin-guide/media/
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 …]
/kernel/linux/linux-5.10/fs/xfs/
Dxfs_acl.c37 const struct xfs_acl_entry *ace; in xfs_acl_from_disk() local
59 ace = &aclp->acl_entry[i]; in xfs_acl_from_disk()
67 acl_e->e_tag = be32_to_cpu(ace->ae_tag); in xfs_acl_from_disk()
68 acl_e->e_perm = be16_to_cpu(ace->ae_perm); in xfs_acl_from_disk()
73 be32_to_cpu(ace->ae_id)); in xfs_acl_from_disk()
77 be32_to_cpu(ace->ae_id)); in xfs_acl_from_disk()
99 struct xfs_acl_entry *ace; in xfs_acl_to_disk() local
104 ace = &aclp->acl_entry[i]; in xfs_acl_to_disk()
107 ace->ae_tag = cpu_to_be32(acl_e->e_tag); in xfs_acl_to_disk()
110 ace->ae_id = cpu_to_be32( in xfs_acl_to_disk()
[all …]
/kernel/linux/linux-6.6/fs/xfs/
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 …]
/kernel/linux/linux-6.6/fs/smb/server/
Dsmbacl.c165 * 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()
1249 struct smb_ace *ace; in smb_check_perm_dacl() local
1288 ace = (struct smb_ace *)((char *)pdacl + sizeof(struct smb_acl)); in smb_check_perm_dacl()
1293 ace_size = le16_to_cpu(ace->size); in smb_check_perm_dacl()
[all …]
Dsmbacl.h22 * ACE types - see MS-DTYP 2.4.4.1
65 /* ACE types - see MS-DTYP 2.4.4.1 */
87 /* ACE flags */
179 * while processing the nfsv4 ace, this maintains the partial permissions
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/arm/
Darm,cci-400.yaml52 - ace
53 - ace-lite
183 interface-type = "ace-lite";
189 interface-type = "ace";
195 interface-type = "ace";
/kernel/linux/linux-6.6/arch/arm/boot/dts/socionext/
Duniphier-pro4-ace.dts3 // Device Tree Source for UniPhier Pro4 Ace Board
12 model = "UniPhier Pro4 Ace Board";
13 compatible = "socionext,uniphier-pro4-ace", "socionext,uniphier-pro4";
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Duniphier-pro4-ace.dts3 // Device Tree Source for UniPhier Pro4 Ace Board
12 model = "UniPhier Pro4 Ace Board";
13 compatible = "socionext,uniphier-pro4-ace", "socionext,uniphier-pro4";
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/
Dcci.txt70 Definition: must be set to one of {"ace", "ace-lite"}
193 interface-type = "ace-lite";
199 interface-type = "ace";
205 interface-type = "ace";
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/
Dzhaoxin.c28 /* 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()
Dcentaur.c30 /* 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()
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/
Dzhaoxin.c28 /* 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()
Dcentaur.c30 /* 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()
/kernel/linux/linux-5.10/drivers/bus/
Darm-cci.c396 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()
/kernel/linux/linux-6.6/drivers/bus/
Darm-cci.c396 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()
/kernel/linux/linux-6.6/sound/soc/sof/intel/
Dpci-mtl.c42 [SOF_INTEL_IPC4] = "intel/sof-ace-tplg",
72 [SOF_IPC_TYPE_4] = "intel/sof-ace-tplg",
/kernel/linux/linux-6.6/fs/ntfs/
Dlayout.h1341 * The predefined ACE types (8-bit, see below).
1371 * The ACE flags (8-bit) for audit and inheritance (see below).
1373 * SUCCESSFUL_ACCESS_ACE_FLAG is only used with system audit and alarm ACE
1377 * FAILED_ACCESS_ACE_FLAG is only used with system audit and alarm ACE types
1397 * An ACE is an access-control entry in an access-control list (ACL).
1398 * An ACE defines access to an object for a specific user or group or defines
1403 * Each ACE starts with an ACE_HEADER structure (aligned on 4-byte boundary),
1404 * which specifies the type and size of the ACE. The format of the subsequent
1405 * data depends on the ACE type.
1409 /* 0*/ ACE_TYPES type; /* Type of the ACE. */
[all …]
/kernel/linux/linux-5.10/fs/ntfs/
Dlayout.h1341 * The predefined ACE types (8-bit, see below).
1371 * The ACE flags (8-bit) for audit and inheritance (see below).
1373 * SUCCESSFUL_ACCESS_ACE_FLAG is only used with system audit and alarm ACE
1377 * FAILED_ACCESS_ACE_FLAG is only used with system audit and alarm ACE types
1397 * An ACE is an access-control entry in an access-control list (ACL).
1398 * An ACE defines access to an object for a specific user or group or defines
1403 * Each ACE starts with an ACE_HEADER structure (aligned on 4-byte boundary),
1404 * which specifies the type and size of the ACE. The format of the subsequent
1405 * data depends on the ACE type.
1409 /* 0*/ ACE_TYPES type; /* Type of the ACE. */
[all …]

123456