Home
last modified time | relevance | path

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

/linux-4.4.14/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-4.4.14/drivers/isdn/hisax/
Dhfc_pci.c277 z_type *zp; in hfcpci_empty_fifo() local
281 zp = &bz->za[bz->f2]; /* point to Z-Regs */ in hfcpci_empty_fifo()
282 new_z2 = zp->z2 + count; /* new position in fifo */ in hfcpci_empty_fifo()
287 (*(bdata + (zp->z1 - B_SUB_VAL)))) { in hfcpci_empty_fifo()
303 if (zp->z2 + count <= B_FIFO_SIZE + B_SUB_VAL) in hfcpci_empty_fifo()
306 maxlen = B_FIFO_SIZE + B_SUB_VAL - zp->z2; /* maximum */ in hfcpci_empty_fifo()
308 ptr1 = bdata + (zp->z2 - B_SUB_VAL); /* start of data */ in hfcpci_empty_fifo()
337 z_type *zp; in receive_dmsg() local
345 zp = &df->za[df->f2 & D_FREG_MASK]; in receive_dmsg()
346 rcnt = zp->z1 - zp->z2; in receive_dmsg()
[all …]
/linux-4.4.14/fs/ubifs/
Dtnc.c604 struct ubifs_znode *zp; in tnc_next() local
606 zp = znode->parent; in tnc_next()
607 if (!zp) in tnc_next()
610 znode = zp; in tnc_next()
648 struct ubifs_znode *zp; in tnc_prev() local
650 zp = znode->parent; in tnc_prev()
651 if (!zp) in tnc_prev()
654 znode = zp; in tnc_prev()
1082 struct ubifs_znode *zp; in dirty_cow_bottom_up() local
1100 zp = znode->parent; in dirty_cow_bottom_up()
[all …]
Dtnc_commit.c40 struct ubifs_znode *zp; in make_idx_node() local
71 zp = znode->parent; in make_idx_node()
72 if (zp) { in make_idx_node()
75 zbr = &zp->zbranch[znode->iip]; in make_idx_node()
415 struct ubifs_znode *znode, *cnext, *zp; in layout_in_empty_space() local
460 zp = znode->parent; in layout_in_empty_space()
461 if (zp) { in layout_in_empty_space()
466 zbr = &zp->zbranch[i]; in layout_in_empty_space()
Ddebug.c1268 struct ubifs_znode *zp = znode->parent; in dbg_check_znode() local
1298 if (zp && !ubifs_zn_dirty(zp)) { in dbg_check_znode()
1313 if (zp) { in dbg_check_znode()
1316 if (znode->level != zp->level - 1) { in dbg_check_znode()
1322 err = ubifs_search_zbranch(c, zp, &zbr->key, &n); in dbg_check_znode()
1329 if (znode->iip >= zp->child_cnt) { in dbg_check_znode()
1336 if (keys_cmp(c, &zp->zbranch[n].key, in dbg_check_znode()
1337 &zp->zbranch[znode->iip].key)) { in dbg_check_znode()
1355 if (n + 1 < zp->child_cnt) { in dbg_check_znode()
1356 max = &zp->zbranch[n + 1].key; in dbg_check_znode()
[all …]
/linux-4.4.14/net/rds/
Dcong.c139 unsigned long zp; in rds_cong_from_addr() local
152 zp = get_zeroed_page(GFP_KERNEL); in rds_cong_from_addr()
153 if (zp == 0) in rds_cong_from_addr()
155 map->m_page_addrs[i] = zp; in rds_cong_from_addr()
/linux-4.4.14/drivers/isdn/hardware/mISDN/
Dhfcpci.c410 struct zt *zp; in hfcpci_empty_bfifo() local
414 zp = &bz->za[bz->f2]; /* point to Z-Regs */ in hfcpci_empty_bfifo()
415 new_z2 = le16_to_cpu(zp->z2) + count; /* new position in fifo */ in hfcpci_empty_bfifo()
420 (*(bdata + (le16_to_cpu(zp->z1) - B_SUB_VAL)))) { in hfcpci_empty_bfifo()
438 if (le16_to_cpu(zp->z2) + count <= B_FIFO_SIZE + B_SUB_VAL) in hfcpci_empty_bfifo()
442 le16_to_cpu(zp->z2); /* maximum */ in hfcpci_empty_bfifo()
444 ptr1 = bdata + (le16_to_cpu(zp->z2) - B_SUB_VAL); in hfcpci_empty_bfifo()
472 struct zt *zp; in receive_dmsg() local
476 zp = &df->za[df->f2 & D_FREG_MASK]; in receive_dmsg()
477 rcnt = le16_to_cpu(zp->z1) - le16_to_cpu(zp->z2); in receive_dmsg()
[all …]