Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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->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 …]
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/buildroot/linux/
H A Dlinux.hash11 sha256 fb0edc3c18e47d2b6974cb0880a0afb5c3fa08f50ee87dfdf24349405ea5f8ae linux-cip-5.10.162-cip24.…
12 sha256 b5539243f187e3d478d76d44ae13aab83952c94b885ad889df6fa9997e16a441 linux-cip-5.10.162-cip24-…
H A Dlinux.mk37 LINUX_SOURCE = linux-cip-$(LINUX_VERSION).tar.gz
38 LINUX_SITE = https://git.kernel.org/pub/scm/linux/kernel/git/cip/linux-cip.git/snapshot
H A DConfig.in55 https://www.cip-project.org
67 https://www.cip-project.org
/OK3568_Linux_fs/buildroot/package/linux-headers/
H A Dlinux-headers.hash11 sha256 fb0edc3c18e47d2b6974cb0880a0afb5c3fa08f50ee87dfdf24349405ea5f8ae linux-cip-5.10.162-cip24.…
12 sha256 b5539243f187e3d478d76d44ae13aab83952c94b885ad889df6fa9997e16a441 linux-cip-5.10.162-cip24-…
H A Dlinux-headers.mk77 LINUX_HEADERS_SOURCE = linux-cip-$(LINUX_HEADERS_VERSION).tar.gz
78 LINUX_HEADERS_SITE = https://git.kernel.org/pub/scm/linux/kernel/git/cip/linux-cip.git/snapshot
/OK3568_Linux_fs/buildroot/linux/5.10.162-cip24-rt10/
H A D0001-arch-microblaze-mm-init.c-fix-build.patch7 https://git.kernel.org/pub/scm/linux/kernel/git/cip/linux-cip.git/commit/arch/microblaze/mm/init.c?…
/OK3568_Linux_fs/kernel/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->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 …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/ncftp/ncftp/
H A Dncftp-3.2.5-gcc10.patch72 …static int FTPRemoteRecursiveMList(FTPCIPtr cip, const char *const rdir, /* FTPFileInfoListPtr fil…
/OK3568_Linux_fs/kernel/
H A DCREDITS2117 E: mskuhn@cip.informatik.uni-erlangen.de
/OK3568_Linux_fs/device/rockchip/common/images/userdata/userdata_normal/media/
H A Dyuv420_p352x288.yuv5225 …+-.,.//--,,**----.--,-././00/..,+30.1+**#"%()+(,BG3%*1.)(%8UG4&<txt^Nd]Zmk`cip|�{}ughXcgMUUADOJKVS…