| /linux-6.15/drivers/media/usb/pvrusb2/ |
| H A D | pvrusb2-sysfs.c | 78 cip->chptr, cip->ctl_id, name); in show_name() 100 cip->chptr, cip->ctl_id, name); in show_type() 113 cip->chptr, cip->ctl_id, val); in show_min() 126 cip->chptr, cip->ctl_id, val); in show_max() 144 cip->chptr, cip->ctl_id, cnt, buf, val); in show_def() 163 cip->chptr, cip->ctl_id, cnt, buf, val); in show_val_norm() 207 cip->chptr, cip->ctl_id); in show_enum() 232 cip->chptr, cip->ctl_id); in show_bits() 292 cip = kzalloc(sizeof(*cip),GFP_KERNEL); in pvr2_sysfs_add_control() 388 cip->grp.name = cip->name; in pvr2_sysfs_add_control() [all …]
|
| /linux-6.15/drivers/crypto/ |
| H A 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()
|
| H A D | geode-aes.h | 53 struct crypto_cipher *cip; member
|
| /linux-6.15/fs/xfs/ |
| H A 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()
|
| H A D | xfs_iops.c | 319 struct xfs_inode *cip; in xfs_vn_lookup() local 327 error = xfs_lookup(XFS_I(dir), &name, &cip, NULL); in xfs_vn_lookup() 329 inode = VFS_I(cip); in xfs_vn_lookup() 435 struct xfs_inode *cip = NULL; in xfs_vn_symlink() local 446 error = xfs_symlink(idmap, XFS_I(dir), &name, symname, mode, &cip); in xfs_vn_symlink() 450 inode = VFS_I(cip); in xfs_vn_symlink() 456 xfs_setup_iops(cip); in xfs_vn_symlink() 459 xfs_finish_inode_setup(cip); in xfs_vn_symlink() 463 xfs_finish_inode_setup(cip); in xfs_vn_symlink() 465 xfs_irele(cip); in xfs_vn_symlink()
|
| /linux-6.15/arch/s390/crypto/ |
| H A D | aes_s390.c | 49 struct crypto_cipher *cip; member 81 sctx->fallback.cip->base.crt_flags &= ~CRYPTO_TFM_REQ_MASK; in setkey_fallback_cip() 82 sctx->fallback.cip->base.crt_flags |= (tfm->crt_flags & in setkey_fallback_cip() 85 return crypto_cipher_setkey(sctx->fallback.cip, in_key, key_len); in setkey_fallback_cip() 114 crypto_cipher_encrypt_one(sctx->fallback.cip, out, in); in crypto_aes_encrypt() 125 crypto_cipher_decrypt_one(sctx->fallback.cip, out, in); in crypto_aes_decrypt() 137 sctx->fallback.cip = crypto_alloc_cipher(name, 0, in fallback_init_cip() 140 if (IS_ERR(sctx->fallback.cip)) { in fallback_init_cip() 143 return PTR_ERR(sctx->fallback.cip); in fallback_init_cip() 153 crypto_free_cipher(sctx->fallback.cip); in fallback_exit_cip() [all …]
|
| /linux-6.15/arch/powerpc/kvm/ |
| H A D | book3s_hv.c | 3498 memset(cip, 0, sizeof(*cip)); in init_core_info() 3499 cip->n_subcores = 1; in init_core_info() 3501 cip->total_threads = vc->num_threads; in init_core_info() 3503 cip->vc[0] = vc; in init_core_info() 3552 n_threads = cip->max_subcore_threads; in can_dynamic_split() 3555 cip->max_subcore_threads = n_threads; in can_dynamic_split() 3557 sub = cip->n_subcores; in can_dynamic_split() 3558 ++cip->n_subcores; in can_dynamic_split() 3561 cip->vc[sub] = vc; in can_dynamic_split() 3578 return can_dynamic_split(pvc, cip); in can_piggyback() [all …]
|
| /linux-6.15/tools/testing/selftests/net/ |
| H A D | tls.c | 2257 char cip[3][128]; in TEST_F() local 2269 n = recv(self->cfd, cip[i], sizeof(cip[i]), 0); in TEST_F() 2273 cip[2][n - 1]++; in TEST_F() 2274 EXPECT_EQ(send(self->fd2, cip[i], n, 0), n); in TEST_F() 2292 char cip[128]; in TEST_F() local 2303 n = recv(self->cfd, cip, sizeof(cip), 0); in TEST_F() 2305 EXPECT_EQ(send(self->fd2, cip, n, 0), n); in TEST_F() 2308 n = recv(self->cfd, cip, sizeof(cip), 0); in TEST_F() 2309 cip[n - 1]++; /* Break it */ in TEST_F() 2311 EXPECT_EQ(send(self->fd2, cip, n, 0), n); in TEST_F()
|
| /linux-6.15/ |
| H A D | CREDITS | 2285 E: mskuhn@cip.informatik.uni-erlangen.de
|