Searched refs:cip (Results 1 – 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/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 …]
|
/kernel/linux/linux-5.10/drivers/crypto/ |
D | geode-aes.c | 128 tctx->fallback.cip->base.crt_flags &= ~CRYPTO_TFM_REQ_MASK; in geode_setkey_cip() 129 tctx->fallback.cip->base.crt_flags |= in geode_setkey_cip() 132 return crypto_cipher_setkey(tctx->fallback.cip, key, len); in geode_setkey_cip() 168 crypto_cipher_encrypt_one(tctx->fallback.cip, out, in); in geode_encrypt() 183 crypto_cipher_decrypt_one(tctx->fallback.cip, out, in); in geode_decrypt() 196 tctx->fallback.cip = crypto_alloc_cipher(name, 0, in fallback_init_cip() 199 if (IS_ERR(tctx->fallback.cip)) { in fallback_init_cip() 201 return PTR_ERR(tctx->fallback.cip); in fallback_init_cip() 211 crypto_free_cipher(tctx->fallback.cip); in fallback_exit_cip()
|
D | geode-aes.h | 53 struct crypto_cipher *cip; member
|
/kernel/linux/linux-5.10/fs/xfs/ |
D | xfs_export.c | 210 struct xfs_inode *cip; in xfs_fs_get_parent() local 212 error = xfs_lookup(XFS_I(d_inode(child)), &xfs_name_dotdot, &cip, NULL); in xfs_fs_get_parent() 216 return d_obtain_alias(VFS_I(cip)); in xfs_fs_get_parent()
|
D | xfs_iops.c | 259 struct xfs_inode *cip; in xfs_vn_lookup() local 267 error = xfs_lookup(XFS_I(dir), &name, &cip, NULL); in xfs_vn_lookup() 269 inode = VFS_I(cip); in xfs_vn_lookup() 371 struct xfs_inode *cip = NULL; in xfs_vn_symlink() local 382 error = xfs_symlink(XFS_I(dir), &name, symname, mode, &cip); in xfs_vn_symlink() 386 inode = VFS_I(cip); in xfs_vn_symlink() 392 xfs_setup_iops(cip); in xfs_vn_symlink() 395 xfs_finish_inode_setup(cip); in xfs_vn_symlink() 399 xfs_finish_inode_setup(cip); in xfs_vn_symlink() 401 xfs_irele(cip); in xfs_vn_symlink()
|
/kernel/linux/linux-5.10/arch/s390/crypto/ |
D | aes_s390.c | 48 struct crypto_cipher *cip; member 76 sctx->fallback.cip->base.crt_flags &= ~CRYPTO_TFM_REQ_MASK; in setkey_fallback_cip() 77 sctx->fallback.cip->base.crt_flags |= (tfm->crt_flags & in setkey_fallback_cip() 80 return crypto_cipher_setkey(sctx->fallback.cip, in_key, key_len); in setkey_fallback_cip() 109 crypto_cipher_encrypt_one(sctx->fallback.cip, out, in); in crypto_aes_encrypt() 120 crypto_cipher_decrypt_one(sctx->fallback.cip, out, in); in crypto_aes_decrypt() 132 sctx->fallback.cip = crypto_alloc_cipher(name, 0, in fallback_init_cip() 135 if (IS_ERR(sctx->fallback.cip)) { in fallback_init_cip() 138 return PTR_ERR(sctx->fallback.cip); in fallback_init_cip() 148 crypto_free_cipher(sctx->fallback.cip); in fallback_exit_cip() [all …]
|
/kernel/linux/linux-5.10/arch/powerpc/kvm/ |
D | book3s_hv.c | 2802 static void init_core_info(struct core_info *cip, struct kvmppc_vcore *vc) in init_core_info() argument 2804 memset(cip, 0, sizeof(*cip)); in init_core_info() 2805 cip->n_subcores = 1; in init_core_info() 2806 cip->max_subcore_threads = vc->num_threads; in init_core_info() 2807 cip->total_threads = vc->num_threads; in init_core_info() 2808 cip->subcore_threads[0] = vc->num_threads; in init_core_info() 2809 cip->vc[0] = vc; in init_core_info() 2845 static bool can_dynamic_split(struct kvmppc_vcore *vc, struct core_info *cip) in can_dynamic_split() argument 2854 if (one_vm_per_core && vc->kvm != cip->vc[0]->kvm) in can_dynamic_split() 2859 kvm_is_radix(vc->kvm) != kvm_is_radix(cip->vc[0]->kvm)) in can_dynamic_split() [all …]
|
/kernel/linux/linux-5.10/ |
D | CREDITS | 2117 E: mskuhn@cip.informatik.uni-erlangen.de
|