Searched refs:dstr (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/drivers/block/paride/
H A Ddstr.c2 dstr.c (c) 1997-8 Grant R. Guenther <grant@torque.net>
5 dstr.c is a low-level protocol driver for the
198 printk("%s: dstr %s, DataStor EP2000 at 0x%x, ", dstr_log_adapter()
205 static struct pi_protocol dstr = { variable in typeref:struct:pi_protocol
207 .name = "dstr",
223 return paride_register(&dstr); dstr_init()
228 paride_unregister(&dstr); dstr_exit()
/linux-4.1.27/fs/hfsplus/
H A Dunicode.c303 u16 *dstr, outlen = 0; hfsplus_asc2uni() local
311 dstr = decompose_unichar(c, &dsize); hfsplus_asc2uni()
313 dstr = NULL; hfsplus_asc2uni()
314 if (dstr) { hfsplus_asc2uni()
318 ustr->unicode[outlen++] = cpu_to_be16(*dstr++); hfsplus_asc2uni()
341 const u16 *dstr; hfsplus_hash_dentry() local
359 dstr = decompose_unichar(c, &dsize); hfsplus_hash_dentry()
361 dstr = NULL; hfsplus_hash_dentry()
362 if (dstr) { hfsplus_hash_dentry()
364 c2 = *dstr++; hfsplus_hash_dentry()
/linux-4.1.27/drivers/crypto/
H A Dhifn_795x.c400 struct hifn_desc dstr[HIFN_D_DST_RSIZE+1]; member in struct:hifn_dma
950 dma->dstr[HIFN_D_DST_RSIZE].p = __cpu_to_le32(dptr + hifn_init_dma()
951 offsetof(struct hifn_dma, dstr[0])); hifn_init_dma()
1041 offsetof(struct hifn_dma, dstr[0])); hifn_init_registers()
1351 dma->dstr[idx].p = __cpu_to_le32(addr); hifn_setup_dst_desc()
1352 dma->dstr[idx].l = __cpu_to_le32(size | HIFN_D_VALID | hifn_setup_dst_desc()
1356 dma->dstr[idx].l = __cpu_to_le32(HIFN_D_VALID | hifn_setup_dst_desc()
1867 if (dma->dstr[i].l & __cpu_to_le32(HIFN_D_VALID)) hifn_clear_rings()

Completed in 239 milliseconds