Searched refs:area (Results 301 - 318 of 318) sorted by relevance

<<111213

/linux-master/sound/pci/emu10k1/
H A Demu10k1x.c444 u32 *table_base = (u32 *)(emu->dma_buffer->area+1024*voice);
H A Demufx.c1860 /* from 0x8c to 0xff is the area for tone control */
2422 if (emu->fx8010.etram_pages.area != NULL) {
2424 emu->fx8010.etram_pages.area = NULL;
2432 memset(emu->fx8010.etram_pages.area, 0, size * 2);
/linux-master/sound/pci/rme9652/
H A Dhdsp.c400 /* the size of the area we need to allocate for DMA transfers. the
402 Multiface still uses the same memory area.
3792 hdsp->capture_dma_buf.area += hdsp->capture_dma_buf.addr - capture_dma->addr;
3793 hdsp->playback_dma_buf.area += hdsp->playback_dma_buf.addr - playback_dma->addr;
3794 hdsp->capture_buffer = hdsp->capture_dma_buf.area;
3795 hdsp->playback_buffer = hdsp->playback_dma_buf.area;
/linux-master/sound/soc/qcom/
H A Dlpass-platform.c1164 buf->area = (unsigned char * __force)memremap(buf->addr, buf->bytes, MEMREMAP_WC);
/linux-master/arch/powerpc/kernel/
H A Drtas.c41 #include <asm/rtas-work-area.h>
/linux-master/sound/pci/
H A Dintel8x0m.c1120 ichdev->bdbar = ((__le32 *)chip->bdbars->area) + (i * ICH_MAX_FRAGS * 2);
H A Dintel8x0.c2996 ichdev->bdbar = ((__le32 *)chip->bdbars->area) +
/linux-master/mm/
H A Dnommu.c298 * The resulting memory area is 32bit addressable and zeroed so it can be
345 void free_vm_area(struct vm_struct *area) argument
382 * like trying to un-brk an area that has already been mapped
/linux-master/sound/pci/hda/
H A Dhda_controller.c1013 if (!dmab->area || !hstr->locked)
H A Dpatch_ca0132.c626 * sent. This gets the speaker EQ address area, which is then used to
3042 if (dma->dmab->area)
3081 return dma->dmab->area;
3088 memcpy(dma->dmab->area, data, count);
3499 if (dma_engine->dmab->area)
/linux-master/sound/pci/trident/
H A Dtrident_main.c1024 // Set channel buffer Address, DMAR0 expects contiguous PCI memory area
3328 trident->tlb.entries = (__le32 *)ALIGN((unsigned long)trident->tlb.buffer->area, SNDRV_TRIDENT_MAX_PAGES * 4);
3339 memset(trident->tlb.silent_page->area, 0, SNDRV_TRIDENT_PAGE_SIZE);
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_hw.h1017 uint8_t area; member in struct:_D_ID::__anon107::__anon108
1021 uint8_t area;
H A Dlpfc_els.c7882 && (ns_did.un.b.area == rscn_did.un.b.area)
7888 && (ns_did.un.b.area == rscn_did.un.b.area))
/linux-master/arch/x86/net/
H A Dbpf_jit_comp.c246 static void jit_fill_hole(void *area, unsigned int size) argument
249 memset(area, 0xcc, size);
/linux-master/drivers/input/touchscreen/
H A Diqs7211.c1167 __le16 area; member in struct:iqs7211_touch_data
/linux-master/tools/testing/selftests/iommu/
H A Diommufd.c143 /* future area is non-zero */
547 /* Adding an area does not change ability to destroy */
601 TEST_F(iommufd_ioas, area)
656 /* Unmap not fully contained area doesn't work */
1558 /* Add and destroy a domain while the area exists */
/linux-master/tools/perf/util/
H A Dheader.c2090 fprintf(fp, "# contains AUX area data (e.g. instruction trace)\n");
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_mr.c1938 vha->d_id.b.area = pinfo->port_id[1];

Completed in 657 milliseconds

<<111213