| /Linux-v6.6/drivers/media/usb/pvrusb2/ |
| D | pvrusb2-sysfs.c | 73 struct pvr2_sysfs_ctl_item *cip; in show_name() local 75 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_name); in show_name() 76 name = pvr2_ctrl_get_desc(cip->cptr); in show_name() 78 cip->chptr, cip->ctl_id, name); in show_name() 87 struct pvr2_sysfs_ctl_item *cip; in show_type() local 90 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_type); in show_type() 91 tp = pvr2_ctrl_get_type(cip->cptr); in show_type() 100 cip->chptr, cip->ctl_id, name); in show_type() 108 struct pvr2_sysfs_ctl_item *cip; in show_min() local 110 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_min); in show_min() [all …]
|
| /Linux-v6.6/drivers/crypto/ |
| D | geode-aes.c | 129 tctx->fallback.cip->base.crt_flags &= ~CRYPTO_TFM_REQ_MASK; in geode_setkey_cip() 130 tctx->fallback.cip->base.crt_flags |= in geode_setkey_cip() 133 return crypto_cipher_setkey(tctx->fallback.cip, key, len); in geode_setkey_cip() 169 crypto_cipher_encrypt_one(tctx->fallback.cip, out, in); in geode_encrypt() 184 crypto_cipher_decrypt_one(tctx->fallback.cip, out, in); in geode_decrypt() 197 tctx->fallback.cip = crypto_alloc_cipher(name, 0, in fallback_init_cip() 200 if (IS_ERR(tctx->fallback.cip)) { in fallback_init_cip() 202 return PTR_ERR(tctx->fallback.cip); in fallback_init_cip() 212 crypto_free_cipher(tctx->fallback.cip); in fallback_exit_cip()
|
| D | geode-aes.h | 53 struct crypto_cipher *cip; member
|
| /Linux-v6.6/fs/xfs/ |
| D | xfs_export.c | 224 struct xfs_inode *cip; in xfs_fs_get_parent() local 226 error = xfs_lookup(XFS_I(d_inode(child)), &xfs_name_dotdot, &cip, NULL); in xfs_fs_get_parent() 230 return d_obtain_alias(VFS_I(cip)); in xfs_fs_get_parent()
|
| D | xfs_iops.c | 295 struct xfs_inode *cip; in xfs_vn_lookup() local 303 error = xfs_lookup(XFS_I(dir), &name, &cip, NULL); in xfs_vn_lookup() 305 inode = VFS_I(cip); in xfs_vn_lookup() 408 struct xfs_inode *cip = NULL; in xfs_vn_symlink() local 419 error = xfs_symlink(idmap, XFS_I(dir), &name, symname, mode, &cip); in xfs_vn_symlink() 423 inode = VFS_I(cip); in xfs_vn_symlink() 429 xfs_setup_iops(cip); in xfs_vn_symlink() 432 xfs_finish_inode_setup(cip); in xfs_vn_symlink() 436 xfs_finish_inode_setup(cip); in xfs_vn_symlink() 438 xfs_irele(cip); in xfs_vn_symlink()
|
| /Linux-v6.6/arch/s390/crypto/ |
| D | aes_s390.c | 49 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 return crypto_cipher_setkey(sctx->fallback.cip, in_key, key_len); in setkey_fallback_cip() 110 crypto_cipher_encrypt_one(sctx->fallback.cip, out, in); in crypto_aes_encrypt() 121 crypto_cipher_decrypt_one(sctx->fallback.cip, out, in); in crypto_aes_decrypt() 133 sctx->fallback.cip = crypto_alloc_cipher(name, 0, in fallback_init_cip() 136 if (IS_ERR(sctx->fallback.cip)) { in fallback_init_cip() 139 return PTR_ERR(sctx->fallback.cip); in fallback_init_cip() 149 crypto_free_cipher(sctx->fallback.cip); in fallback_exit_cip() [all …]
|
| /Linux-v6.6/tools/testing/selftests/net/ |
| D | tls.c | 1649 char cip[3][128]; in TEST_F() local 1661 n = recv(self->cfd, cip[i], sizeof(cip[i]), 0); in TEST_F() 1665 cip[2][n - 1]++; in TEST_F() 1666 EXPECT_EQ(send(self->fd2, cip[i], n, 0), n); in TEST_F() 1684 char cip[128]; in TEST_F() local 1695 n = recv(self->cfd, cip, sizeof(cip), 0); in TEST_F() 1697 EXPECT_EQ(send(self->fd2, cip, n, 0), n); in TEST_F() 1700 n = recv(self->cfd, cip, sizeof(cip), 0); in TEST_F() 1701 cip[n - 1]++; /* Break it */ in TEST_F() 1703 EXPECT_EQ(send(self->fd2, cip, n, 0), n); in TEST_F()
|
| /Linux-v6.6/arch/powerpc/kvm/ |
| D | book3s_hv.c | 3421 static void init_core_info(struct core_info *cip, struct kvmppc_vcore *vc) in init_core_info() argument 3423 memset(cip, 0, sizeof(*cip)); in init_core_info() 3424 cip->n_subcores = 1; in init_core_info() 3425 cip->max_subcore_threads = vc->num_threads; in init_core_info() 3426 cip->total_threads = vc->num_threads; in init_core_info() 3427 cip->subcore_threads[0] = vc->num_threads; in init_core_info() 3428 cip->vc[0] = vc; in init_core_info() 3464 static bool can_dynamic_split(struct kvmppc_vcore *vc, struct core_info *cip) in can_dynamic_split() argument 3473 if (one_vm_per_core && vc->kvm != cip->vc[0]->kvm) in can_dynamic_split() 3476 if (n_threads < cip->max_subcore_threads) in can_dynamic_split() [all …]
|
| /Linux-v6.6/ |
| D | CREDITS | 2179 E: mskuhn@cip.informatik.uni-erlangen.de
|