Home
last modified time | relevance | path

Searched refs:cip (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/media/usb/pvrusb2/
A Dpvrusb2-sysfs.c82 cip->chptr, cip->ctl_id, name); in show_name()
104 cip->chptr, cip->ctl_id, name); in show_type()
117 cip->chptr, cip->ctl_id, val); in show_min()
130 cip->chptr, cip->ctl_id, val); in show_max()
148 cip->chptr, cip->ctl_id, cnt, buf, val); in show_def()
167 cip->chptr, cip->ctl_id, cnt, buf, val); in show_val_norm()
211 cip->chptr, cip->ctl_id); in show_enum()
236 cip->chptr, cip->ctl_id); in show_bits()
296 cip = kzalloc(sizeof(*cip),GFP_KERNEL); in pvr2_sysfs_add_control()
392 cip->grp.name = cip->name; in pvr2_sysfs_add_control()
[all …]
/linux/drivers/crypto/
A Dgeode-aes.c129 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()
A Dgeode-aes.h53 struct crypto_cipher *cip; member
/linux/fs/xfs/
A Dxfs_export.c210 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()
A Dxfs_iops.c296 struct xfs_inode *cip; in xfs_vn_lookup() local
304 error = xfs_lookup(XFS_I(dir), &name, &cip, NULL); in xfs_vn_lookup()
306 inode = VFS_I(cip); in xfs_vn_lookup()
409 struct xfs_inode *cip = NULL; in xfs_vn_symlink() local
420 error = xfs_symlink(mnt_userns, XFS_I(dir), &name, symname, mode, &cip); in xfs_vn_symlink()
424 inode = VFS_I(cip); in xfs_vn_symlink()
430 xfs_setup_iops(cip); in xfs_vn_symlink()
433 xfs_finish_inode_setup(cip); in xfs_vn_symlink()
437 xfs_finish_inode_setup(cip); in xfs_vn_symlink()
439 xfs_irele(cip); in xfs_vn_symlink()
/linux/arch/s390/crypto/
A Daes_s390.c49 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/tools/testing/selftests/net/
A Dtls.c1515 char cip[3][128]; in TEST_F() local
1527 n = recv(self->cfd, cip[i], sizeof(cip[i]), 0); in TEST_F()
1531 cip[2][n - 1]++; in TEST_F()
1532 EXPECT_EQ(send(self->fd2, cip[i], n, 0), n); in TEST_F()
1550 char cip[128]; in TEST_F() local
1561 n = recv(self->cfd, cip, sizeof(cip), 0); in TEST_F()
1563 EXPECT_EQ(send(self->fd2, cip, n, 0), n); in TEST_F()
1566 n = recv(self->cfd, cip, sizeof(cip), 0); in TEST_F()
1567 cip[n - 1]++; /* Break it */ in TEST_F()
1569 EXPECT_EQ(send(self->fd2, cip, n, 0), n); in TEST_F()
/linux/arch/powerpc/kvm/
A Dbook3s_hv.c3174 memset(cip, 0, sizeof(*cip)); in init_core_info()
3175 cip->n_subcores = 1; in init_core_info()
3177 cip->total_threads = vc->num_threads; in init_core_info()
3179 cip->vc[0] = vc; in init_core_info()
3228 n_threads = cip->max_subcore_threads; in can_dynamic_split()
3231 cip->max_subcore_threads = n_threads; in can_dynamic_split()
3233 sub = cip->n_subcores; in can_dynamic_split()
3234 ++cip->n_subcores; in can_dynamic_split()
3237 cip->vc[sub] = vc; in can_dynamic_split()
3254 return can_dynamic_split(pvc, cip); in can_piggyback()
[all …]
/linux/
A DCREDITS2134 E: mskuhn@cip.informatik.uni-erlangen.de

Completed in 30 milliseconds