Home
last modified time | relevance | path

Searched refs:dstr (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/fs/hfsplus/
H A 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()
[all...]
/kernel/linux/linux-6.6/fs/hfsplus/
H A 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()
[all...]
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/
H A Dgop.c322 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()
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/
H A Dgop.c322 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()
/kernel/linux/linux-5.10/drivers/block/paride/
H A Ddstr.c2 dstr.c (c) 1997-8 Grant R. Guenther <grant@torque.net>
5 dstr.c is a low-level protocol driver for the
198 printk("%s: dstr %s, DataStor EP2000 at 0x%x, ", in dstr_log_adapter()
205 static struct pi_protocol dstr = { variable
207 .name = "dstr",
223 return paride_register(&dstr); in dstr_init()
228 paride_unregister(&dstr); in dstr_exit()
/kernel/linux/linux-6.6/drivers/ata/pata_parport/
H A Ddstr.c5 * dstr.c is a low-level protocol driver for the DataStor EP2000 parallel
216 static struct pi_protocol dstr = { variable
218 .name = "dstr",
235 module_pata_parport_driver(dstr); variable
/kernel/linux/linux-5.10/drivers/crypto/
H A Dhifn_795x.c377 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()
/kernel/linux/linux-6.6/drivers/crypto/
H A Dhifn_795x.c377 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()
/kernel/linux/linux-5.10/drivers/pinctrl/sirf/
H A Dpinctrl-atlas7.c219 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()

Completed in 21 milliseconds