zp 397 drivers/isdn/hardware/mISDN/hfcpci.c struct zt *zp; zp 401 drivers/isdn/hardware/mISDN/hfcpci.c zp = &bz->za[bz->f2]; /* point to Z-Regs */ zp 402 drivers/isdn/hardware/mISDN/hfcpci.c new_z2 = le16_to_cpu(zp->z2) + count; /* new position in fifo */ zp 407 drivers/isdn/hardware/mISDN/hfcpci.c (*(bdata + (le16_to_cpu(zp->z1) - B_SUB_VAL)))) { zp 425 drivers/isdn/hardware/mISDN/hfcpci.c if (le16_to_cpu(zp->z2) + count <= B_FIFO_SIZE + B_SUB_VAL) zp 429 drivers/isdn/hardware/mISDN/hfcpci.c le16_to_cpu(zp->z2); /* maximum */ zp 431 drivers/isdn/hardware/mISDN/hfcpci.c ptr1 = bdata + (le16_to_cpu(zp->z2) - B_SUB_VAL); zp 459 drivers/isdn/hardware/mISDN/hfcpci.c struct zt *zp; zp 463 drivers/isdn/hardware/mISDN/hfcpci.c zp = &df->za[df->f2 & D_FREG_MASK]; zp 464 drivers/isdn/hardware/mISDN/hfcpci.c rcnt = le16_to_cpu(zp->z1) - le16_to_cpu(zp->z2); zp 472 drivers/isdn/hardware/mISDN/hfcpci.c le16_to_cpu(zp->z1), zp 473 drivers/isdn/hardware/mISDN/hfcpci.c le16_to_cpu(zp->z2), zp 477 drivers/isdn/hardware/mISDN/hfcpci.c (df->data[le16_to_cpu(zp->z1)])) { zp 483 drivers/isdn/hardware/mISDN/hfcpci.c df->data[le16_to_cpu(zp->z1)]); zp 490 drivers/isdn/hardware/mISDN/hfcpci.c cpu_to_le16((le16_to_cpu(zp->z2) + rcnt) & zp 503 drivers/isdn/hardware/mISDN/hfcpci.c if (le16_to_cpu(zp->z2) + rcnt <= D_FIFO_SIZE) zp 506 drivers/isdn/hardware/mISDN/hfcpci.c maxlen = D_FIFO_SIZE - le16_to_cpu(zp->z2); zp 509 drivers/isdn/hardware/mISDN/hfcpci.c ptr1 = df->data + le16_to_cpu(zp->z2); zp 522 drivers/isdn/hardware/mISDN/hfcpci.c le16_to_cpu(zp->z2) + total) & (D_FIFO_SIZE - 1)); zp 605 drivers/isdn/hardware/mISDN/hfcpci.c struct zt *zp; zp 624 drivers/isdn/hardware/mISDN/hfcpci.c zp = &rxbz->za[rxbz->f2]; zp 626 drivers/isdn/hardware/mISDN/hfcpci.c rcnt = le16_to_cpu(zp->z1) - le16_to_cpu(zp->z2); zp 633 drivers/isdn/hardware/mISDN/hfcpci.c bch->nr, le16_to_cpu(zp->z1), zp 634 drivers/isdn/hardware/mISDN/hfcpci.c le16_to_cpu(zp->z2), rcnt); zp 1266 fs/ubifs/debug.c struct ubifs_znode *zp = znode->parent; zp 1296 fs/ubifs/debug.c if (zp && !ubifs_zn_dirty(zp)) { zp 1311 fs/ubifs/debug.c if (zp) { zp 1314 fs/ubifs/debug.c if (znode->level != zp->level - 1) { zp 1320 fs/ubifs/debug.c err = ubifs_search_zbranch(c, zp, &zbr->key, &n); zp 1327 fs/ubifs/debug.c if (znode->iip >= zp->child_cnt) { zp 1334 fs/ubifs/debug.c if (keys_cmp(c, &zp->zbranch[n].key, zp 1335 fs/ubifs/debug.c &zp->zbranch[znode->iip].key)) { zp 1353 fs/ubifs/debug.c if (n + 1 < zp->child_cnt) { zp 1354 fs/ubifs/debug.c max = &zp->zbranch[n + 1].key; zp 1451 fs/ubifs/debug.c if (zp) { zp 1453 fs/ubifs/debug.c ubifs_dump_znode(c, zp); zp 614 fs/ubifs/tnc.c struct ubifs_znode *zp; zp 616 fs/ubifs/tnc.c zp = znode->parent; zp 617 fs/ubifs/tnc.c if (!zp) zp 620 fs/ubifs/tnc.c znode = zp; zp 658 fs/ubifs/tnc.c struct ubifs_znode *zp; zp 660 fs/ubifs/tnc.c zp = znode->parent; zp 661 fs/ubifs/tnc.c if (!zp) zp 664 fs/ubifs/tnc.c znode = zp; zp 1093 fs/ubifs/tnc.c struct ubifs_znode *zp; zp 1112 fs/ubifs/tnc.c zp = znode->parent; zp 1113 fs/ubifs/tnc.c if (!zp) zp 1118 fs/ubifs/tnc.c if (!zp->cnext && ubifs_zn_dirty(znode)) zp 1120 fs/ubifs/tnc.c znode = zp; zp 1128 fs/ubifs/tnc.c zp = znode->parent; zp 1129 fs/ubifs/tnc.c if (zp) { zp 1131 fs/ubifs/tnc.c ubifs_assert(c, path[p - 1] < zp->child_cnt); zp 1132 fs/ubifs/tnc.c zbr = &zp->zbranch[path[--p]]; zp 2084 fs/ubifs/tnc.c struct ubifs_znode *zn, *zi, *zp; zp 2092 fs/ubifs/tnc.c zp = znode->parent; zp 2100 fs/ubifs/tnc.c if (n == 0 && zp && znode->iip == 0) zp 2122 fs/ubifs/tnc.c zn->parent = zp; zp 2209 fs/ubifs/tnc.c if (zp) { zp 2222 fs/ubifs/tnc.c znode = zp; zp 2506 fs/ubifs/tnc.c struct ubifs_znode *zp; zp 2540 fs/ubifs/tnc.c zp = znode->parent; zp 2555 fs/ubifs/tnc.c znode = zp; zp 2573 fs/ubifs/tnc.c zp = znode; zp 2593 fs/ubifs/tnc.c ubifs_assert(c, !ubifs_zn_obsolete(zp)); zp 2594 fs/ubifs/tnc.c ubifs_assert(c, ubifs_zn_dirty(zp)); zp 2597 fs/ubifs/tnc.c if (zp->cnext) { zp 2598 fs/ubifs/tnc.c __set_bit(OBSOLETE_ZNODE, &zp->flags); zp 2602 fs/ubifs/tnc.c kfree(zp); zp 28 fs/ubifs/tnc_commit.c struct ubifs_znode *zp; zp 64 fs/ubifs/tnc_commit.c zp = znode->parent; zp 65 fs/ubifs/tnc_commit.c if (zp) { zp 68 fs/ubifs/tnc_commit.c zbr = &zp->zbranch[znode->iip]; zp 431 fs/ubifs/tnc_commit.c struct ubifs_znode *znode, *cnext, *zp; zp 476 fs/ubifs/tnc_commit.c zp = znode->parent; zp 477 fs/ubifs/tnc_commit.c if (zp) { zp 482 fs/ubifs/tnc_commit.c zbr = &zp->zbranch[i]; zp 142 net/rds/cong.c unsigned long zp; zp 155 net/rds/cong.c zp = get_zeroed_page(GFP_KERNEL); zp 156 net/rds/cong.c if (zp == 0) zp 158 net/rds/cong.c map->m_page_addrs[i] = zp; zp 70 sound/synth/emux/emux_synth.c struct snd_sf_zone *zp = table[i]; zp 71 sound/synth/emux/emux_synth.c if (zp && zp->v.exclusiveClass) zp 72 sound/synth/emux/emux_synth.c exclusive_note_off(emu, port, zp->v.exclusiveClass); zp 31 sound/synth/emux/soundfont.c struct snd_soundfont *sf, struct snd_sf_zone *zp); zp 52 sound/synth/emux/soundfont.c static void delete_preset(struct snd_sf_list *sflist, struct snd_sf_zone *zp); zp 337 sound/synth/emux/soundfont.c struct snd_sf_zone *zp) zp 339 sound/synth/emux/soundfont.c zp->counter = sflist->zone_counter++; zp 350 sound/synth/emux/soundfont.c struct snd_sf_zone *zp; zp 352 sound/synth/emux/soundfont.c if ((zp = kzalloc(sizeof(*zp), GFP_KERNEL)) == NULL) zp 354 sound/synth/emux/soundfont.c zp->next = sf->zones; zp 355 sound/synth/emux/soundfont.c sf->zones = zp; zp 357 sound/synth/emux/soundfont.c init_voice_info(&zp->v); zp 359 sound/synth/emux/soundfont.c set_zone_counter(sflist, sf, zp); zp 360 sound/synth/emux/soundfont.c return zp; zp 414 sound/synth/emux/soundfont.c struct snd_sf_zone *zp, *prevp; zp 432 sound/synth/emux/soundfont.c for (zp = sf->zones; zp; prevp = zp, zp = zp->next) { zp 433 sound/synth/emux/soundfont.c if (zp->mapped && zp 434 sound/synth/emux/soundfont.c zp->instr == map.map_instr && zp 435 sound/synth/emux/soundfont.c zp->bank == map.map_bank && zp 436 sound/synth/emux/soundfont.c zp->v.low == map.map_key && zp 437 sound/synth/emux/soundfont.c zp->v.start == map.src_instr && zp 438 sound/synth/emux/soundfont.c zp->v.end == map.src_bank && zp 439 sound/synth/emux/soundfont.c zp->v.fixkey == map.src_key) { zp 443 sound/synth/emux/soundfont.c prevp->next = zp->next; zp 444 sound/synth/emux/soundfont.c zp->next = sf->zones; zp 445 sound/synth/emux/soundfont.c sf->zones = zp; zp 448 sound/synth/emux/soundfont.c set_zone_counter(sflist, sf, zp); zp 454 sound/synth/emux/soundfont.c if ((zp = sf_zone_new(sflist, sf)) == NULL) zp 457 sound/synth/emux/soundfont.c zp->bank = map.map_bank; zp 458 sound/synth/emux/soundfont.c zp->instr = map.map_instr; zp 459 sound/synth/emux/soundfont.c zp->mapped = 1; zp 461 sound/synth/emux/soundfont.c zp->v.low = map.map_key; zp 462 sound/synth/emux/soundfont.c zp->v.high = map.map_key; zp 464 sound/synth/emux/soundfont.c zp->v.start = map.src_instr; zp 465 sound/synth/emux/soundfont.c zp->v.end = map.src_bank; zp 466 sound/synth/emux/soundfont.c zp->v.fixkey = map.src_key; zp 467 sound/synth/emux/soundfont.c zp->v.sf_id = sf->id; zp 469 sound/synth/emux/soundfont.c add_preset(sflist, zp); zp 1195 sound/synth/emux/soundfont.c delete_preset(struct snd_sf_list *sflist, struct snd_sf_zone *zp) zp 1200 sound/synth/emux/soundfont.c if ((index = get_index(zp->bank, zp->instr, zp->v.low)) < 0) zp 1203 sound/synth/emux/soundfont.c while (p->next_instr == zp) { zp 1204 sound/synth/emux/soundfont.c p->next_instr = zp->next_instr; zp 1205 sound/synth/emux/soundfont.c zp = zp->next_zone; zp 1206 sound/synth/emux/soundfont.c if (zp == NULL) zp 1258 sound/synth/emux/soundfont.c struct snd_sf_zone *zp; zp 1262 sound/synth/emux/soundfont.c for (zp = sflist->presets[index]; zp; zp = zp->next_instr) { zp 1263 sound/synth/emux/soundfont.c if (zp->instr == preset && zp->bank == bank) zp 1264 sound/synth/emux/soundfont.c return zp; zp 1278 sound/synth/emux/soundfont.c struct snd_sf_zone *zp; zp 1281 sound/synth/emux/soundfont.c zp = search_first_zone(sflist, bank, preset, *notep); zp 1283 sound/synth/emux/soundfont.c for (; zp; zp = zp->next_zone) { zp 1284 sound/synth/emux/soundfont.c if (*notep >= zp->v.low && *notep <= zp->v.high && zp 1285 sound/synth/emux/soundfont.c vel >= zp->v.vellow && vel <= zp->v.velhigh) { zp 1286 sound/synth/emux/soundfont.c if (zp->mapped) { zp 1288 sound/synth/emux/soundfont.c int key = zp->v.fixkey; zp 1289 sound/synth/emux/soundfont.c preset = zp->v.start; zp 1290 sound/synth/emux/soundfont.c bank = zp->v.end; zp 1303 sound/synth/emux/soundfont.c table[nvoices++] = zp; zp 1358 sound/synth/emux/soundfont.c struct snd_sf_zone *zp, *nextzp; zp 1363 sound/synth/emux/soundfont.c for (zp = sf->zones; zp; zp = nextzp) { zp 1364 sound/synth/emux/soundfont.c nextzp = zp->next; zp 1365 sound/synth/emux/soundfont.c kfree(zp); zp 1446 sound/synth/emux/soundfont.c struct snd_sf_zone *zp, *nextzp; zp 1458 sound/synth/emux/soundfont.c for (zp = sf->zones; zp; zp = nextzp) { zp 1459 sound/synth/emux/soundfont.c if (zp->counter < sflist->zone_locked) zp 1461 sound/synth/emux/soundfont.c nextzp = zp->next; zp 1463 sound/synth/emux/soundfont.c kfree(zp);