/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/ |
H A D | omap_dmm_tiler.h | 38 struct tcm_area area; /* area */ member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/nfpcore/ |
H A D | nfp_nffw.h | 105 unsigned int min_size, struct nfp_cpp_area **area);
|
/kernel/linux/linux-5.10/sound/soc/sof/ |
H A D | utils.c | 131 dmab->area, size, pages); in snd_sof_create_page_table()
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | compress_driver.h | 38 * @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 D | nfp_main.h | 53 * @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 D | nfp_nffw.h | 105 unsigned int min_size, struct nfp_cpp_area **area);
|
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/ |
H A D | nfp_main.h | 53 * @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 D | compress_driver.h | 38 * @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 D | omap_dmm_priv.h | 98 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 D | omap_dmm_tiler.h | 30 struct tcm_area area; /* area */ member
|
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/atmel/ |
H A D | pmecc.c | 710 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 D | mmzone.h | 110 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 D | fb.h | 264 /* 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 D | svga.h | 110 void svga_tilecopy(struct fb_info *info, struct fb_tilearea *area);
|
/kernel/linux/linux-5.10/sound/pci/ |
H A D | bt87x.c | 219 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 D | pmecc.c | 710 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 D | bt87x.c | 217 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 D | w100fb.c | 383 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 D | aic94xx_sds.c | 252 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 D | aic94xx_sds.c | 252 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 D | zfcp_dbf.c | 25 "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 D | hda_controller.h | 82 struct vm_area_struct *area);
|
/kernel/linux/linux-5.10/sound/core/oss/ |
H A D | pcm_plugin.h | 26 void *aptr; /* pointer to the allocated area */ 27 struct snd_pcm_channel_area area; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | svga.h | 110 void svga_tilecopy(struct fb_info *info, struct fb_tilearea *area);
|
/kernel/linux/linux-6.6/sound/core/oss/ |
H A D | pcm_plugin.h | 26 void *aptr; /* pointer to the allocated area */ 27 struct snd_pcm_channel_area area; member
|