Searched refs:area (Results 126 - 150 of 317) sorted by relevance

1234567891011>>

/linux-master/drivers/scsi/bfa/
H A Dbfad_debugfs.c193 u8 area; local
196 area = (offset >> 15) & 0x7;
197 if (area == 0) {
201 } else if (area == 0x1) {
/linux-master/arch/arm/mm/
H A Dtlb-v6.S49 tst r2, #VM_EXEC @ Executable area ?
/linux-master/sound/pci/cs5535audio/
H A Dcs5535audio_pcm.c119 if (dma->desc_buf.area == NULL) {
136 &((struct cs5535audio_dma_desc *) dma->desc_buf.area)[i];
143 lastdesc = &((struct cs5535audio_dma_desc *) dma->desc_buf.area)[periods];
227 dma->desc_buf.area = NULL;
/linux-master/include/media/
H A Dv4l2-ctrls.h54 * @p_area: Pointer to an area.
1251 /* Helper defines for area type controls */
1252 #define __v4l2_ctrl_s_ctrl_area(ctrl, area) \
1253 __v4l2_ctrl_s_ctrl_compound((ctrl), V4L2_CTRL_TYPE_AREA, (area))
1254 #define v4l2_ctrl_s_ctrl_area(ctrl, area) \
1255 v4l2_ctrl_s_ctrl_compound((ctrl), V4L2_CTRL_TYPE_AREA, (area))
/linux-master/arch/riscv/mm/
H A Dpageattr.c288 struct vm_struct *area = NULL; local
291 area = find_vm_area((void *)start);
292 page_start = (start - (unsigned long)area->addr) >> PAGE_SHIFT;
295 lm_start = (unsigned long)page_address(area->pages[i]);
/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbnad_debugfs.c257 u8 area; local
260 area = (offset >> 15) & 0x7;
261 if (area == 0) {
265 } else if (area == 0x1) {
/linux-master/sound/core/oss/
H A Dpcm_plugin.c87 c->area.addr = plugin->buf;
88 c->area.first = channel * width;
89 c->area.step = format->channels * width;
99 c->area.addr = plugin->buf + (channel * size);
100 c->area.first = 0;
101 c->area.step = width;
590 v->area.addr = buf;
591 v->area.first = channel * width;
592 v->area.step = nchannels * width;
/linux-master/drivers/mtd/nand/onenand/
H A Donenand_samsung.c475 static unsigned char *s3c_get_bufferram(struct mtd_info *mtd, int area) argument
481 if (area == ONENAND_DATARAM) {
494 static int onenand_read_bufferram(struct mtd_info *mtd, int area, argument
500 p = s3c_get_bufferram(mtd, area);
505 static int onenand_write_bufferram(struct mtd_info *mtd, int area, argument
511 p = s3c_get_bufferram(mtd, area);
616 static int s5pc110_read_bufferram(struct mtd_info *mtd, int area, argument
626 p = this->base + area;
628 if (area == ONENAND_DATARAM)
/linux-master/include/linux/
H A Dfb.h282 /* Copy data from area to another */
379 /* move a rectangular region of tiles from one area to another*/
380 void (*fb_tilecopy)(struct fb_info *info, struct fb_tilearea *area);
507 void *fbcon_par; /* fbcon use-only private area */
541 extern void cfb_copyarea(struct fb_info *info, const struct fb_copyarea *area);
571 extern void sys_copyarea(struct fb_info *info, const struct fb_copyarea *area);
677 const struct fb_copyarea *area) \
679 __mode ## _copyarea(info, area); \
680 __damage_area(info, area->dx, area
[all...]
/linux-master/arch/s390/kernel/
H A Ddebug.c41 int act_area; /* number of last formated area */
42 int act_page; /* act page in given area */
439 /* next area */
527 * - copies formated output to private_data area of the file
589 * - deletes private_data area of the file handle
629 * debug_register_mode() - creates and initializes debug area.
632 * @pages_per_area: Number of pages, which will be allocated per area
634 * @buf_size: Size of data area in each debug entry
640 * - Handle for generated debug area
672 * debug_register() - creates and initializes debug area wit
1401 debug_flush(debug_info_t *id, int area) argument
1451 int area = ((int) input_buf[0] - (int) '0'); local
1491 debug_dflt_header_fn(debug_info_t *id, struct debug_view *view, int area, debug_entry_t *entry, char *out_buf) argument
[all...]
/linux-master/sound/soc/fsl/
H A Dimx-pcm-fiq.c247 imx_ssi_fiq_tx_buffer = (unsigned long)buf->area;
254 imx_ssi_fiq_rx_buffer = (unsigned long)buf->area;
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_edif_bsg.h95 uint8_t area; member in struct:app_pinfo_req::__anon2786
99 uint8_t area;
/linux-master/sound/usb/usx2y/
H A Dusx2yhwdeppcm.c98 * transferred area overflows the buffer boundary, we cannot send
665 static void snd_usx2y_hwdep_pcm_vm_open(struct vm_area_struct *area) argument
669 static void snd_usx2y_hwdep_pcm_vm_close(struct vm_area_struct *area) argument
691 static int snd_usx2y_hwdep_pcm_mmap(struct snd_hwdep *hw, struct file *filp, struct vm_area_struct *area) argument
693 unsigned long size = (unsigned long)(area->vm_end - area->vm_start);
708 area->vm_ops = &snd_usx2y_hwdep_pcm_vm_ops;
709 vm_flags_set(area, VM_DONTEXPAND | VM_DONTDUMP);
710 area->vm_private_data = hw->private_data;
/linux-master/drivers/video/fbdev/
H A Dneofb.c1396 neo2200_copyarea(struct fb_info *info, const struct fb_copyarea *area) argument
1398 u32 sx = area->sx, sy = area->sy, dx = area->dx, dy = area->dy;
1406 sy += (area->height - 1);
1407 dy += (area->height - 1);
1408 sx += (area->width - 1);
1409 dx += (area->width - 1);
1424 writel((area
1509 neofb_copyarea(struct fb_info *info, const struct fb_copyarea *area) argument
[all...]
H A Dudlfb.c832 struct dloarea area; local
834 if (copy_from_user(&area, (void __user *)arg,
848 if (area.x < 0)
849 area.x = 0;
851 if (area.x > info->var.xres)
852 area.x = info->var.xres;
854 if (area.y < 0)
855 area.y = 0;
857 if (area.y > info->var.yres)
858 area
[all...]
H A Dsmscufx.c50 * using _IOWR() and one of the existing area structs from fb.h
935 struct dloarea *area = NULL; local
959 area = (struct dloarea *)arg;
961 if (area->x < 0)
962 area->x = 0;
964 if (area->x > info->var.xres)
965 area->x = info->var.xres;
967 if (area->y < 0)
968 area->y = 0;
970 if (area
[all...]
H A Datafb.c274 * * Copy data from area to another *
2458 static void atafb_copyarea(struct fb_info *info, const struct fb_copyarea *area) argument
2467 cfb_copyarea(info, area);
2473 x2 = area->dx + area->width;
2474 y2 = area->dy + area->height;
2475 dx = area->dx > 0 ? area->dx : 0;
2476 dy = area
[all...]
H A Ds1d13xxxfb.c427 * @area : fb_copyarea structure
433 s1d13xxxfb_bitblt_copyarea(struct fb_info *info, const struct fb_copyarea *area) argument
438 u16 sx = area->sx, sy = area->sy;
439 u16 dx = area->dx, dy = area->dy;
440 u16 width = area->width, height = area->height;
H A Dsunxvr500.c19 * XXX a shared area the kernel driver can use to keep OBP
22 * XXX as the values in the 'dev-comm' area are accurate then
177 static void e3d_copyarea(struct fb_info *info, const struct fb_copyarea *area) argument
183 cfb_copyarea(info, area);
185 cfb_copyarea(info, area);
/linux-master/drivers/firmware/efi/libstub/
H A Dgop.c254 u32 max_mode, cur_mode, best_mode, area; local
274 area = w * h;
296 if (a < area)
299 if (a > area || d > depth) {
301 area = a;
/linux-master/arch/sh/mm/
H A Dpmb.c417 struct vm_struct *area; local
446 area = __get_vm_area_caller(aligned, VM_IOREMAP, 0xb0000000,
448 if (!area)
451 area->phys_addr = phys;
452 vaddr = (unsigned long)area->addr;
/linux-master/mm/
H A Dpage_alloc.c667 struct free_area *area = &zone->free_area[order]; local
669 list_add(&page->buddy_list, &area->free_list[migratetype]);
670 area->nr_free++;
677 struct free_area *area = &zone->free_area[order]; local
679 list_add_tail(&page->buddy_list, &area->free_list[migratetype]);
680 area->nr_free++;
691 struct free_area *area = &zone->free_area[order]; local
693 list_move_tail(&page->buddy_list, &area->free_list[migratetype]);
709 static inline struct page *get_page_from_free_area(struct free_area *area, argument
712 return list_first_entry_or_null(&area
1567 struct free_area *area; local
1846 find_suitable_fallback(struct free_area *area, unsigned int order, int migratetype, bool only_stealable, bool *can_steal) argument
1946 struct free_area *area = &(zone->free_area[order]); local
2009 struct free_area *area; local
3016 struct free_area *area = &z->free_area[o]; local
[all...]
/linux-master/arch/alpha/kernel/
H A Dcore_marvel.c697 struct vm_struct *area;
750 area = get_vm_area(size, VM_IOREMAP);
751 if (!area)
755 for (vaddr = (unsigned long)area->addr;
761 vfree(area->addr);
770 vfree(area->addr);
777 vaddr = (unsigned long)area->addr + (addr & ~PAGE_MASK);
688 struct vm_struct *area; local
/linux-master/sound/pci/mixart/
H A Dmixart.c289 flowinfo = (struct mixart_flowinfo *)chip->mgr->flowinfo.area;
293 bufferinfo = (struct mixart_bufferinfo *)chip->mgr->bufferinfo.area;
633 bufferinfo = (struct mixart_bufferinfo *)chip->mgr->bufferinfo.area;
1107 if(mgr->flowinfo.area) {
1109 mgr->flowinfo.area = NULL;
1112 if(mgr->bufferinfo.area) {
1114 mgr->bufferinfo.area = NULL;
1371 memset(mgr->flowinfo.area, 0, size);
1382 memset(mgr->bufferinfo.area, 0, size);
/linux-master/sound/soc/sof/intel/
H A Dhda-loader-skl.c119 phys_addr_t addr = virt_to_phys(dmab_data->area);
290 bdl = (__le32 *)dmab_bdl->area;
402 memcpy(dmab->area, curr_pos, size);

Completed in 266 milliseconds

1234567891011>>