Searched refs:dstr (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/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-6.6.21/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-6.6.21/drivers/ata/pata_parport/ |
D | dstr.c | 216 static struct pi_protocol dstr = { variable 235 module_pata_parport_driver(dstr);
|
D | Makefile | 8 obj-$(CONFIG_PATA_PARPORT_DSTR) += dstr.o
|
/linux-6.6.21/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-6.6.21/Documentation/admin-guide/blockdev/ |
D | paride.rst | 69 dstr DataStor EP-2000 (TW)
|