Home
last modified time | relevance | path

Searched refs:area (Results 351 - 375 of 641) sorted by relevance

1...<<11121314151617181920>>...26

/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/
H A Domap_dmm_tiler.h38 struct tcm_area area; /* area */ member
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp_nffw.h105 unsigned int min_size, struct nfp_cpp_area **area);
/kernel/linux/linux-5.10/sound/soc/sof/
H A Dutils.c131 dmab->area, size, pages); in snd_sof_create_page_table()
/kernel/linux/linux-5.10/include/sound/
H A Dcompress_driver.h38 * @dma_bytes: size of DMA area
214 runtime->dma_area = bufp->area; in snd_compr_set_runtime_buffer()
/kernel/linux/linux-5.10/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
166 unsigned int min_size, struct nfp_cpp_area **area);
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp_nffw.h105 unsigned int min_size, struct nfp_cpp_area **area);
/kernel/linux/linux-6.6/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);
/kernel/linux/linux-6.6/include/sound/
H A Dcompress_driver.h38 * @dma_bytes: size of DMA area
228 runtime->dma_area = bufp->area; in snd_compr_set_runtime_buffer()
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/
H A Domap_dmm_priv.h98 struct pat_area area; member
106 * 3 descriptors is probably the worst-case for # of 2d-slices in a 1d area,
107 * but I guess you don't hit that worst case at the same time as full area
H A Domap_dmm_tiler.h30 struct tcm_area area; /* area */ member
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/atmel/
H A Dpmecc.c710 const char *area; in atmel_pmecc_correct_sector() local
724 area = "data"; in atmel_pmecc_correct_sector()
727 area = "ECC"; in atmel_pmecc_correct_sector()
736 "Bit flip in %s area, byte %d: 0x%02x -> 0x%02x\n", in atmel_pmecc_correct_sector()
737 area, byte, *ptr, (unsigned int)(*ptr ^ BIT(bit))); in atmel_pmecc_correct_sector()
/kernel/linux/linux-5.10/include/linux/
H A Dmmzone.h110 static inline struct page *get_page_from_free_area(struct free_area *area, in get_page_from_free_area() argument
113 return list_first_entry_or_null(&area->free_list[migratetype], in get_page_from_free_area()
117 static inline bool free_area_empty(struct free_area *area, int migratetype) in free_area_empty() argument
119 return list_empty(&area->free_list[migratetype]); in free_area_empty()
382 * On architectures where this area covers the whole 32 bit address
403 * A memory area that is only addressable by the kernel through
H A Dfb.h264 /* Copy data from area to another */
361 /* move a rectangular region of tiles from one area to another*/
362 void (*fb_tilecopy)(struct fb_info *info, struct fb_tilearea *area);
489 void *fbcon_par; /* fbcon use-only private area */
592 extern void cfb_copyarea(struct fb_info *info, const struct fb_copyarea *area);
598 extern void sys_copyarea(struct fb_info *info, const struct fb_copyarea *area);
H A Dsvga.h110 void svga_tilecopy(struct fb_info *info, struct fb_tilearea *area);
/kernel/linux/linux-5.10/sound/pci/
H A Dbt87x.c219 if (chip->dma_risc.area == NULL) { in snd_bt87x_create_risc()
224 risc = (__le32 *)chip->dma_risc.area; in snd_bt87x_create_risc()
266 if (chip->dma_risc.area) { in snd_bt87x_free_risc()
268 chip->dma_risc.area = NULL; in snd_bt87x_free_risc()
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/atmel/
H A Dpmecc.c710 const char *area; in atmel_pmecc_correct_sector() local
724 area = "data"; in atmel_pmecc_correct_sector()
727 area = "ECC"; in atmel_pmecc_correct_sector()
736 "Bit flip in %s area, byte %d: 0x%02x -> 0x%02x\n", in atmel_pmecc_correct_sector()
737 area, byte, *ptr, (unsigned int)(*ptr ^ BIT(bit))); in atmel_pmecc_correct_sector()
/kernel/linux/linux-6.6/sound/pci/
H A Dbt87x.c217 if (chip->dma_risc.area == NULL) { in snd_bt87x_create_risc()
222 risc = (__le32 *)chip->dma_risc.area; in snd_bt87x_create_risc()
264 if (chip->dma_risc.area) { in snd_bt87x_free_risc()
266 chip->dma_risc.area = NULL; in snd_bt87x_free_risc()
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dw100fb.c383 const struct fb_copyarea *area) in w100fb_copyarea()
385 u32 dx = area->dx, dy = area->dy, sx = area->sx, sy = area->sy; in w100fb_copyarea()
386 u32 h = area->height, w = area->width; in w100fb_copyarea()
392 cfb_copyarea(info, area); in w100fb_copyarea()
382 w100fb_copyarea(struct fb_info *info, const struct fb_copyarea *area) w100fb_copyarea() argument
/kernel/linux/linux-5.10/drivers/scsi/aic94xx/
H A Daic94xx_sds.c252 asd_ha->hw_prof.ue.area = kmalloc(size, GFP_KERNEL); in asd_get_bios_chim()
253 if (!asd_ha->hw_prof.ue.area) in asd_get_bios_chim()
255 err = asd_read_ocm_seg(asd_ha, (void *)asd_ha->hw_prof.ue.area, in asd_get_bios_chim()
258 kfree(asd_ha->hw_prof.ue.area); in asd_get_bios_chim()
259 asd_ha->hw_prof.ue.area = NULL; in asd_get_bios_chim()
/kernel/linux/linux-6.6/drivers/scsi/aic94xx/
H A Daic94xx_sds.c252 asd_ha->hw_prof.ue.area = kmalloc(size, GFP_KERNEL); in asd_get_bios_chim()
253 if (!asd_ha->hw_prof.ue.area) in asd_get_bios_chim()
255 err = asd_read_ocm_seg(asd_ha, (void *)asd_ha->hw_prof.ue.area, in asd_get_bios_chim()
258 kfree(asd_ha->hw_prof.ue.area); in asd_get_bios_chim()
259 asd_ha->hw_prof.ue.area = NULL; in asd_get_bios_chim()
/kernel/linux/linux-6.6/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, in zfcp_dbf_pl_write() argument
49 memcpy(pl->area, area, ZFCP_DBF_TAG_LEN); in zfcp_dbf_pl_write()
293 memcpy(payload->area, "def_err", 7); in zfcp_dbf_hba_def_err()
512 memcpy(payload->area, paytag, ZFCP_DBF_TAG_LEN); in zfcp_dbf_san()
830 /* debug feature area which records recovery activity */ in zfcp_dbf_adapter_register()
836 /* debug feature area which records HBA (FSF and QDIO) conditions */ in zfcp_dbf_adapter_register()
842 /* debug feature area whic in zfcp_dbf_adapter_register()
[all...]
/kernel/linux/linux-5.10/sound/pci/hda/
H A Dhda_controller.h82 struct vm_area_struct *area);
/kernel/linux/linux-5.10/sound/core/oss/
H A Dpcm_plugin.h26 void *aptr; /* pointer to the allocated area */
27 struct snd_pcm_channel_area area; member
/kernel/linux/linux-6.6/include/linux/
H A Dsvga.h110 void svga_tilecopy(struct fb_info *info, struct fb_tilearea *area);
/kernel/linux/linux-6.6/sound/core/oss/
H A Dpcm_plugin.h26 void *aptr; /* pointer to the allocated area */
27 struct snd_pcm_channel_area area; member

Completed in 23 milliseconds

1...<<11121314151617181920>>...26