Home
last modified time | relevance | path

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

/Linux-v5.4/sound/synth/emux/
Dsoundfont.c31 struct snd_soundfont *sf, struct snd_sf_zone *zp);
52 static void delete_preset(struct snd_sf_list *sflist, struct snd_sf_zone *zp);
337 struct snd_sf_zone *zp) in set_zone_counter() argument
339 zp->counter = sflist->zone_counter++; in set_zone_counter()
350 struct snd_sf_zone *zp; in sf_zone_new() local
352 if ((zp = kzalloc(sizeof(*zp), GFP_KERNEL)) == NULL) in sf_zone_new()
354 zp->next = sf->zones; in sf_zone_new()
355 sf->zones = zp; in sf_zone_new()
357 init_voice_info(&zp->v); in sf_zone_new()
359 set_zone_counter(sflist, sf, zp); in sf_zone_new()
[all …]
Demux_synth.c70 struct snd_sf_zone *zp = table[i]; in snd_emux_note_on() local
71 if (zp && zp->v.exclusiveClass) in snd_emux_note_on()
72 exclusive_note_off(emu, port, zp->v.exclusiveClass); in snd_emux_note_on()
/Linux-v5.4/fs/ubifs/
Dtnc.c614 struct ubifs_znode *zp; in tnc_next() local
616 zp = znode->parent; in tnc_next()
617 if (!zp) in tnc_next()
620 znode = zp; in tnc_next()
658 struct ubifs_znode *zp; in tnc_prev() local
660 zp = znode->parent; in tnc_prev()
661 if (!zp) in tnc_prev()
664 znode = zp; in tnc_prev()
1093 struct ubifs_znode *zp; in dirty_cow_bottom_up() local
1112 zp = znode->parent; in dirty_cow_bottom_up()
[all …]
Dtnc_commit.c28 struct ubifs_znode *zp; in make_idx_node() local
64 zp = znode->parent; in make_idx_node()
65 if (zp) { in make_idx_node()
68 zbr = &zp->zbranch[znode->iip]; in make_idx_node()
411 struct ubifs_znode *znode, *cnext, *zp; in layout_in_empty_space() local
456 zp = znode->parent; in layout_in_empty_space()
457 if (zp) { in layout_in_empty_space()
462 zbr = &zp->zbranch[i]; in layout_in_empty_space()
Ddebug.c1266 struct ubifs_znode *zp = znode->parent; in dbg_check_znode() local
1296 if (zp && !ubifs_zn_dirty(zp)) { in dbg_check_znode()
1311 if (zp) { in dbg_check_znode()
1314 if (znode->level != zp->level - 1) { in dbg_check_znode()
1320 err = ubifs_search_zbranch(c, zp, &zbr->key, &n); in dbg_check_znode()
1327 if (znode->iip >= zp->child_cnt) { in dbg_check_znode()
1334 if (keys_cmp(c, &zp->zbranch[n].key, in dbg_check_znode()
1335 &zp->zbranch[znode->iip].key)) { in dbg_check_znode()
1353 if (n + 1 < zp->child_cnt) { in dbg_check_znode()
1354 max = &zp->zbranch[n + 1].key; in dbg_check_znode()
[all …]
/Linux-v5.4/net/rds/
Dcong.c142 unsigned long zp; in rds_cong_from_addr() local
155 zp = get_zeroed_page(GFP_KERNEL); in rds_cong_from_addr()
156 if (zp == 0) in rds_cong_from_addr()
158 map->m_page_addrs[i] = zp; in rds_cong_from_addr()
/Linux-v5.4/drivers/isdn/hardware/mISDN/
Dhfcpci.c397 struct zt *zp; in hfcpci_empty_bfifo() local
401 zp = &bz->za[bz->f2]; /* point to Z-Regs */ in hfcpci_empty_bfifo()
402 new_z2 = le16_to_cpu(zp->z2) + count; /* new position in fifo */ in hfcpci_empty_bfifo()
407 (*(bdata + (le16_to_cpu(zp->z1) - B_SUB_VAL)))) { in hfcpci_empty_bfifo()
425 if (le16_to_cpu(zp->z2) + count <= B_FIFO_SIZE + B_SUB_VAL) in hfcpci_empty_bfifo()
429 le16_to_cpu(zp->z2); /* maximum */ in hfcpci_empty_bfifo()
431 ptr1 = bdata + (le16_to_cpu(zp->z2) - B_SUB_VAL); in hfcpci_empty_bfifo()
459 struct zt *zp; in receive_dmsg() local
463 zp = &df->za[df->f2 & D_FREG_MASK]; in receive_dmsg()
464 rcnt = le16_to_cpu(zp->z1) - le16_to_cpu(zp->z2); in receive_dmsg()
[all …]