Searched refs:area (Results 151 - 175 of 317) sorted by relevance

1234567891011>>

/linux-master/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp_nffw.h105 unsigned int min_size, struct nfp_cpp_area **area);
/linux-master/include/linux/
H A Dsvga.h110 void svga_tilecopy(struct fb_info *info, struct fb_tilearea *area);
/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dnfp_main.h53 * @data_vnic_bar: Pointer to the CPP area for the data vNICs' BARs
54 * @ctrl_vnic_bar: Pointer to the CPP area for the ctrl vNIC's BAR
55 * @qc_area: Pointer to the CPP area for the queues
56 * @mac_stats_bar: Pointer to the CPP area for the MAC stats
57 * @mac_stats_mem: Pointer to mapped MAC stats area
58 * @vf_cfg_bar: Pointer to the CPP area for the VF configuration BAR
59 * @vf_cfg_mem: Pointer to mapped VF configuration area
60 * @vfcfg_tbl2_area: Pointer to the CPP area for the VF config table
167 unsigned int min_size, struct nfp_cpp_area **area);
/linux-master/sound/core/oss/
H A Dpcm_plugin.h26 void *aptr; /* pointer to the allocated area */
27 struct snd_pcm_channel_area area; member in struct:snd_pcm_plugin_channel
/linux-master/sound/pci/emu10k1/
H A Dmemory.c6 * EMU10K1 memory page allocation (PTB area)
22 (((__le32 *)(emu)->ptb_pages.area)[page] = \
25 (le32_to_cpu(((__le32 *)(emu)->ptb_pages.area)[page]))
402 * allocate a synth sample area
429 * free a synth sample area
490 dmab.area = emu->page_ptr_table[page];
527 emu->page_ptr_table[page] = dmab.area;
/linux-master/include/sound/
H A Dcompress_driver.h38 * @dma_bytes: size of DMA area
228 runtime->dma_area = bufp->area;
H A Dpcm.h396 snd_pcm_uframes_t silence_start; /* starting pointer to silence area */
397 snd_pcm_uframes_t silence_filled; /* already filled part of silence area */
427 unsigned char *dma_area; /* DMA area */
429 size_t dma_bytes; /* size of DMA area */
595 int snd_pcm_mmap_data(struct snd_pcm_substream *substream, struct file *file, struct vm_area_struct *area);
1247 runtime->dma_area = bufp->area;
1416 * @area: VMA
1420 static inline void snd_pcm_mmap_data_open(struct vm_area_struct *area) argument
1422 struct snd_pcm_substream *substream = (struct snd_pcm_substream *)area->vm_private_data;
1428 * @area
1432 snd_pcm_mmap_data_close(struct vm_area_struct *area) argument
[all...]
/linux-master/drivers/s390/cio/
H A Dchp.c160 void *area; local
165 area = css->cub_addr1;
168 area = css->cub_addr2;
171 entry = area + (idx * sizeof(struct cmg_entry));
/linux-master/drivers/video/fbdev/
H A Dtgafb.c1051 * Copies on area of the screen to another area.
1054 * @area: structure defining the source and destination.
1159 const struct fb_copyarea *area)
1171 cfb_copyarea(info, area);
1266 tgafb_copyarea(struct fb_info *info, const struct fb_copyarea *area) argument
1271 dx = area->dx;
1272 dy = area->dy;
1273 width = area->width;
1274 height = area
1157 copyarea_8bpp(struct fb_info *info, u32 dx, u32 dy, u32 sx, u32 sy, u32 height, u32 width, u32 line_length, const struct fb_copyarea *area) argument
[all...]
H A Dsstfb.c773 static void sstfb_copyarea(struct fb_info *info, const struct fb_copyarea *area)
785 sst_write(BLTSRCXY, area->sx | (area->sy << 16));
786 sst_write(BLTDSTXY, area->dx | (area->dy << 16));
787 sst_write(BLTSIZE, area->width | (area->height << 16));
1372 printk(KERN_ERR "sstfb: cannot remap register area %#lx\n",
H A Dstifb.c1037 stifb_copyarea(struct fb_info *info, const struct fb_copyarea *area) argument
1059 WRITE_WORD(((area->sx << 16) | area->sy), fb, REG_24);
1060 WRITE_WORD(((area->width << 16) | area->height), fb, REG_7);
1061 WRITE_WORD(((area->dx << 16) | area->dy), fb, REG_25);
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_tmpl.c260 uint area = ent->t262.ram_area; local
269 if (area == T262_RAM_AREA_CRITICAL_RAM) {
271 } else if (area == T262_RAM_AREA_EXTERNAL_RAM) {
275 } else if (area == T262_RAM_AREA_SHARED_RAM) {
282 } else if (area == T262_RAM_AREA_DDR_RAM) {
289 } else if (area == T262_RAM_AREA_MISC) {
296 "%s: unknown area %x\n", __func__, area);
316 __func__, area, start, end);
1021 /* Use the spare area fo
[all...]
H A Dqla_iocb.c1635 cmd_pkt->port_id[1] = sp->fcport->d_id.b.area;
1831 /* Fill-in common area */
1841 cmd_pkt->port_id[1] = sp->fcport->d_id.b.area;
2002 cmd_pkt->port_id[1] = sp->fcport->d_id.b.area;
2214 /* Fill-in common area */
2224 cmd_pkt->port_id[1] = sp->fcport->d_id.b.area;
2409 logio->port_id[1] = sp->fcport->d_id.b.area;
2439 logio->port_id[1] = sp->fcport->d_id.b.area;
2463 mbx->mb3 = cpu_to_le16(sp->fcport->d_id.b.area << 8 |
2486 logio->port_id[1] = sp->fcport->d_id.b.area;
[all...]
/linux-master/arch/s390/include/asm/
H A Ddebug.h67 int area,
84 int area, debug_entry_t *entry, char *out_buf);
139 * debug_event() - writes binary debug entry to active debug area
160 * debug_int_event() - writes unsigned integer debug entry to active debug area
182 * debug_long_event() - writes unsigned long debug entry to active debug area
205 * debug area (if level <= actual debug level)
233 * and varargs (longs) to active debug area
262 * debug_exception() - writes binary debug entry to active debug area
264 * and switches to next debug area
284 * debug_int_exception() - writes unsigned int debug entry to active debug area
[all...]
/linux-master/arch/powerpc/net/
H A Dbpf_jit_comp.c25 static void bpf_jit_fill_ill_insns(void *area, unsigned int size) argument
27 memset32(area, BREAKPOINT_INSTRUCTION, size / 4);
/linux-master/arch/powerpc/mm/nohash/
H A Dkaslr_booke.c45 static unsigned long __init rotate_xor(unsigned long hash, const void *area, argument
49 const unsigned long *ptr = area;
/linux-master/drivers/md/
H A Ddm-integrity.c411 sector_t *area, sector_t *offset)
415 *area = data_sector >> log2_interleave_sectors;
418 *area = 0;
429 static __u64 get_metadata_sector_and_offset(struct dm_integrity_c *ic, sector_t area, argument
435 ms = area << ic->sb->log2_interleave_sectors;
437 ms += area << ic->log2_metadata_run;
439 ms += area * ic->metadata_run;
455 static sector_t get_data_sector(struct dm_integrity_c *ic, sector_t area, sector_t offset) argument
462 result = area << ic->sb->log2_interleave_sectors;
464 result += (area
410 get_area_and_offset(struct dm_integrity_c *ic, sector_t data_sector, sector_t *area, sector_t *offset) argument
1700 sector_t sector, logical_sector, area, offset; local
1922 sector_t area, offset; local
2159 sector_t area, offset; local
2541 sector_t sec, area, offset; local
2718 sector_t area, offset; local
[all...]
/linux-master/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_utils.c353 u32 *p, u32 cnt, enum mcp_area area)
360 switch (area) {
375 (area | (0xFFFF & (offset * 4))));
381 area,
417 u32 cnt, enum mcp_area area)
429 err = hw_atl_utils_write_b1_mbox(self, addr, p, cnt, area);
352 hw_atl_utils_write_b1_mbox(struct aq_hw_s *self, u32 addr, u32 *p, u32 cnt, enum mcp_area area) argument
416 hw_atl_utils_fw_upload_dwords(struct aq_hw_s *self, u32 addr, u32 *p, u32 cnt, enum mcp_area area) argument
/linux-master/drivers/soc/qcom/
H A Dsmem.c49 * while items in the cached region are allocated from the end. The free area
740 struct smem_region *area; local
763 area = &__smem->regions[i];
765 if (addr_in_range(area->virt_base, area->size, p)) {
766 offset = p - area->virt_base;
768 return (phys_addr_t)area->aux_base + offset;
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_ttm.c1036 struct vm_area_struct *area = vmf->vma; local
1037 struct ttm_buffer_object *bo = area->vm_private_data;
1046 area->vm_flags & VM_WRITE))
1149 vm_access_ttm(struct vm_area_struct *area, unsigned long addr, argument
1153 i915_ttm_to_gem(area->vm_private_data);
1158 return ttm_bo_vm_access(area, addr, buf, len, write);
/linux-master/arch/m68k/fpsp040/
H A Dfpsp.h28 | | FPU fsave area |
45 | offsets refer to the Local Variable area and the fsave area.
62 | Sometimes the exception handler will transform the fsave area
70 | restored from the "local variable" area and can be used as
/linux-master/drivers/s390/scsi/
H A Dzfcp_dbf.c25 "number of pages for each debug feature area (default 4)");
31 "log level for each debug feature area "
40 void zfcp_dbf_pl_write(struct zfcp_dbf *dbf, void *data, u16 length, char *area, argument
49 memcpy(pl->area, area, ZFCP_DBF_TAG_LEN);
293 memcpy(payload->area, "def_err", 7);
512 memcpy(payload->area, paytag, ZFCP_DBF_TAG_LEN);
830 /* debug feature area which records recovery activity */
836 /* debug feature area which records HBA (FSF and QDIO) conditions */
842 /* debug feature area whic
[all...]
/linux-master/drivers/vdpa/ifcvf/
H A Difcvf_main.c617 struct vdpa_notification_area area; local
619 area.addr = vf->vring[idx].notify_pa;
621 area.size = PAGE_SIZE;
623 area.size = vf->notify_off_multiplier;
625 return area;
/linux-master/drivers/vdpa/pds/
H A Dvdpa_dev.c261 struct vdpa_notification_area area; local
263 area.addr = pdsv->vqs[qid].notify_pa;
267 area.size = PDS_PAGE_SIZE;
269 area.size = vd_mdev->notify_offset_multiplier;
271 return area;
/linux-master/sound/soc/sof/intel/
H A Dhda-stream.c130 bdl = (struct sof_intel_dsp_bdl *)hstream->bdl.area;
932 hstream->posbuf = (__le32 *)(bus->posbuf.area +
960 if (bus->posbuf.area)
964 if (bus->rb.area)
971 if (s->bdl.area)

Completed in 506 milliseconds

1234567891011>>