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

/linux-master/sound/synth/emux/
H A 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)
339 zp->counter = sflist->zone_counter++;
350 struct snd_sf_zone *zp; local
352 zp = kzalloc(sizeof(*zp), GFP_KERNEL);
353 if (!zp)
355 zp->next = sf->zones;
356 sf->zones = zp;
336 set_zone_counter(struct snd_sf_list *sflist, struct snd_soundfont *sf, struct snd_sf_zone *zp) argument
416 struct snd_sf_zone *zp, *prevp; local
1243 delete_preset(struct snd_sf_list *sflist, struct snd_sf_zone *zp) argument
1307 struct snd_sf_zone *zp; local
1328 struct snd_sf_zone *zp; local
1408 struct snd_sf_zone *zp, *nextzp; local
1496 struct snd_sf_zone *zp, *nextzp; local
[all...]
H A Demux_synth.c70 struct snd_sf_zone *zp = table[i]; local
71 if (zp && zp->v.exclusiveClass)
72 exclusive_note_off(emu, port, zp->v.exclusiveClass);
/linux-master/fs/ubifs/
H A Dtnc.c651 struct ubifs_znode *zp; local
653 zp = znode->parent;
654 if (!zp)
657 znode = zp;
695 struct ubifs_znode *zp; local
697 zp = znode->parent;
698 if (!zp)
701 znode = zp;
768 * znode zp
1130 struct ubifs_znode *zp; local
2121 struct ubifs_znode *zn, *zi, *zp; local
2543 struct ubifs_znode *zp; local
[all...]
H A Dtnc_commit.c28 struct ubifs_znode *zp; local
64 zp = znode->parent;
65 if (zp) {
68 zbr = &zp->zbranch[znode->iip];
431 struct ubifs_znode *znode, *cnext, *zp; local
476 zp = znode->parent;
477 if (zp) {
482 zbr = &zp->zbranch[i];
H A Ddebug.c1288 struct ubifs_znode *zp = znode->parent; local
1318 if (zp && !ubifs_zn_dirty(zp)) {
1333 if (zp) {
1336 if (znode->level != zp->level - 1) {
1342 err = ubifs_search_zbranch(c, zp, &zbr->key, &n);
1349 if (znode->iip >= zp->child_cnt) {
1356 if (keys_cmp(c, &zp->zbranch[n].key,
1357 &zp->zbranch[znode->iip].key)) {
1375 if (n + 1 < zp
[all...]
/linux-master/net/rds/
H A Dcong.c142 unsigned long zp; local
155 zp = get_zeroed_page(GFP_KERNEL);
156 if (zp == 0)
158 map->m_page_addrs[i] = zp;
/linux-master/drivers/isdn/hardware/mISDN/
H A Dhfcpci.c398 struct zt *zp; local
402 zp = &bz->za[bz->f2]; /* point to Z-Regs */
403 new_z2 = le16_to_cpu(zp->z2) + count; /* new position in fifo */
408 (*(bdata + (le16_to_cpu(zp->z1) - B_SUB_VAL)))) {
426 if (le16_to_cpu(zp->z2) + count <= B_FIFO_SIZE + B_SUB_VAL)
430 le16_to_cpu(zp->z2); /* maximum */
432 ptr1 = bdata + (le16_to_cpu(zp->z2) - B_SUB_VAL);
460 struct zt *zp; local
464 zp = &df->za[df->f2 & D_FREG_MASK];
465 rcnt = le16_to_cpu(zp
605 struct zt *zp; local
[all...]

Completed in 271 milliseconds