Searched refs:dstr (Results 1 – 6 of 6) sorted by relevance
/linux/fs/hfsplus/ |
H A 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/drivers/firmware/efi/libstub/ |
H A 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/drivers/ata/pata_parport/ |
H A D | dstr.c | 216 static struct pi_protocol dstr = { variable 235 module_pata_parport_driver(dstr);
|
H A D | Makefile | 8 obj-$(CONFIG_PATA_PARPORT_DSTR) += dstr.o
|
/linux/drivers/crypto/ |
H A D | hifn_795x.c | 377 struct hifn_desc dstr[HIFN_D_DST_RSIZE + 1]; member 881 dma->dstr[HIFN_D_DST_RSIZE].p = __cpu_to_le32(dptr + in hifn_init_dma() 882 offsetof(struct hifn_dma, dstr[0])); in hifn_init_dma() 971 offsetof(struct hifn_dma, dstr[0])); in hifn_init_registers() 1284 dma->dstr[idx].p = __cpu_to_le32(addr); in hifn_setup_dst_desc() 1285 dma->dstr[idx].l = __cpu_to_le32(size | HIFN_D_VALID | in hifn_setup_dst_desc() 1289 dma->dstr[idx].l = __cpu_to_le32(HIFN_D_VALID | in hifn_setup_dst_desc() 1745 if (dma->dstr[i].l & __cpu_to_le32(HIFN_D_VALID)) in hifn_clear_rings()
|
/linux/Documentation/admin-guide/blockdev/ |
H A D | paride.rst | 69 dstr DataStor EP-2000 (TW)
|