Home
last modified time | relevance | path

Searched refs:bottom (Results 1 – 140 of 140) sorted by relevance

/linux-4.1.27/arch/x86/um/os-Linux/
Dtask_size.c70 unsigned long bottom = 0; in os_get_top_address() local
100 for (bottom = 0; bottom < top; bottom++) { in os_get_top_address()
101 if (page_ok(bottom)) in os_get_top_address()
106 if (bottom == top) { in os_get_top_address()
112 printf("0x%x\n", bottom << UM_KERN_PAGE_SHIFT); in os_get_top_address()
116 original = bottom; in os_get_top_address()
123 test = bottom + (top - bottom) / 2; in os_get_top_address()
125 bottom = test; in os_get_top_address()
128 } while (top - bottom > 1); in os_get_top_address()
/linux-4.1.27/drivers/media/pci/bt8xx/
Dbttv-risc.c470 if (NULL != btv->curr.bottom) btv->cap_ctl |= 0x01; in bttv_set_dma()
482 btv->cvbi ? (unsigned long long)btv->cvbi->bottom.dma : 0, in bttv_set_dma()
483 btv->curr.bottom ? (unsigned long long)btv->curr.bottom->bottom.dma : 0); in bttv_set_dma()
589 btcx_riscmem_free(btv->c.pci,&buf->bottom); in bttv_dma_free()
599 struct btcx_riscmem *bottom; in bttv_buffer_activate_vbi() local
604 bottom = NULL; in bttv_buffer_activate_vbi()
635 bottom = &vbi->bottom; in bttv_buffer_activate_vbi()
641 bttv_risc_hook(btv, RISC_SLOT_E_VBI, bottom, bottom_irq_flags); in bttv_buffer_activate_vbi()
651 if (NULL != set->top && NULL != set->bottom) { in bttv_buffer_activate_video()
652 if (set->top == set->bottom) { in bttv_buffer_activate_video()
[all …]
Dbttv-driver.c3442 btv->cvbi ? (unsigned long long)btv->cvbi->bottom.dma : 0); in bttv_print_riscaddr()
3446 btv->curr.bottom in bttv_print_riscaddr()
3447 ? (unsigned long long)btv->curr.bottom->bottom.dma : 0); in bttv_print_riscaddr()
3450 btv->screen ? (unsigned long long)btv->screen->bottom.dma : 0); in bttv_print_riscaddr()
3528 set->bottom = item; in bttv_irq_next_video()
3562 if (NULL == set->bottom && in bttv_irq_next_video()
3564 set->bottom = item; in bttv_irq_next_video()
3566 if (NULL != set->top && NULL != set->bottom) in bttv_irq_next_video()
3575 if (NULL == set->top && NULL == set->bottom) { in bttv_irq_next_video()
3577 set->bottom = btv->screen; in bttv_irq_next_video()
[all …]
Dbttvp.h167 struct btcx_riscmem bottom; member
175 struct bttv_buffer *bottom; /* bottom field buffer */ member
Dbttv-vbi.c177 rc = bttv_risc_packed(btv, &buf->bottom, in vbi_buffer_prepare()
201 vb, &buf->top, &buf->bottom, in vbi_buffer_prepare()
/linux-4.1.27/arch/arm/mach-omap1/
Dlcd_dma.c136 unsigned long top, bottom; in set_b1_regs() local
172 bottom = PIXADDR(lcd_dma.xres - 1, lcd_dma.yres - 1); in set_b1_regs()
177 bottom += 2; in set_b1_regs()
182 bottom = PIXADDR(0, lcd_dma.yres - 1); in set_b1_regs()
192 bottom = PIXADDR(lcd_dma.xres - 1, 0); in set_b1_regs()
197 bottom = PIXADDR(0, 0); in set_b1_regs()
207 bottom = PIXADDR(0, 0); in set_b1_regs()
212 bottom = PIXADDR(lcd_dma.xres - 1, 0); in set_b1_regs()
222 bottom = PIXADDR(0, lcd_dma.yres - 1); in set_b1_regs()
227 bottom = PIXADDR(lcd_dma.xres - 1, lcd_dma.yres - 1); in set_b1_regs()
[all …]
/linux-4.1.27/drivers/s390/scsi/
Dzfcp_fsf.c354 (unsigned long long)qtcb->bottom.support.req_handle); in zfcp_fsf_protstatus_eval()
465 struct fsf_qtcb_bottom_config *bottom = &req->qtcb->bottom.config; in zfcp_fsf_exchange_config_evaluate() local
471 nsp = (struct fc_els_flogi *) ((u8 *)&bottom->nport_serv_param in zfcp_fsf_exchange_config_evaluate()
473 plogi = (struct fc_els_flogi *) ((u8 *)&bottom->plogi_payload in zfcp_fsf_exchange_config_evaluate()
477 memcpy(req->data, bottom, sizeof(*bottom)); in zfcp_fsf_exchange_config_evaluate()
483 adapter->timer_ticks = bottom->timer_interval & ZFCP_FSF_TIMER_INT_MASK; in zfcp_fsf_exchange_config_evaluate()
484 adapter->stat_read_buf_num = max(bottom->status_read_buf_num, in zfcp_fsf_exchange_config_evaluate()
497 fc_host_port_id(shost) = ntoh24(bottom->s_id); in zfcp_fsf_exchange_config_evaluate()
499 zfcp_fsf_convert_portspeed(bottom->fc_link_speed); in zfcp_fsf_exchange_config_evaluate()
501 adapter->hydra_version = bottom->adapter_type; in zfcp_fsf_exchange_config_evaluate()
[all …]
Dzfcp_fsf.h415 union fsf_qtcb_bottom bottom; member
Dzfcp_dbf.c431 &(fsf->qtcb->bottom.io.fcp_rsp); in zfcp_dbf_scsi()
/linux-4.1.27/drivers/gpu/drm/qxl/
Dqxl_draw.c94 drawable->self_bitmap_area.bottom = 0; in make_drawable()
200 rect.bottom = y + height; in qxl_draw_opaque_fb()
231 drawable->u.copy.src_area.bottom = height; in qxl_draw_opaque_fb()
281 int left, right, top, bottom; in qxl_draw_dirty_fb() local
302 bottom = clips->y2; in qxl_draw_dirty_fb()
310 bottom = max_t(int, bottom, (int)clips_ptr->y2); in qxl_draw_dirty_fb()
314 height = bottom - top; in qxl_draw_dirty_fb()
334 drawable_rect.bottom = bottom; in qxl_draw_dirty_fb()
363 drawable->u.copy.src_area.bottom = height; in qxl_draw_dirty_fb()
382 rects[i].bottom = clips_ptr->y2; in qxl_draw_dirty_fb()
[all …]
Dqxl_ioctl.c322 .bottom = update_area->bottom}; in qxl_update_area_ioctl()
328 update_area->top >= update_area->bottom) in qxl_update_area_ioctl()
Dqxl_cmd.c344 area->right > surface_width || area->bottom > surface_height) { in qxl_io_update_area()
347 area->top, area->right, area->bottom, surface_width, surface_height); in qxl_io_update_area()
591 rect.bottom = surf->surf.height; in qxl_update_surface()
Dqxl_dev.h217 int32_t bottom; member
224 uint32_t bottom; member
Dqxl_fb.c267 rect.bottom = y + height; in qxl_fb_fillrect_internal()
Dqxl_display.c94 client_head->height = c_rect->bottom - c_rect->top; in qxl_display_copy_rom_client_monitors_config()
/linux-4.1.27/arch/sh/kernel/
Ddumpstack.c20 void dump_mem(const char *str, unsigned long bottom, unsigned long top) in dump_mem() argument
25 printk("%s(0x%08lx to 0x%08lx)\n", str, bottom, top); in dump_mem()
27 for (p = bottom & ~31; p < top; ) { in dump_mem()
33 if (p < bottom || p >= top) in dump_mem()
/linux-4.1.27/block/
Dblk-settings.c543 unsigned int top, bottom, alignment, ret = 0; in blk_stack_limits() local
572 bottom = max(b->physical_block_size, b->io_min) + alignment; in blk_stack_limits()
575 if (max(top, bottom) % min(top, bottom)) { in blk_stack_limits()
635 bottom = b->discard_granularity + alignment; in blk_stack_limits()
638 if ((max(top, bottom) % min(top, bottom)) != 0) in blk_stack_limits()
692 char top[BDEVNAME_SIZE], bottom[BDEVNAME_SIZE]; in disk_stack_limits() local
695 bdevname(bdev, bottom); in disk_stack_limits()
698 top, bottom); in disk_stack_limits()
/linux-4.1.27/drivers/staging/wlan-ng/
Dprism2sta.c680 hw->cap_sup_mfi.bottom = le16_to_cpu(hw->cap_sup_mfi.bottom); in prism2sta_getcardinfo()
686 hw->cap_sup_mfi.variant, hw->cap_sup_mfi.bottom, in prism2sta_getcardinfo()
703 hw->cap_sup_cfi.bottom = le16_to_cpu(hw->cap_sup_cfi.bottom); in prism2sta_getcardinfo()
709 hw->cap_sup_cfi.variant, hw->cap_sup_cfi.bottom, in prism2sta_getcardinfo()
726 hw->cap_sup_pri.bottom = le16_to_cpu(hw->cap_sup_pri.bottom); in prism2sta_getcardinfo()
732 hw->cap_sup_pri.variant, hw->cap_sup_pri.bottom, in prism2sta_getcardinfo()
749 hw->cap_sup_sta.bottom = le16_to_cpu(hw->cap_sup_sta.bottom); in prism2sta_getcardinfo()
756 hw->cap_sup_sta.variant, hw->cap_sup_sta.bottom, in prism2sta_getcardinfo()
762 hw->cap_sup_sta.variant, hw->cap_sup_sta.bottom, in prism2sta_getcardinfo()
780 hw->cap_act_pri_cfi.bottom = le16_to_cpu(hw->cap_act_pri_cfi.bottom); in prism2sta_getcardinfo()
[all …]
Dprism2fw.c310 priid.bottom = *data++; in prism2_fwapply()
612 rfid.bottom = le16_to_cpu(rfid.bottom); in mkpdrlist()
621 macid.bottom = le16_to_cpu(macid.bottom); in mkpdrlist()
1133 rfid.id, rfid.variant, rfid.bottom, rfid.top); in validate_identity()
1135 macid.id, macid.variant, macid.bottom, macid.top); in validate_identity()
1137 priid.id, priid.variant, priid.bottom, priid.top); in validate_identity()
1153 s3info[i].info.compat.bottom, in validate_identity()
1168 if ((s3info[i].info.compat.bottom > priid.top) in validate_identity()
1170 priid.bottom)) { in validate_identity()
Dhfa384x.h380 u16 bottom; member
947 u16 bottom; member
954 u16 bottom; member
/linux-4.1.27/drivers/media/pci/saa7134/
Dsaa7134-go7007.c61 u8 *bottom; member
245 go7007_parse_video_stream(go, saa->bottom, PAGE_SIZE); in saa7134_go7007_irq_ts_done()
265 virt_to_page(saa->bottom), in saa7134_go7007_stream_start()
452 saa->bottom = (u8 *)get_zeroed_page(GFP_KERNEL); in saa7134_go7007_init()
453 if (!saa->bottom) in saa7134_go7007_init()
478 if (saa->bottom) in saa7134_go7007_init()
479 free_page((unsigned long)saa->bottom); in saa7134_go7007_init()
500 free_page((unsigned long)saa->bottom); in saa7134_go7007_fini()
/linux-4.1.27/drivers/video/fbdev/
Dsh_mipi_dsi.c135 u32 tmp, top, bottom, delay, div; in sh_mipi_setup() local
311 bottom = 0x00000001; in sh_mipi_setup()
313 bottom = (pdata->lane * mode->hsync_len) - 10; in sh_mipi_setup()
314 iowrite32(top | bottom , mipi->linkbase + VMLEN1); in sh_mipi_setup()
323 bottom = 0x00000001; in sh_mipi_setup()
337 bottom = mode->right_margin; in sh_mipi_setup()
338 bottom = (pdata->lane * bottom / div) - 12; in sh_mipi_setup()
348 iowrite32(top | (bottom + delay) , mipi->linkbase + VMLEN2); in sh_mipi_setup()
Dfb-puv3.c146 int bottom = info->var.yres - 1; in unifb_prim_fillrect() local
150 bottom = (bottom << 16) | right; in unifb_prim_fillrect()
171 writel(bottom, UGE_CLIP1); in unifb_prim_fillrect()
236 int bottom = info->var.yres; in unifb_prim_copyarea() local
267 bottom = (bottom << 16) | right; in unifb_prim_copyarea()
276 writel(bottom, UGE_CLIP1); in unifb_prim_copyarea()
Darcfb.c300 unsigned int bottom, unsigned int left, unsigned int right) in arcfb_lcd_update_vert() argument
304 distance = (bottom - top) + 1; in arcfb_lcd_update_vert()
/linux-4.1.27/arch/unicore32/kernel/
Dtraps.c64 static void dump_mem(const char *lvl, const char *str, unsigned long bottom, in dump_mem() argument
80 lvl, str, bottom, top); in dump_mem()
82 for (first = bottom & ~31; first < top; first += 32) { in dump_mem()
90 if (p >= bottom && p < top) { in dump_mem()
/linux-4.1.27/drivers/scsi/
Dscsi_devinfo.c644 struct list_head *bottom; member
653 list_entry(dl->bottom, struct scsi_dev_info_list, in devinfo_seq_show()
656 if (devinfo_table->scsi_dev_info_list.next == dl->bottom && in devinfo_seq_show()
677 list_for_each(dl->bottom, &devinfo_table->scsi_dev_info_list) in devinfo_seq_start()
693 dl->bottom = dl->bottom->next; in devinfo_seq_next()
694 while (&devinfo_table->scsi_dev_info_list == dl->bottom) { in devinfo_seq_next()
703 dl->bottom = devinfo_table->scsi_dev_info_list.next; in devinfo_seq_next()
/linux-4.1.27/net/xfrm/
Dxfrm_replay.c26 u32 seq, seq_hi, bottom; in xfrm_replay_seqhi() local
34 bottom = replay_esn->seq - replay_esn->replay_window + 1; in xfrm_replay_seqhi()
38 if (unlikely(seq < bottom)) in xfrm_replay_seqhi()
42 if (unlikely(seq >= bottom)) in xfrm_replay_seqhi()
444 u32 bottom = top - wsize + 1; in xfrm_replay_check_esn() local
457 if (likely(seq > top) || seq < bottom) in xfrm_replay_check_esn()
461 if (likely(seq > top && seq < bottom)) in xfrm_replay_check_esn()
463 if (seq >= bottom) in xfrm_replay_check_esn()
/linux-4.1.27/arch/avr32/kernel/
Dprocess.c81 unsigned long bottom, unsigned long top) in dump_mem() argument
86 printk("%s%s(0x%08lx to 0x%08lx)\n", log_lvl, str, bottom, top); in dump_mem()
88 for (p = bottom & ~31; p < top; ) { in dump_mem()
94 if (p < bottom || p >= top) in dump_mem()
/linux-4.1.27/drivers/media/platform/s5p-g2d/
Dg2d-hw.c39 n = f->bottom & 0xFFF; in g2d_set_src_size()
64 n = f->bottom & 0xFFF; in g2d_set_dst_size()
Dg2d.h52 u32 bottom; member
Dg2d.c77 .bottom = DEFAULT_HEIGHT,
401 frm->bottom = frm->height; in vidioc_s_fmt()
477 f->bottom = f->o_height + f->c_height; in vidioc_s_crop()
/linux-4.1.27/drivers/video/fbdev/sis/
Dsis_accel.h250 #define SiS300SetupClipRB(right,bottom) \ argument
252 MMIO_OUT32(ivideo->mmio_vbase, BR(14), ((right) & 0xFFFF) | (bottom)<<16 );\
376 #define SiS310SetupClipRB(right,bottom) \ argument
378 MMIO_OUT32(ivideo->mmio_vbase, RIGHT_CLIP, ((right) & 0xFFFF) | (bottom)<<16 );\
/linux-4.1.27/arch/arm64/kernel/
Dtraps.c54 static void dump_mem(const char *lvl, const char *str, unsigned long bottom, in dump_mem() argument
69 printk("%s%s(0x%016lx to 0x%016lx)\n", lvl, str, bottom, top); in dump_mem()
71 for (first = bottom & ~31; first < top; first += 32) { in dump_mem()
79 if (p >= bottom && p < top) { in dump_mem()
/linux-4.1.27/drivers/gpu/drm/vmwgfx/
Dvmwgfx_kms.c65 out_rects[k].bottom = y2; in vmw_clip_cliprects()
460 int left, right, top, bottom; in do_surface_dirty_sou() local
499 bottom = clips->y2; in do_surface_dirty_sou()
507 bottom = max_t(int, bottom, (int)clips_ptr->y2); in do_surface_dirty_sou()
517 cmd->body.srcRect.bottom = bottom; in do_surface_dirty_sou()
536 clip.y2 = bottom - unit->crtc.y; in do_surface_dirty_sou()
551 cmd->body.destRect.bottom = clip.y2; in do_surface_dirty_sou()
924 blits[hit_num].body.destRect.bottom = clip_y2; in do_dmabuf_dirty_sou()
1236 int left, right, top, bottom; in vmw_kms_present() local
1271 bottom = clips->y + clips->h; in vmw_kms_present()
[all …]
Dsvga_reg.h399 int32 bottom; member
/linux-4.1.27/arch/sh/include/asm/
Dkdebug.h15 extern void dump_mem(const char *str, unsigned long bottom, unsigned long top);
/linux-4.1.27/Documentation/video4linux/cx2341x/
Dfw-osd-api.txt108 bottom right horizontal offset
110 bottom right vertical offset
123 bottom left horizontal offset
125 bottom left vertical offset
DREADME.hm1213 and from top to bottom. Each block is transmitted in turn, line-by-line.
21 to right, top to bottom. Each block is transmitted in turn, line-by-line.
Dfw-decoder-api.txt99 0=frame, 1=top field, 2=bottom field
Dfw-decoder-regs.txt459 screen. If the image exceeds the bottom edge both the source and
702 osd y coord for bottom edge
/linux-4.1.27/arch/mn10300/kernel/
Dtraps.c236 unsigned long bottom, stack, addr, fp, raslot; in show_trace() local
245 bottom = (stack + THREAD_SIZE) & ~(THREAD_SIZE - 1); in show_trace()
246 for (; stack < bottom; stack += sizeof(addr)) { in show_trace()
249 if (addr > stack && addr < bottom) { in show_trace()
/linux-4.1.27/arch/x86/kernel/
Dprocess_64.c522 unsigned long start, bottom, top, sp, fp, ip; in get_wchan() local
552 bottom = start + sizeof(struct thread_info); in get_wchan()
555 if (sp < bottom || sp > top) in get_wchan()
560 if (fp < bottom || fp > top) in get_wchan()
/linux-4.1.27/drivers/staging/speakup/
DDefaultKeyAssignments26 InsKeyPad-plus Say from reading cursor line to bottom of screen.
32 InsKeyPad-3 Move reading cursor to bottom of screen (insert pgdn)
Dspkguide.txt140 in the bottom right corner of the keypad. Speakup will shut up and stay
845 at the bottom right corner of the region to be cut, and cut it with the
1030 "speakup keypad 3 is go to bottom edge."
/linux-4.1.27/arch/arc/kernel/
Dhead.S125 ; set it's stack base to tsk->thread_info bottom
Dunwind.c1105 unsigned long top, bottom; in arc_unwind() local
1108 bottom = STACK_BOTTOM_UNW(frame->task); in arc_unwind()
1111 && bottom < UNW_FP(frame) in arc_unwind()
1114 && bottom > UNW_FP(frame) in arc_unwind()
1123 && link > bottom && link < UNW_FP(frame) in arc_unwind()
1125 && link > UNW_FP(frame) && link < bottom in arc_unwind()
/linux-4.1.27/fs/gfs2/
Dbmap.c717 struct buffer_head *bh, __be64 *top, __be64 *bottom, in do_strip() argument
756 for (p = top; p < bottom; p++) { in do_strip()
808 for (p = top; p < bottom; p++) { in do_strip()
876 __be64 *top, *bottom; in recursive_scan() local
888 bottom = (__be64 *)(bh->b_data + sizeof(struct gfs2_dinode)) + sdp->sd_diptrs; in recursive_scan()
897 bottom = (__be64 *)(bh->b_data + mh_size) + sdp->sd_inptrs; in recursive_scan()
900 error = do_strip(ip, dibh, bh, top, bottom, height, sm); in recursive_scan()
908 for (; top < bottom; top++, first = 0) { in recursive_scan()
/linux-4.1.27/drivers/video/fbdev/kyro/
DSTG4000Interface.h57 u32 right, u32 bottom);
DSTG4000OverlayDevice.c319 u32 right, u32 bottom) in SetOverlayViewPort() argument
354 srcDest.ulDstY2 = bottom; in SetOverlayViewPort()
/linux-4.1.27/include/video/
Dmbxfb.h81 __u8 bottom; member
/linux-4.1.27/arch/arm/kernel/
Dtraps.c96 static void dump_mem(const char *lvl, const char *str, unsigned long bottom, in dump_mem() argument
111 printk("%s%s(0x%08lx to 0x%08lx)\n", lvl, str, bottom, top); in dump_mem()
113 for (first = bottom & ~31; first < top; first += 32) { in dump_mem()
121 if (p >= bottom && p < top) { in dump_mem()
Dhead.S192 str r3, [r0], #4 @ set bottom PGD entry bits
194 str r3, [r0], #4 @ set bottom PGD entry bits
203 add r4, r4, #4 @ we only write the bottom word
Dentry-armv.S271 ldrh r9, [r4] @ bottom 16 bits
/linux-4.1.27/include/uapi/drm/
Dqxl_drm.h99 uint32_t bottom; member
/linux-4.1.27/drivers/staging/panel/
Dlcd-panel-cgram.txt7 top of the character to the bottom. On a 5x7 matrix, only the 5 lower
/linux-4.1.27/drivers/media/usb/gspca/
Dmars.c143 static void setilluminators(struct gspca_dev *gspca_dev, bool top, bool bottom) in setilluminators() argument
149 else if (bottom) in setilluminators()
/linux-4.1.27/drivers/net/ethernet/cadence/
Dmacb.c107 u32 bottom; in macb_set_hwaddr() local
110 bottom = cpu_to_le32(*((u32 *)bp->dev->dev_addr)); in macb_set_hwaddr()
111 macb_or_gem_writel(bp, SA1B, bottom); in macb_set_hwaddr()
127 u32 bottom; in macb_get_hwaddr() local
136 bottom = macb_or_gem_readl(bp, SA1B + i * 8); in macb_get_hwaddr()
140 addr[5] = bottom & 0xff; in macb_get_hwaddr()
141 addr[4] = (bottom >> 8) & 0xff; in macb_get_hwaddr()
142 addr[3] = (bottom >> 16) & 0xff; in macb_get_hwaddr()
143 addr[2] = (bottom >> 24) & 0xff; in macb_get_hwaddr()
147 addr[0] = bottom & 0xff; in macb_get_hwaddr()
[all …]
/linux-4.1.27/Documentation/
Dbraille-console.txt22 page up/down keys go at the top/bottom of the screen, and the home key goes back
Drobust-futex-ABI.txt63 of the thread holding the lock in the bottom 29 bits. See further
141 3) add the lock entry, with its thread id (TID) in the bottom 29 bits
154 the list starting at 'head'. For each such address, if the bottom 29
Dpreempt-locking.txt133 be made. Do note that calls from interrupt context or bottom half/ tasklets
Dunicode.txt108 system with 10 digits, and is written left-to-right, top-to-bottom.
Demail-clients.txt122 At the bottom of your email, put the commonly-used patch delimiter before
Dkernel-docs.txt163 Keywords: interrupts, irqs, DMA, bottom halves, task queues.
357 condition, bottom halves, tasklets, softirqs.
Dsvga.txt215 bottom of the display containing already scrolled-out text, your VGA BIOS
Dcpu-hotplug.txt254 - timers/bottom half/task lets are also migrated to a new CPU
Dkobject.txt45 We'll look at how to create and manipulate all of these types. A bottom-up
Dpinctrl.txt444 On the bottom row at { A1, B1, C1, D1, E1, F1, G1, H1 } we have something
1159 Will be that you activate all the three bottom records in the mapping at
DHOWTO11 to the maintainer of this file, who is listed at the bottom of the
Dkernel-parameters.txt3244 the bottom of the address space.
/linux-4.1.27/drivers/media/platform/vivid/
Dvivid-vid-common.c645 int right, bottom; in rect_intersect() local
649 bottom = min(a->top + a->height, b->top + b->height); in rect_intersect()
651 r.height = max(0, bottom - r.top); in rect_intersect()
Dvivid-tpg.c1777 unsigned bottom = b->top + b->height - 1; in tpg_fill_plane_extras() local
1782 frame_line == bottom || frame_line == bottom - 1) { in tpg_fill_plane_extras()
/linux-4.1.27/arch/metag/lib/
Dmemset.S13 ANDS D0Ar4,D1Ar1,#7 ! Extract bottom LSBs of dst
/linux-4.1.27/fs/hfs/
Dhfs.h100 __be16 bottom; member
/linux-4.1.27/arch/mn10300/lib/
Dmemmove.S25 # fall back to memcpy if dst < src to work bottom up
/linux-4.1.27/drivers/media/platform/s5p-mfc/
Ds5p_mfc_dec.c771 u32 left, right, top, bottom; in vidioc_g_crop() local
784 bottom = top >> S5P_FIMV_SHARED_CROP_BOTTOM_SHIFT; in vidioc_g_crop()
789 cr->c.height = ctx->img_height - top - bottom; in vidioc_g_crop()
792 cr->c.width, cr->c.height, right, bottom, in vidioc_g_crop()
/linux-4.1.27/drivers/block/paride/
DKconfig115 Series noted on the bottom of the drive. Series 6 drivers will.
118 bottom, enable this option.
133 on the bottom of the drive. Series 5 drivers don't always have it
137 bottom, enable this option.
/linux-4.1.27/arch/arm/boot/compressed/
Dll_char_wr.S59 add r0, r0, r5, lsl #3 @ Move to bottom of character
/linux-4.1.27/Documentation/frv/
Dfeatures.txt22 bottom 32 GR registers and no FR registers will be used by the kernel
95 bottom of SDRAM, (3) adjusts the bus controller registers to move I/O
100 inaccessible so that NULL pointer errors can be caught; and (2) the bottom
/linux-4.1.27/arch/arm/boot/dts/
Dorion5x-maxtor-shared-storage-2.dts63 * as a bottom-type device. This could cause risks of
Dorion5x-lacie-ethernet-disk-mini-v2.dts84 * as a bottom-type device. This could cause risks of
Dorion5x-lacie-d2-network.dts103 * as a bottom-type device. This could cause risks of
Dtegra124-nyan.dtsi42 /* Debug connector on the bottom of the board near SD card. */
/linux-4.1.27/drivers/net/wireless/hostap/
Dhostap_common.h193 __le16 bottom; member
/linux-4.1.27/Documentation/fb/
Dtridentfb.txt56 at the bottom this might help by not letting change to that mode
Dframebuffer.txt164 from the top to the bottom of the screen. By modifying the intensity of the
Dmatroxfb.txt246 lower:X - bottom boundary: lines between end of picture and start of VSYNC
/linux-4.1.27/fs/hfsplus/
Dhfsplus_raw.h229 __be16 bottom; member
/linux-4.1.27/Documentation/devicetree/bindings/arm/
Dfw-cfg.txt12 DTB that QEMU places at the bottom of the guest's DRAM.
Dtopology.txt19 The bottom hierarchy level sits at core or thread level depending on whether
/linux-4.1.27/Documentation/s390/
D3270.txt142 lines near the bottom. Use TAB to move to the bottom line,
186 The log area takes up all but the bottom two lines of the screen. The
Dcds.txt339 bottom-half, unless a non deterministically long running error recovery procedure
DDebugging390.txt400 This is the code that gcc produces at the top & the bottom of
/linux-4.1.27/drivers/gpu/drm/gma500/
Dpsb_intel_sdvo.c159 struct drm_property *bottom; member
1749 psb_intel_sdvo_connector->bottom, val); in psb_intel_sdvo_set_property()
1759 } else if (psb_intel_sdvo_connector->bottom == property) { in psb_intel_sdvo_set_property()
2381 psb_intel_sdvo_connector->bottom = in psb_intel_sdvo_create_enhance_property_tv()
2383 if (!psb_intel_sdvo_connector->bottom) in psb_intel_sdvo_create_enhance_property_tv()
2387 psb_intel_sdvo_connector->bottom, in psb_intel_sdvo_create_enhance_property_tv()
/linux-4.1.27/Documentation/networking/
Dpktgen.txt164 Do not set the bottom of stack bit,
166 set the bottom of stack bit, that
Dieee802154.txt7 The IEEE 802.15.4 working group focuses on standardization of bottom
Dscaling.txt113 RPS is called during bottom half of the receive interrupt handler, when
133 the end of the bottom half routine, IPIs are sent to any CPUs for which
Dnetdev-FAQ.txt112 the bottom of the priority list.
Dspider_net.txt194 marks a descr about 1/4th of the way from the bottom of the queue, so
Dvortex.txt348 the bottom of the problem.
Darcnet-hardware.txt987 labelled) the same as on the PC270, from top to bottom: EXT2, EXT1, ROM,
1119 There is a jumper array at the bottom of the card, near the edge
2800 Setting the jumpers to ON means connecting the upper two pins, off the bottom
/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_sdvo.c169 struct drm_property *bottom; member
2136 intel_sdvo_connector->bottom, val); in intel_sdvo_set_property()
2146 } else if (intel_sdvo_connector->bottom == property) { in intel_sdvo_set_property()
2830 intel_sdvo_connector->bottom = in intel_sdvo_create_enhance_property_tv()
2833 if (!intel_sdvo_connector->bottom) in intel_sdvo_create_enhance_property_tv()
2837 intel_sdvo_connector->bottom, in intel_sdvo_create_enhance_property_tv()
/linux-4.1.27/Documentation/x86/x86_64/
Dkernel-stacks9 except for the thread_info structure at the bottom.
/linux-4.1.27/drivers/video/fbdev/mbx/
Dmbxfb.c474 if (porder->bottom == porder->top) in mbxfb_ioctl_planeorder()
483 switch (porder->bottom) { in mbxfb_ioctl_planeorder()
/linux-4.1.27/drivers/media/platform/omap3isp/
Disppreview.c1828 unsigned int bottom = sink->height - PREV_MARGIN_BOTTOM; in preview_try_crop() local
1849 bottom -= 2; in preview_try_crop()
1857 crop->top = clamp_t(u32, crop->top, top, bottom - PREV_MIN_OUT_HEIGHT); in preview_try_crop()
1861 bottom - crop->top); in preview_try_crop()
/linux-4.1.27/Documentation/scsi/
Daha152x.txt9 bottom-half handler complete()).
Dscsi_mid_low_api.txt1218 unchecked_isa_dma - 1=>only use bottom 16 MB of ram (ISA DMA addressing
/linux-4.1.27/arch/m68k/ifpsp060/
Disp.doc86 (bottom of module)
DTEST.DOC72 (bottom of module)
Dfpsp.doc78 (bottom of module)
/linux-4.1.27/Documentation/security/
Dkeys-request-key.txt103 search notes that the session keyring has auth key V in its bottom level.
/linux-4.1.27/fs/jffs2/
DREADME.Locking80 to be called from bottom-half (timer) context (on the basis that nobody
/linux-4.1.27/drivers/infiniband/hw/qib/
Dqib_diag.c753 if (addr >= op->bottom && addr <= op->top) in diag_get_observer()
Dqib.h714 u32 bottom; member
/linux-4.1.27/Documentation/input/
Delantech.txt279 ds1 = 1 when bottom right corner tapped
280 ds2 = 1 when bottom left corner tapped
Datarikbd.txt325 This command makes the origin of the Y axis to be at the bottom of the
580 0x90 ( returns 0x0F Y=0 at bottom
Djoystick.txt461 There is one caveat with the SpaceOrb. The button #6, the on the bottom
/linux-4.1.27/arch/x86/crypto/sha-mb/
Dsha1_x8_avx2.S104 # process bottom half (r4..r7) {e...h}
/linux-4.1.27/Documentation/filesystems/
Doverlayfs.txt175 top, lower2 the middle and lower3 the bottom layer.
Dntfs.txt285 dynamic disks and all the volumes on them. At the bottom you will see the
Dvfs.txt238 or bottom half).
/linux-4.1.27/Documentation/video4linux/
Dvivid.txt299 visible. For 50 Hz standards the top field is the oldest and the bottom field
300 is the newest in time. For 60 Hz standards that is reversed: the bottom field
304 contain the top field for 50 Hz standards and the bottom field for 60 Hz
1023 FIELD_ALTERNATE, then only the top or bottom fields will be copied to the overlay.
/linux-4.1.27/Documentation/RCU/
Dstallwarn.txt189 o A CPU looping with bottom halves disabled. This condition can
Dchecklist.txt218 in cases where local bottom halves are already known to be
/linux-4.1.27/scripts/
Danalyze_suspend.py2365 .time2 {font: 15px Arial;border-bottom:1px solid;border-left:1px solid;border-right:1px solid;}\n\
2384 .legend {position: relative; width: 100%; height: 40px; text-align: center;margin-bottom:20px}\n\
2386 button {height:40px;width:200px;margin-bottom:20px;margin-top:20px;font-size:24px;}\n\
/linux-4.1.27/arch/arm64/
DKconfig404 part, a load at EL0 from a virtual address that matches the bottom 32
/linux-4.1.27/scripts/kconfig/
Dqconf.cc829 if (e->y() <= header()->geometry().bottom()) { in contextMenuEvent()
Dzconf.tab.c_shipped319 /* The OS might guarantee only one guard page at the bottom of the stack,
/linux-4.1.27/arch/sh/kernel/cpu/sh5/
Dentry.S684 bge SP, r6, tr0 ! ? below 1k from bottom of stack : danger zone
/linux-4.1.27/Documentation/spi/
Dspi-summary438 While "spi_device" would be the bottom boundary of the driver, the
/linux-4.1.27/Documentation/netlabel/
Ddraft-ietf-cipso-ipsecurity-01.txt413 label. This tag may contain a maximum of 7 category pairs. The bottom
/linux-4.1.27/arch/powerpc/
DKconfig1053 # This value must have zeroes in the bottom 60 bits otherwise lots will break
/linux-4.1.27/Documentation/devicetree/
Dbooting-without-of.txt475 bottom):
734 made of 3 cells, the bottom two containing the actual address itself
/linux-4.1.27/scripts/genksyms/
Dparse.tab.c_shipped329 /* The OS might guarantee only one guard page at the bottom of the stack,
/linux-4.1.27/scripts/dtc/
Ddtc-parser.tab.c_shipped331 /* The OS might guarantee only one guard page at the bottom of the stack,
/linux-4.1.27/Documentation/x86/
Dboot.txt793 in the real-mode accessible memory in bottom megabyte.
/linux-4.1.27/Documentation/power/
Ddevices.txt253 walked in a bottom-up order to suspend devices. A top-down order is
/linux-4.1.27/Documentation/filesystems/cifs/
DREADME544 SFU does). In the future the bottom 9 bits of the
/linux-4.1.27/Documentation/block/
Dbiodoc.txt286 it possible to perform bottom up validation of the i/o path, layer by
/linux-4.1.27/drivers/scsi/aic7xxx/
Daic7xxx.seq989 * store the bottom byte of the next S/G pointer in
Daic79xx.seq1815 * store the bottom byte of the next S/G pointer in