Home
last modified time | relevance | path

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

/drivers/media/usb/pvrusb2/
A Dpvrusb2-sysfs.c78 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 …]
/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

Completed in 9 milliseconds