Home
last modified time | relevance | path

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

/Linux-v4.19/fs/hfsplus/
Dunicode.c349 u16 *dstr, outlen = 0; in hfsplus_asc2uni() local
358 dstr = decompose_unichar(c, &dsize, dhangul); in hfsplus_asc2uni()
360 dstr = NULL; in hfsplus_asc2uni()
361 if (dstr) { in hfsplus_asc2uni()
365 ustr->unicode[outlen++] = cpu_to_be16(*dstr++); in hfsplus_asc2uni()
388 const u16 *dstr; in hfsplus_hash_dentry() local
407 dstr = decompose_unichar(c, &dsize, dhangul); in hfsplus_hash_dentry()
409 dstr = NULL; in hfsplus_hash_dentry()
410 if (dstr) { in hfsplus_hash_dentry()
412 c2 = *dstr++; in hfsplus_hash_dentry()
/Linux-v4.19/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()
DMakefile13 obj-$(CONFIG_PARIDE_DSTR) += dstr.o
DKconfig167 module. The module will be called dstr. You must also have
/Linux-v4.19/drivers/crypto/
Dhifn_795x.c385 struct hifn_desc dstr[HIFN_D_DST_RSIZE + 1]; member
906 dma->dstr[HIFN_D_DST_RSIZE].p = __cpu_to_le32(dptr + in hifn_init_dma()
907 offsetof(struct hifn_dma, dstr[0])); in hifn_init_dma()
996 offsetof(struct hifn_dma, dstr[0])); in hifn_init_registers()
1307 dma->dstr[idx].p = __cpu_to_le32(addr); in hifn_setup_dst_desc()
1308 dma->dstr[idx].l = __cpu_to_le32(size | HIFN_D_VALID | in hifn_setup_dst_desc()
1312 dma->dstr[idx].l = __cpu_to_le32(HIFN_D_VALID | in hifn_setup_dst_desc()
1768 if (dma->dstr[i].l & __cpu_to_le32(HIFN_D_VALID)) in hifn_clear_rings()
/Linux-v4.19/Documentation/blockdev/
Dparide.txt75 dstr DataStor EP-2000 (TW)
/Linux-v4.19/drivers/pinctrl/sirf/
Dpinctrl-atlas7.c221 u8 dstr; member
5515 status->dstr = (regv >> conf->drvstr_bit) & ds_info->mask; in atlas7_pinmux_suspend_noirq()
5561 (u32)status->dstr & 0xff); in atlas7_pinmux_resume_noirq()