Searched refs:dstr (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.10/fs/hfsplus/ |
D | unicode.c | 349 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-v5.10/drivers/firmware/efi/libstub/ |
D | gop.c | 322 const char *dstr; in choose_mode_list() local 351 dstr = "rgb"; in choose_mode_list() 354 dstr = "bgr"; in choose_mode_list() 357 dstr = ""; in choose_mode_list() 361 dstr = "blt"; in choose_mode_list() 364 dstr = "xxx"; in choose_mode_list() 372 w, h, dstr, d); in choose_mode_list()
|
/Linux-v5.10/drivers/block/paride/ |
D | dstr.c | 205 static struct pi_protocol dstr = { variable 223 return paride_register(&dstr); in dstr_init() 228 paride_unregister(&dstr); in dstr_exit()
|
D | Makefile | 13 obj-$(CONFIG_PARIDE_DSTR) += dstr.o
|
D | Kconfig | 167 module. The module will be called dstr. You must also have
|
/Linux-v5.10/drivers/crypto/ |
D | hifn_795x.c | 377 struct hifn_desc dstr[HIFN_D_DST_RSIZE + 1]; member 898 dma->dstr[HIFN_D_DST_RSIZE].p = __cpu_to_le32(dptr + in hifn_init_dma() 899 offsetof(struct hifn_dma, dstr[0])); in hifn_init_dma() 988 offsetof(struct hifn_dma, dstr[0])); in hifn_init_registers() 1301 dma->dstr[idx].p = __cpu_to_le32(addr); in hifn_setup_dst_desc() 1302 dma->dstr[idx].l = __cpu_to_le32(size | HIFN_D_VALID | in hifn_setup_dst_desc() 1306 dma->dstr[idx].l = __cpu_to_le32(HIFN_D_VALID | in hifn_setup_dst_desc() 1762 if (dma->dstr[i].l & __cpu_to_le32(HIFN_D_VALID)) in hifn_clear_rings()
|
/Linux-v5.10/Documentation/admin-guide/blockdev/ |
D | paride.rst | 80 dstr DataStor EP-2000 (TW)
|
/Linux-v5.10/drivers/pinctrl/sirf/ |
D | pinctrl-atlas7.c | 219 u8 dstr; member 5510 status->dstr = (regv >> conf->drvstr_bit) & ds_info->mask; in atlas7_pinmux_suspend_noirq() 5552 (u32)status->dstr & 0xff); in atlas7_pinmux_resume_noirq()
|