Home
last modified time | relevance | path

Searched refs:dstr (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/fs/hfsplus/
Dunicode.c303 u16 *dstr, outlen = 0; in hfsplus_asc2uni() local
311 dstr = decompose_unichar(c, &dsize); in hfsplus_asc2uni()
313 dstr = NULL; in hfsplus_asc2uni()
314 if (dstr) { in hfsplus_asc2uni()
318 ustr->unicode[outlen++] = cpu_to_be16(*dstr++); in hfsplus_asc2uni()
341 const u16 *dstr; in hfsplus_hash_dentry() local
359 dstr = decompose_unichar(c, &dsize); in hfsplus_hash_dentry()
361 dstr = NULL; in hfsplus_hash_dentry()
362 if (dstr) { in hfsplus_hash_dentry()
364 c2 = *dstr++; in hfsplus_hash_dentry()
/linux-4.4.14/drivers/block/paride/
Ddstr.c205 static struct pi_protocol dstr = { variable
223 return paride_register(&dstr); in dstr_init()
228 paride_unregister(&dstr); in dstr_exit()
DMakefile12 obj-$(CONFIG_PARIDE_DSTR) += dstr.o
DKconfig164 module. The module will be called dstr. You must also have
/linux-4.4.14/drivers/crypto/
Dhifn_795x.c398 struct hifn_desc dstr[HIFN_D_DST_RSIZE+1]; member
948 dma->dstr[HIFN_D_DST_RSIZE].p = __cpu_to_le32(dptr + in hifn_init_dma()
949 offsetof(struct hifn_dma, dstr[0])); in hifn_init_dma()
1039 offsetof(struct hifn_dma, dstr[0])); in hifn_init_registers()
1349 dma->dstr[idx].p = __cpu_to_le32(addr); in hifn_setup_dst_desc()
1350 dma->dstr[idx].l = __cpu_to_le32(size | HIFN_D_VALID | in hifn_setup_dst_desc()
1354 dma->dstr[idx].l = __cpu_to_le32(HIFN_D_VALID | in hifn_setup_dst_desc()
1865 if (dma->dstr[i].l & __cpu_to_le32(HIFN_D_VALID)) in hifn_clear_rings()
/linux-4.4.14/Documentation/blockdev/
Dparide.txt75 dstr DataStor EP-2000 (TW)
/linux-4.4.14/drivers/pinctrl/sirf/
Dpinctrl-atlas7.c218 u8 dstr; member
5475 status->dstr = (regv >> conf->drvstr_bit) & ds_info->mask; in atlas7_pinmux_suspend_noirq()
5521 (u32)status->dstr & 0xff); in atlas7_pinmux_resume_noirq()