| /Linux-v5.4/drivers/media/usb/pvrusb2/ |
| D | pvrusb2-sysfs.c | 77 struct pvr2_sysfs_ctl_item *cip; in show_name() local 79 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_name); in show_name() 80 name = pvr2_ctrl_get_desc(cip->cptr); in show_name() 82 cip->chptr, cip->ctl_id, name); in show_name() 91 struct pvr2_sysfs_ctl_item *cip; in show_type() local 94 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_type); in show_type() 95 tp = pvr2_ctrl_get_type(cip->cptr); in show_type() 104 cip->chptr, cip->ctl_id, name); in show_type() 112 struct pvr2_sysfs_ctl_item *cip; in show_min() local 114 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_min); in show_min() [all …]
|
| /Linux-v5.4/drivers/crypto/ |
| D | geode-aes.c | 136 op->fallback.cip->base.crt_flags &= ~CRYPTO_TFM_REQ_MASK; in geode_setkey_cip() 137 op->fallback.cip->base.crt_flags |= (tfm->crt_flags & CRYPTO_TFM_REQ_MASK); in geode_setkey_cip() 139 ret = crypto_cipher_setkey(op->fallback.cip, key, len); in geode_setkey_cip() 142 tfm->crt_flags |= (op->fallback.cip->base.crt_flags & CRYPTO_TFM_RES_MASK); in geode_setkey_cip() 219 crypto_cipher_encrypt_one(op->fallback.cip, out, in); in geode_encrypt() 240 crypto_cipher_decrypt_one(op->fallback.cip, out, in); in geode_decrypt() 259 op->fallback.cip = crypto_alloc_cipher(name, 0, in fallback_init_cip() 262 if (IS_ERR(op->fallback.cip)) { in fallback_init_cip() 264 return PTR_ERR(op->fallback.cip); in fallback_init_cip() 274 crypto_free_cipher(op->fallback.cip); in fallback_exit_cip() [all …]
|
| D | geode-aes.h | 64 struct crypto_cipher *cip; member
|
| /Linux-v5.4/fs/xfs/ |
| D | xfs_export.c | 211 struct xfs_inode *cip; in xfs_fs_get_parent() local 213 error = xfs_lookup(XFS_I(d_inode(child)), &xfs_name_dotdot, &cip, NULL); in xfs_fs_get_parent() 217 return d_obtain_alias(VFS_I(cip)); in xfs_fs_get_parent()
|
| D | xfs_inode.c | 3473 struct xfs_inode *cip; in xfs_iflush_cluster() local 3496 cip = cilist[i]; in xfs_iflush_cluster() 3497 if (cip == ip) in xfs_iflush_cluster() 3506 spin_lock(&cip->i_flags_lock); in xfs_iflush_cluster() 3507 if (!cip->i_ino || in xfs_iflush_cluster() 3508 __xfs_iflags_test(cip, XFS_ISTALE)) { in xfs_iflush_cluster() 3509 spin_unlock(&cip->i_flags_lock); in xfs_iflush_cluster() 3518 if ((XFS_INO_TO_AGINO(mp, cip->i_ino) & mask) != first_index) { in xfs_iflush_cluster() 3519 spin_unlock(&cip->i_flags_lock); in xfs_iflush_cluster() 3522 spin_unlock(&cip->i_flags_lock); in xfs_iflush_cluster() [all …]
|
| D | xfs_iops.c | 251 struct xfs_inode *cip; in xfs_vn_lookup() local 259 error = xfs_lookup(XFS_I(dir), &name, &cip, NULL); in xfs_vn_lookup() 261 inode = VFS_I(cip); in xfs_vn_lookup() 363 struct xfs_inode *cip = NULL; in xfs_vn_symlink() local 374 error = xfs_symlink(XFS_I(dir), &name, symname, mode, &cip); in xfs_vn_symlink() 378 inode = VFS_I(cip); in xfs_vn_symlink() 384 xfs_setup_iops(cip); in xfs_vn_symlink() 387 xfs_finish_inode_setup(cip); in xfs_vn_symlink() 391 xfs_finish_inode_setup(cip); in xfs_vn_symlink() 393 xfs_irele(cip); in xfs_vn_symlink()
|
| /Linux-v5.4/arch/s390/crypto/ |
| D | aes_s390.c | 48 struct crypto_cipher *cip; member 77 sctx->fallback.cip->base.crt_flags &= ~CRYPTO_TFM_REQ_MASK; in setkey_fallback_cip() 78 sctx->fallback.cip->base.crt_flags |= (tfm->crt_flags & in setkey_fallback_cip() 81 ret = crypto_cipher_setkey(sctx->fallback.cip, in_key, key_len); in setkey_fallback_cip() 84 tfm->crt_flags |= (sctx->fallback.cip->base.crt_flags & in setkey_fallback_cip() 116 crypto_cipher_encrypt_one(sctx->fallback.cip, out, in); in crypto_aes_encrypt() 127 crypto_cipher_decrypt_one(sctx->fallback.cip, out, in); in crypto_aes_decrypt() 139 sctx->fallback.cip = crypto_alloc_cipher(name, 0, in fallback_init_cip() 142 if (IS_ERR(sctx->fallback.cip)) { in fallback_init_cip() 145 return PTR_ERR(sctx->fallback.cip); in fallback_init_cip() [all …]
|
| /Linux-v5.4/arch/powerpc/kvm/ |
| D | book3s_hv.c | 2754 static void init_core_info(struct core_info *cip, struct kvmppc_vcore *vc) in init_core_info() argument 2756 memset(cip, 0, sizeof(*cip)); in init_core_info() 2757 cip->n_subcores = 1; in init_core_info() 2758 cip->max_subcore_threads = vc->num_threads; in init_core_info() 2759 cip->total_threads = vc->num_threads; in init_core_info() 2760 cip->subcore_threads[0] = vc->num_threads; in init_core_info() 2761 cip->vc[0] = vc; in init_core_info() 2797 static bool can_dynamic_split(struct kvmppc_vcore *vc, struct core_info *cip) in can_dynamic_split() argument 2806 if (one_vm_per_core && vc->kvm != cip->vc[0]->kvm) in can_dynamic_split() 2811 kvm_is_radix(vc->kvm) != kvm_is_radix(cip->vc[0]->kvm)) in can_dynamic_split() [all …]
|
| /Linux-v5.4/ |
| D | CREDITS | 2083 E: mskuhn@cip.informatik.uni-erlangen.de
|