Home
last modified time | relevance | path

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

/linux/drivers/media/pci/intel/ivsc/
H A Dmei_ace.c195 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()
215 hdr->firmware_id = ace->firmware_id; in construct_command()
225 static int mei_ace_send(struct mei_ace *ace, struct ace_cmd *cmd, in mei_ace_send() argument
228 union ace_notif_hdr *resp_hdr = &ace->cmd_response.hdr; in mei_ace_send()
229 union ace_notif_hdr *ack_hdr = &ace->cmd_ack.hdr; in mei_ace_send()
233 mutex_lock(&ace->lock); in mei_ace_send()
235 reinit_completion(&ace->cmd_completion); in mei_ace_send()
237 ret = mei_cldev_send(ace->cldev, (u8 *)cmd, len); in mei_ace_send()
241 ret = wait_for_completion_killable_timeout(&ace->cmd_completion, in mei_ace_send()
[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/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/fs/smb/server/
H A Dsmbacl.c1007 static void smb_set_ace(struct smb_ace *ace, const struct smb_sid *sid, u8 type, in smb_set_ace() argument
1010 ace->type = type; in smb_set_ace()
1011 ace->flags = flags; in smb_set_ace()
1012 ace->access_req = access_req; in smb_set_ace()
1013 smb_copy_sid(&ace->sid, sid); in smb_set_ace()
1014 ace->size = cpu_to_le16(1 + 1 + 2 + 4 + 1 + 1 + 6 + (sid->num_subauth * 4)); in smb_set_ace()
1246 struct smb_ace *ace; in smb_check_perm_dacl() local
1285 ace = (struct smb_ace *)((char *)pdacl + sizeof(struct smb_acl)); in smb_check_perm_dacl()
1290 ace_size = le16_to_cpu(ace->size); in smb_check_perm_dacl()
1294 granted |= le32_to_cpu(ace->access_req); in smb_check_perm_dacl()
[all …]
/linux/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/arch/arm/boot/dts/mediatek/
H A Dmt7629.dtsi183 interface-type = "ace-lite";
189 interface-type = "ace";
195 interface-type = "ace";
/linux/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/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/arch/arm/boot/dts/arm/
H A Dvexpress-v2p-ca15_a7.dts170 interface-type = "ace";
176 interface-type = "ace";
/linux/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/fs/nfs_common/
H A Dnfsacl.c46 struct posix_acl_entry ace[4]; member
/linux/fs/ntfs3/
H A Dfsntfs.c1749 const struct ACE_HEADER *ace; in is_acl_valid() local
1773 ace = (struct ACE_HEADER *)&acl[1]; in is_acl_valid()
1780 ace_size = le16_to_cpu(ace->AceSize); in is_acl_valid()
1785 ace = Add2Ptr(ace, ace_size); in is_acl_valid()
/linux/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";
/linux/fs/smb/client/
H A Dcifssmb.c2852 static void cifs_init_posix_acl(struct posix_acl_entry *ace, in cifs_init_posix_acl() argument
2856 ace->e_perm = cifs_ace->cifs_e_perm; in cifs_init_posix_acl()
2857 ace->e_tag = cifs_ace->cifs_e_tag; in cifs_init_posix_acl()
2859 switch (ace->e_tag) { in cifs_init_posix_acl()
2861 ace->e_uid = make_kuid(&init_user_ns, in cifs_init_posix_acl()
2865 ace->e_gid = make_kgid(&init_user_ns, in cifs_init_posix_acl()
/linux/arch/arm64/boot/dts/rockchip/
H A Drk3588s-gameforce-ace.dts17 compatible = "gameforce,ace", "rockchip,rk3588s";
/linux/fs/nfs/
H A Dnfs4xdr.c3285 static int decode_ace(struct xdr_stream *xdr, void *ace) in decode_ace() argument