Home
last modified time | relevance | path

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

/linux-6.6.21/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 zp = kzalloc(sizeof(*zp), GFP_KERNEL); in sf_zone_new()
353 if (!zp) in sf_zone_new()
355 zp->next = sf->zones; in sf_zone_new()
356 sf->zones = zp; in sf_zone_new()
358 init_voice_info(&zp->v); 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-6.6.21/fs/ubifs/
Dtnc.c651 struct ubifs_znode *zp; in tnc_next() local
653 zp = znode->parent; in tnc_next()
654 if (!zp) in tnc_next()
657 znode = zp; in tnc_next()
695 struct ubifs_znode *zp; in tnc_prev() local
697 zp = znode->parent; in tnc_prev()
698 if (!zp) in tnc_prev()
701 znode = zp; in tnc_prev()
1130 struct ubifs_znode *zp; in dirty_cow_bottom_up() local
1149 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()
431 struct ubifs_znode *znode, *cnext, *zp; in layout_in_empty_space() local
476 zp = znode->parent; in layout_in_empty_space()
477 if (zp) { in layout_in_empty_space()
482 zbr = &zp->zbranch[i]; in layout_in_empty_space()
Ddebug.c1288 struct ubifs_znode *zp = znode->parent; in dbg_check_znode() local
1318 if (zp && !ubifs_zn_dirty(zp)) { in dbg_check_znode()
1333 if (zp) { in dbg_check_znode()
1336 if (znode->level != zp->level - 1) { in dbg_check_znode()
1342 err = ubifs_search_zbranch(c, zp, &zbr->key, &n); in dbg_check_znode()
1349 if (znode->iip >= zp->child_cnt) { in dbg_check_znode()
1356 if (keys_cmp(c, &zp->zbranch[n].key, in dbg_check_znode()
1357 &zp->zbranch[znode->iip].key)) { in dbg_check_znode()
1375 if (n + 1 < zp->child_cnt) { in dbg_check_znode()
1376 max = &zp->zbranch[n + 1].key; in dbg_check_znode()
[all …]
/linux-6.6.21/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-6.6.21/drivers/isdn/hardware/mISDN/
Dhfcpci.c398 struct zt *zp; in hfcpci_empty_bfifo() local
402 zp = &bz->za[bz->f2]; /* point to Z-Regs */ in hfcpci_empty_bfifo()
403 new_z2 = le16_to_cpu(zp->z2) + count; /* new position in fifo */ in hfcpci_empty_bfifo()
408 (*(bdata + (le16_to_cpu(zp->z1) - B_SUB_VAL)))) { in hfcpci_empty_bfifo()
426 if (le16_to_cpu(zp->z2) + count <= B_FIFO_SIZE + B_SUB_VAL) in hfcpci_empty_bfifo()
430 le16_to_cpu(zp->z2); /* maximum */ in hfcpci_empty_bfifo()
432 ptr1 = bdata + (le16_to_cpu(zp->z2) - B_SUB_VAL); in hfcpci_empty_bfifo()
460 struct zt *zp; in receive_dmsg() local
464 zp = &df->za[df->f2 & D_FREG_MASK]; in receive_dmsg()
465 rcnt = le16_to_cpu(zp->z1) - le16_to_cpu(zp->z2); in receive_dmsg()
[all …]