Home
last modified time | relevance | path

Searched refs:cip (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/usb/pvrusb2/
H A Dpvrusb2-sysfs.c77 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 in show_type()
112 struct pvr2_sysfs_ctl_item *cip; show_min() local
125 struct pvr2_sysfs_ctl_item *cip; show_max() local
138 struct pvr2_sysfs_ctl_item *cip; show_def() local
157 struct pvr2_sysfs_ctl_item *cip; show_val_norm() local
176 struct pvr2_sysfs_ctl_item *cip; show_val_custom() local
195 struct pvr2_sysfs_ctl_item *cip; show_enum() local
219 struct pvr2_sysfs_ctl_item *cip; show_bits() local
240 store_val_any(struct pvr2_sysfs_ctl_item *cip, int customfl, const char *buf,unsigned int count) store_val_any() argument
262 struct pvr2_sysfs_ctl_item *cip; store_val_norm() local
276 struct pvr2_sysfs_ctl_item *cip; store_val_custom() local
288 struct pvr2_sysfs_ctl_item *cip; pvr2_sysfs_add_control() local
[all...]
/kernel/linux/linux-6.6/drivers/media/usb/pvrusb2/
H A Dpvrusb2-sysfs.c73 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 in show_type()
108 struct pvr2_sysfs_ctl_item *cip; show_min() local
121 struct pvr2_sysfs_ctl_item *cip; show_max() local
134 struct pvr2_sysfs_ctl_item *cip; show_def() local
153 struct pvr2_sysfs_ctl_item *cip; show_val_norm() local
172 struct pvr2_sysfs_ctl_item *cip; show_val_custom() local
191 struct pvr2_sysfs_ctl_item *cip; show_enum() local
215 struct pvr2_sysfs_ctl_item *cip; show_bits() local
236 store_val_any(struct pvr2_sysfs_ctl_item *cip, int customfl, const char *buf,unsigned int count) store_val_any() argument
258 struct pvr2_sysfs_ctl_item *cip; store_val_norm() local
272 struct pvr2_sysfs_ctl_item *cip; store_val_custom() local
284 struct pvr2_sysfs_ctl_item *cip; pvr2_sysfs_add_control() local
[all...]
/kernel/linux/linux-5.10/drivers/crypto/
H A Dgeode-aes.c128 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()
H A Dgeode-aes.h53 struct crypto_cipher *cip; member
/kernel/linux/linux-6.6/drivers/crypto/
H 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()
H A Dgeode-aes.h53 struct crypto_cipher *cip; member
/kernel/linux/linux-5.10/fs/xfs/
H 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()
H A Dxfs_iops.c259 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()
[all...]
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_export.c224 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 Dxfs_iops.c295 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()
[all...]
/kernel/linux/linux-5.10/arch/s390/crypto/
H A Daes_s390.c48 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-6.6/arch/s390/crypto/
H 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...]
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H A Dbook3s_hv.c2802 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 in can_dynamic_split()
2883 can_piggyback(struct kvmppc_vcore *pvc, struct core_info *cip, int target_threads) can_piggyback() argument
2911 collect_piggybacks(struct core_info *cip, int target_threads) collect_piggybacks() argument
2942 recheck_signals_and_mmu(struct core_info *cip) recheck_signals_and_mmu() argument
[all...]
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H A Dbook3s_hv.c3429 static void init_core_info(struct core_info *cip, struct kvmppc_vcore *vc) in init_core_info() argument
3431 memset(cip, 0, sizeof(*cip)); in init_core_info()
3432 cip->n_subcores = 1; in init_core_info()
3433 cip->max_subcore_threads = vc->num_threads; in init_core_info()
3434 cip->total_threads = vc->num_threads; in init_core_info()
3435 cip->subcore_threads[0] = vc->num_threads; in init_core_info()
3436 cip->vc[0] = vc; in init_core_info()
3472 static bool can_dynamic_split(struct kvmppc_vcore *vc, struct core_info *cip) in can_dynamic_split() argument
3481 if (one_vm_per_core && vc->kvm != cip in can_dynamic_split()
3505 can_piggyback(struct kvmppc_vcore *pvc, struct core_info *cip, int target_threads) can_piggyback() argument
3533 collect_piggybacks(struct core_info *cip, int target_threads) collect_piggybacks() argument
3564 recheck_signals_and_mmu(struct core_info *cip) recheck_signals_and_mmu() argument
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dtls.c1649 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, sizeo in TEST_F()
[all...]

Completed in 19 milliseconds