Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/usb/pvrusb2/
Dpvrusb2-sysfs.c91 struct pvr2_sysfs_ctl_item *cip; in show_name() local
93 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_name); in show_name()
94 name = pvr2_ctrl_get_desc(cip->cptr); in show_name()
96 cip->chptr, cip->ctl_id, name); in show_name()
105 struct pvr2_sysfs_ctl_item *cip; in show_type() local
108 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_type); in show_type()
109 tp = pvr2_ctrl_get_type(cip->cptr); in show_type()
118 cip->chptr, cip->ctl_id, name); in show_type()
127 struct pvr2_sysfs_ctl_item *cip; in show_min() local
129 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_min); in show_min()
[all …]
/linux-4.1.27/drivers/isdn/hisax/
Dhfc_2bs0.c29 (cs->hw.hfc.cip & 3)); in WaitForBusy()
88 u_char cip, f1, f2; in hfc_clear_fifo() local
92 cip = HFC_CIP | HFC_F1 | HFC_REC | HFC_CHANNEL(bcs->channel); in hfc_clear_fifo()
93 if ((cip & 0xc3) != (cs->hw.hfc.cip & 0xc3)) { in hfc_clear_fifo()
94 cs->BC_Write_Reg(cs, HFC_STATUS, cip, cip); in hfc_clear_fifo()
98 f1 = cs->BC_Read_Reg(cs, HFC_DATA, cip); in hfc_clear_fifo()
99 cip = HFC_CIP | HFC_F2 | HFC_REC | HFC_CHANNEL(bcs->channel); in hfc_clear_fifo()
101 f2 = cs->BC_Read_Reg(cs, HFC_DATA, cip); in hfc_clear_fifo()
117 cip = HFC_CIP | HFC_FIFO_OUT | HFC_REC | HFC_CHANNEL(bcs->channel); in hfc_clear_fifo()
120 cs->BC_Read_Reg(cs, HFC_DATA_NODEB, cip); in hfc_clear_fifo()
[all …]
Dhfc_2bds0.c40 if (cs->hw.hfcD.cip != reg) { in ReadReg()
41 cs->hw.hfcD.cip = reg; in ReadReg()
57 if (cs->hw.hfcD.cip != reg) { in WriteReg()
58 cs->hw.hfcD.cip = reg; in WriteReg()
114 u_char cip; in SelFiFo() local
119 case 0: cip = HFCB_FIFO | HFCB_Z1 | HFCB_SEND | HFCB_B1; in SelFiFo()
121 case 1: cip = HFCB_FIFO | HFCB_Z1 | HFCB_REC | HFCB_B1; in SelFiFo()
123 case 2: cip = HFCB_FIFO | HFCB_Z1 | HFCB_SEND | HFCB_B2; in SelFiFo()
125 case 3: cip = HFCB_FIFO | HFCB_Z1 | HFCB_REC | HFCB_B2; in SelFiFo()
127 case 4: cip = HFCD_FIFO | HFCD_Z1 | HFCD_SEND; in SelFiFo()
[all …]
Dteleint.c105 cs->hw.hfc.cip = offset; in ReadISAC()
112 cs->hw.hfc.cip = offset; in WriteISAC()
119 cs->hw.hfc.cip = 0; in ReadISACfifo()
126 cs->hw.hfc.cip = 0; in WriteISACfifo()
136 cs->hw.hfc.cip = reg; in ReadHFC()
150 cs->hw.hfc.cip = reg; in WriteHFC()
276 cs->hw.hfc.cip = 0; in setup_TeleInt()
Dhfcscard.c220 cs->hw.hfcD.cip = 0; in setup_hfcs()
Dhisax.h642 unsigned char cip; member
744 unsigned char cip; member
/linux-4.1.27/drivers/crypto/
Dgeode-aes.c138 op->fallback.cip->base.crt_flags &= ~CRYPTO_TFM_REQ_MASK; in geode_setkey_cip()
139 op->fallback.cip->base.crt_flags |= (tfm->crt_flags & CRYPTO_TFM_REQ_MASK); in geode_setkey_cip()
141 ret = crypto_cipher_setkey(op->fallback.cip, key, len); in geode_setkey_cip()
144 tfm->crt_flags |= (op->fallback.cip->base.crt_flags & CRYPTO_TFM_RES_MASK); in geode_setkey_cip()
221 crypto_cipher_encrypt_one(op->fallback.cip, out, in); in geode_encrypt()
242 crypto_cipher_decrypt_one(op->fallback.cip, out, in); in geode_decrypt()
261 op->fallback.cip = crypto_alloc_cipher(name, 0, in fallback_init_cip()
264 if (IS_ERR(op->fallback.cip)) { in fallback_init_cip()
266 return PTR_ERR(op->fallback.cip); in fallback_init_cip()
276 crypto_free_cipher(op->fallback.cip); in fallback_exit_cip()
[all …]
Dgeode-aes.h68 struct crypto_cipher *cip; member
/linux-4.1.27/arch/s390/crypto/
Daes_s390.c46 struct crypto_cipher *cip; member
100 sctx->fallback.cip->base.crt_flags &= ~CRYPTO_TFM_REQ_MASK; in setkey_fallback_cip()
101 sctx->fallback.cip->base.crt_flags |= (tfm->crt_flags & in setkey_fallback_cip()
104 ret = crypto_cipher_setkey(sctx->fallback.cip, in_key, key_len); in setkey_fallback_cip()
107 tfm->crt_flags |= (sctx->fallback.cip->base.crt_flags & in setkey_fallback_cip()
140 crypto_cipher_encrypt_one(sctx->fallback.cip, out, in); in aes_encrypt()
165 crypto_cipher_decrypt_one(sctx->fallback.cip, out, in); in aes_decrypt()
190 sctx->fallback.cip = crypto_alloc_cipher(name, 0, in fallback_init_cip()
193 if (IS_ERR(sctx->fallback.cip)) { in fallback_init_cip()
196 return PTR_ERR(sctx->fallback.cip); in fallback_init_cip()
[all …]
/linux-4.1.27/fs/xfs/
Dxfs_export.c216 struct xfs_inode *cip; in xfs_fs_get_parent() local
218 error = xfs_lookup(XFS_I(d_inode(child)), &xfs_name_dotdot, &cip, NULL); in xfs_fs_get_parent()
222 return d_obtain_alias(VFS_I(cip)); in xfs_fs_get_parent()
Dxfs_iops.c242 struct xfs_inode *cip; in xfs_vn_lookup() local
250 error = xfs_lookup(XFS_I(dir), &name, &cip, NULL); in xfs_vn_lookup()
258 return d_splice_alias(VFS_I(cip), dentry); in xfs_vn_lookup()
353 struct xfs_inode *cip = NULL; in xfs_vn_symlink() local
362 error = xfs_symlink(XFS_I(dir), &name, symname, mode, &cip); in xfs_vn_symlink()
366 inode = VFS_I(cip); in xfs_vn_symlink()
373 xfs_finish_inode_setup(cip); in xfs_vn_symlink()
377 xfs_finish_inode_setup(cip); in xfs_vn_symlink()
/linux-4.1.27/drivers/isdn/capi/
Dcapidrv.c245 static const u8 cip[17][5] = in si2cip() local
271 return (u16) cip[si1][si2]; in si2cip()
/linux-4.1.27/drivers/isdn/hardware/eicon/
Dmessage.c4832 word cip; in sig_ind() local
5694 cip = find_cip(a, parms[4], parms[6]); in sig_ind()
5695 cip_mask = 1L << cip; in sig_ind()
5696 dbug(1, dprintf("cip=%d,cip_mask=%lx", cip, cip_mask)); in sig_ind()
5729 "wSSSSSSSbSSSSS", cip, /* CIP */ in sig_ind()
/linux-4.1.27/
DCREDITS2037 E: mskuhn@cip.informatik.uni-erlangen.de