memblk            849 drivers/crypto/caam/regs.h 	struct rtic_block memblk[4];	/* Memory Blocks A-D */
memblk            631 drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c 	u8 *memblk;
memblk            637 drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c 	memblk = kzalloc(memsize, GFP_KERNEL);
memblk            638 drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c 	if (!memblk)
memblk            647 drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c 	p2p_params = (struct brcmf_p2p_scan_le *)memblk;
memblk            731 drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c 	ret = brcmf_fil_bsscfg_data_set(vif->ifp, "p2p_scan", memblk, memsize);
memblk            735 drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c 	kfree(memblk);
memblk           1516 include/sound/emu10k1.h 	struct snd_util_memblk *memblk;
memblk             99 samples/vfio-mdev/mdpy.c 	void *memblk;
memblk            195 samples/vfio-mdev/mdpy.c 			memcpy(mdev_state->memblk, buf, count);
memblk            197 samples/vfio-mdev/mdpy.c 			memcpy(buf, mdev_state->memblk, count);
memblk            223 samples/vfio-mdev/mdpy.c 		memset(mdev_state->memblk + i * stride,
memblk            253 samples/vfio-mdev/mdpy.c 	mdev_state->memblk = vmalloc_user(fbsize);
memblk            254 samples/vfio-mdev/mdpy.c 	if (!mdev_state->memblk) {
memblk            283 samples/vfio-mdev/mdpy.c 	vfree(mdev_state->memblk);
memblk            421 samples/vfio-mdev/mdpy.c 					   mdev_state->memblk, 0,
memblk            415 sound/pci/emu10k1/emupcm.c 		if (epcm->memblk != NULL)
memblk            416 sound/pci/emu10k1/emupcm.c 			snd_emu10k1_free_pages(emu, epcm->memblk);
memblk            417 sound/pci/emu10k1/emupcm.c 		epcm->memblk = snd_emu10k1_alloc_pages(emu, substream);
memblk            419 sound/pci/emu10k1/emupcm.c 		if (! epcm->memblk)
memblk            421 sound/pci/emu10k1/emupcm.c 		mapped = ((struct snd_emu10k1_memblk *)epcm->memblk)->mapped_page;
memblk            450 sound/pci/emu10k1/emupcm.c 	if (epcm->memblk) {
memblk            451 sound/pci/emu10k1/emupcm.c 		snd_emu10k1_free_pages(emu, epcm->memblk);
memblk            452 sound/pci/emu10k1/emupcm.c 		epcm->memblk = NULL;
memblk            479 sound/pci/emu10k1/emupcm.c 	if (epcm->memblk) {
memblk            480 sound/pci/emu10k1/emupcm.c 		snd_emu10k1_free_pages(emu, epcm->memblk);
memblk            481 sound/pci/emu10k1/emupcm.c 		epcm->memblk = NULL;
memblk            429 sound/pci/emu10k1/memory.c snd_emu10k1_synth_free(struct snd_emu10k1 *emu, struct snd_util_memblk *memblk)
memblk            432 sound/pci/emu10k1/memory.c 	struct snd_emu10k1_memblk *blk = (struct snd_emu10k1_memblk *)memblk;
memblk            441 sound/pci/emu10k1/memory.c 	 __snd_util_mem_free(hdr, memblk);
memblk            293 sound/pci/trident/trident.h 	struct snd_util_memblk *memblk;	/* memory block if TLB enabled */
memblk            817 sound/pci/trident/trident_main.c 			if (voice->memblk)
memblk            818 sound/pci/trident/trident_main.c 				snd_trident_free_pages(trident, voice->memblk);
memblk            819 sound/pci/trident/trident_main.c 			voice->memblk = snd_trident_alloc_pages(trident, substream);
memblk            820 sound/pci/trident/trident_main.c 			if (voice->memblk == NULL)
memblk            909 sound/pci/trident/trident_main.c 		if (voice && voice->memblk) {
memblk            910 sound/pci/trident/trident_main.c 			snd_trident_free_pages(trident, voice->memblk);
memblk            911 sound/pci/trident/trident_main.c 			voice->memblk = NULL;
memblk            948 sound/pci/trident/trident_main.c 	if (voice->memblk)
memblk            949 sound/pci/trident/trident_main.c 		voice->LBA = voice->memblk->offset;
memblk           1054 sound/pci/trident/trident_main.c 	if (voice->memblk)
memblk           1055 sound/pci/trident/trident_main.c 		voice->LBA = voice->memblk->offset;
memblk           1257 sound/pci/trident/trident_main.c 	if (voice->memblk)
memblk           1258 sound/pci/trident/trident_main.c 		voice->LBA = voice->memblk->offset;
memblk           1410 sound/pci/trident/trident_main.c 		if (voice->memblk)
memblk           1411 sound/pci/trident/trident_main.c 			voice->LBA = voice->memblk->offset;
memblk           1459 sound/pci/trident/trident_main.c 		if (voice->memblk)
memblk           1460 sound/pci/trident/trident_main.c 			voice->LBA = voice->memblk->offset;
memblk           3818 sound/pci/trident/trident_main.c 		pvoice->memblk = NULL;
memblk           3834 sound/pci/trident/trident_main.c 		pvoice->memblk = NULL;