Home
last modified time | relevance | path

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

/Linux-v4.19/sound/synth/emux/
Dsoundfont.c44 struct snd_soundfont *sf, struct snd_sf_zone *zp);
65 static void delete_preset(struct snd_sf_list *sflist, struct snd_sf_zone *zp);
350 struct snd_sf_zone *zp) in set_zone_counter() argument
352 zp->counter = sflist->zone_counter++; in set_zone_counter()
363 struct snd_sf_zone *zp; in sf_zone_new() local
365 if ((zp = kzalloc(sizeof(*zp), GFP_KERNEL)) == NULL) in sf_zone_new()
367 zp->next = sf->zones; in sf_zone_new()
368 sf->zones = zp; in sf_zone_new()
370 init_voice_info(&zp->v); in sf_zone_new()
372 set_zone_counter(sflist, sf, zp); in sf_zone_new()
[all …]
Demux_synth.c84 struct snd_sf_zone *zp = table[i]; in snd_emux_note_on() local
85 if (zp && zp->v.exclusiveClass) in snd_emux_note_on()
86 exclusive_note_off(emu, port, zp->v.exclusiveClass); in snd_emux_note_on()
/Linux-v4.19/drivers/isdn/hisax/
Dhfc_pci.c278 z_type *zp; in hfcpci_empty_fifo() local
282 zp = &bz->za[bz->f2]; /* point to Z-Regs */ in hfcpci_empty_fifo()
283 new_z2 = zp->z2 + count; /* new position in fifo */ in hfcpci_empty_fifo()
288 (*(bdata + (zp->z1 - B_SUB_VAL)))) { in hfcpci_empty_fifo()
304 if (zp->z2 + count <= B_FIFO_SIZE + B_SUB_VAL) in hfcpci_empty_fifo()
307 maxlen = B_FIFO_SIZE + B_SUB_VAL - zp->z2; /* maximum */ in hfcpci_empty_fifo()
309 ptr1 = bdata + (zp->z2 - B_SUB_VAL); /* start of data */ in hfcpci_empty_fifo()
338 z_type *zp; in receive_dmsg() local
346 zp = &df->za[df->f2 & D_FREG_MASK]; in receive_dmsg()
347 rcnt = zp->z1 - zp->z2; in receive_dmsg()
[all …]
/Linux-v4.19/fs/ubifs/
Dtnc.c621 struct ubifs_znode *zp; in tnc_next() local
623 zp = znode->parent; in tnc_next()
624 if (!zp) in tnc_next()
627 znode = zp; in tnc_next()
665 struct ubifs_znode *zp; in tnc_prev() local
667 zp = znode->parent; in tnc_prev()
668 if (!zp) in tnc_prev()
671 znode = zp; in tnc_prev()
1100 struct ubifs_znode *zp; in dirty_cow_bottom_up() local
1119 zp = znode->parent; in dirty_cow_bottom_up()
[all …]
Dtnc_commit.c40 struct ubifs_znode *zp; in make_idx_node() local
73 zp = znode->parent; in make_idx_node()
74 if (zp) { in make_idx_node()
77 zbr = &zp->zbranch[znode->iip]; in make_idx_node()
418 struct ubifs_znode *znode, *cnext, *zp; in layout_in_empty_space() local
463 zp = znode->parent; in layout_in_empty_space()
464 if (zp) { in layout_in_empty_space()
469 zbr = &zp->zbranch[i]; in layout_in_empty_space()
Ddebug.c1272 struct ubifs_znode *zp = znode->parent; in dbg_check_znode() local
1302 if (zp && !ubifs_zn_dirty(zp)) { in dbg_check_znode()
1317 if (zp) { in dbg_check_znode()
1320 if (znode->level != zp->level - 1) { in dbg_check_znode()
1326 err = ubifs_search_zbranch(c, zp, &zbr->key, &n); in dbg_check_znode()
1333 if (znode->iip >= zp->child_cnt) { in dbg_check_znode()
1340 if (keys_cmp(c, &zp->zbranch[n].key, in dbg_check_znode()
1341 &zp->zbranch[znode->iip].key)) { in dbg_check_znode()
1359 if (n + 1 < zp->child_cnt) { in dbg_check_znode()
1360 max = &zp->zbranch[n + 1].key; in dbg_check_znode()
[all …]
/Linux-v4.19/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-v4.19/drivers/isdn/hardware/mISDN/
Dhfcpci.c411 struct zt *zp; in hfcpci_empty_bfifo() local
415 zp = &bz->za[bz->f2]; /* point to Z-Regs */ in hfcpci_empty_bfifo()
416 new_z2 = le16_to_cpu(zp->z2) + count; /* new position in fifo */ in hfcpci_empty_bfifo()
421 (*(bdata + (le16_to_cpu(zp->z1) - B_SUB_VAL)))) { in hfcpci_empty_bfifo()
439 if (le16_to_cpu(zp->z2) + count <= B_FIFO_SIZE + B_SUB_VAL) in hfcpci_empty_bfifo()
443 le16_to_cpu(zp->z2); /* maximum */ in hfcpci_empty_bfifo()
445 ptr1 = bdata + (le16_to_cpu(zp->z2) - B_SUB_VAL); in hfcpci_empty_bfifo()
473 struct zt *zp; in receive_dmsg() local
477 zp = &df->za[df->f2 & D_FREG_MASK]; in receive_dmsg()
478 rcnt = le16_to_cpu(zp->z1) - le16_to_cpu(zp->z2); in receive_dmsg()
[all …]