Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/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.c3443 btv->cvbi ? (unsigned long long)btv->cvbi->bottom.dma : 0); in bttv_print_riscaddr()
3447 btv->curr.bottom in bttv_print_riscaddr()
3448 ? (unsigned long long)btv->curr.bottom->bottom.dma : 0); in bttv_print_riscaddr()
3451 btv->screen ? (unsigned long long)btv->screen->bottom.dma : 0); in bttv_print_riscaddr()
3529 set->bottom = item; in bttv_irq_next_video()
3563 if (NULL == set->bottom && in bttv_irq_next_video()
3565 set->bottom = item; in bttv_irq_next_video()
3567 if (NULL != set->top && NULL != set->bottom) in bttv_irq_next_video()
3576 if (NULL == set->top && NULL == set->bottom) { in bttv_irq_next_video()
3578 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.4.14/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.4.14/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.4.14/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.c308 .bottom = update_area->bottom}; in qxl_update_area_ioctl()
314 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_display.c94 client_head->height = c_rect->bottom - c_rect->top; in qxl_display_copy_rom_client_monitors_config()
/linux-4.4.14/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.4.14/block/
Dblk-settings.c521 unsigned int top, bottom, alignment, ret = 0; in blk_stack_limits() local
553 bottom = max(b->physical_block_size, b->io_min) + alignment; in blk_stack_limits()
556 if (max(top, bottom) % min(top, bottom)) { in blk_stack_limits()
616 bottom = b->discard_granularity + alignment; in blk_stack_limits()
619 if ((max(top, bottom) % min(top, bottom)) != 0) in blk_stack_limits()
675 char top[BDEVNAME_SIZE], bottom[BDEVNAME_SIZE]; in disk_stack_limits() local
678 bdevname(bdev, bottom); in disk_stack_limits()
681 top, bottom); in disk_stack_limits()
/linux-4.4.14/drivers/staging/wlan-ng/
Dprism2sta.c685 hw->cap_sup_mfi.bottom = le16_to_cpu(hw->cap_sup_mfi.bottom); in prism2sta_getcardinfo()
691 hw->cap_sup_mfi.variant, hw->cap_sup_mfi.bottom, in prism2sta_getcardinfo()
709 hw->cap_sup_cfi.bottom = le16_to_cpu(hw->cap_sup_cfi.bottom); in prism2sta_getcardinfo()
715 hw->cap_sup_cfi.variant, hw->cap_sup_cfi.bottom, in prism2sta_getcardinfo()
733 hw->cap_sup_pri.bottom = le16_to_cpu(hw->cap_sup_pri.bottom); in prism2sta_getcardinfo()
739 hw->cap_sup_pri.variant, hw->cap_sup_pri.bottom, in prism2sta_getcardinfo()
757 hw->cap_sup_sta.bottom = le16_to_cpu(hw->cap_sup_sta.bottom); in prism2sta_getcardinfo()
764 hw->cap_sup_sta.variant, hw->cap_sup_sta.bottom, in prism2sta_getcardinfo()
770 hw->cap_sup_sta.variant, hw->cap_sup_sta.bottom, in prism2sta_getcardinfo()
789 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()
611 rfid.bottom = le16_to_cpu(rfid.bottom); in mkpdrlist()
620 macid.bottom = le16_to_cpu(macid.bottom); in mkpdrlist()
1134 rfid.id, rfid.variant, rfid.bottom, rfid.top); in validate_identity()
1136 macid.id, macid.variant, macid.bottom, macid.top); in validate_identity()
1138 priid.id, priid.variant, priid.bottom, priid.top); in validate_identity()
1154 s3info[i].info.compat.bottom, in validate_identity()
1169 if ((s3info[i].info.compat.bottom > priid.top) in validate_identity()
1171 priid.bottom)) { in validate_identity()
Dhfa384x.h380 u16 bottom; member
947 u16 bottom; member
954 u16 bottom; member
/linux-4.4.14/drivers/media/pci/saa7134/
Dsaa7134-go7007.c62 u8 *bottom; member
246 go7007_parse_video_stream(go, saa->bottom, PAGE_SIZE); in saa7134_go7007_irq_ts_done()
266 virt_to_page(saa->bottom), in saa7134_go7007_stream_start()
453 saa->bottom = (u8 *)get_zeroed_page(GFP_KERNEL); in saa7134_go7007_init()
454 if (!saa->bottom) in saa7134_go7007_init()
479 if (saa->bottom) in saa7134_go7007_init()
480 free_page((unsigned long)saa->bottom); in saa7134_go7007_init()
501 free_page((unsigned long)saa->bottom); in saa7134_go7007_fini()
/linux-4.4.14/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.4.14/drivers/gpu/drm/vmwgfx/
Dvmwgfx_stdu.c62 s32 left, right, top, bottom; member
295 s32 left, s32 right, s32 top, s32 bottom) in vmw_stdu_populate_update() argument
306 update->body.rect.h = bottom - top; in vmw_stdu_populate_update()
767 ddirty->bottom = max_t(s32, ddirty->bottom, dirty->unit_y2); in vmw_stdu_dmabuf_clip()
811 ddirty->top, ddirty->bottom); in vmw_stdu_dmabuf_fifo_commit()
817 ddirty->right = ddirty->bottom = S32_MIN; in vmw_stdu_dmabuf_fifo_commit()
867 ddirty.right = ddirty.bottom = S32_MIN; in vmw_kms_stdu_dma()
921 sdirty->bottom = max_t(s32, sdirty->bottom, dirty->unit_y2); in vmw_kms_stdu_surface_clip()
964 sdirty->right, sdirty->top, sdirty->bottom); in vmw_kms_stdu_surface_fifo_commit()
969 sdirty->right = sdirty->bottom = S32_MIN; in vmw_kms_stdu_surface_fifo_commit()
[all …]
Dvmwgfx_scrn.c53 s32 left, right, top, bottom; member
755 cmd->body.destRect.bottom = sdirty->bottom; in vmw_sou_surface_fifo_commit()
760 cmd->body.srcRect.bottom = sdirty->bottom + trans_y; in vmw_sou_surface_fifo_commit()
770 blit->bottom -= sdirty->top; in vmw_sou_surface_fifo_commit()
776 sdirty->right = sdirty->bottom = S32_MIN; in vmw_sou_surface_fifo_commit()
799 blit->bottom = dirty->unit_y2; in vmw_sou_surface_clip()
805 sdirty->bottom = max_t(s32, sdirty->bottom, dirty->unit_y2); in vmw_sou_surface_clip()
861 sdirty.right = sdirty.bottom = S32_MIN; in vmw_kms_sou_do_surface_dirty()
906 blit->body.destRect.bottom = dirty->unit_y2; in vmw_sou_dmabuf_clip()
998 blit->body.srcRect.bottom = dirty->unit_y2; in vmw_sou_readback_clip()
/linux-4.4.14/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.4.14/drivers/scsi/
Dscsi_devinfo.c615 struct list_head *bottom; member
624 list_entry(dl->bottom, struct scsi_dev_info_list, in devinfo_seq_show()
627 if (devinfo_table->scsi_dev_info_list.next == dl->bottom && in devinfo_seq_show()
648 list_for_each(dl->bottom, &devinfo_table->scsi_dev_info_list) in devinfo_seq_start()
664 dl->bottom = dl->bottom->next; in devinfo_seq_next()
665 while (&devinfo_table->scsi_dev_info_list == dl->bottom) { in devinfo_seq_next()
674 dl->bottom = devinfo_table->scsi_dev_info_list.next; in devinfo_seq_next()
/linux-4.4.14/drivers/gpu/drm/virtio/
Dvirtgpu_fb.c128 int left, right, top, bottom; in virtio_gpu_surface_dirty() local
141 bottom = clips->y2; in virtio_gpu_surface_dirty()
149 bottom = max_t(int, bottom, (int)clips_ptr->y2); in virtio_gpu_surface_dirty()
154 right - left, bottom - top); in virtio_gpu_surface_dirty()
157 left, top, right - left, bottom - top); in virtio_gpu_surface_dirty()
/linux-4.4.14/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.4.14/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.4.14/arch/x86/kernel/
Dprocess.c520 unsigned long start, bottom, top, sp, fp, ip; in get_wchan() local
550 bottom = start + sizeof(struct thread_info); in get_wchan()
553 if (sp < bottom || sp > top) in get_wchan()
558 if (fp < bottom || fp > top) in get_wchan()
/linux-4.4.14/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,
402 frm->bottom = frm->height; in vidioc_s_fmt()
478 f->bottom = f->o_height + f->c_height; in vidioc_s_crop()
/linux-4.4.14/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.4.14/arch/sh/include/asm/
Dkdebug.h15 extern void dump_mem(const char *str, unsigned long bottom, unsigned long top);
/linux-4.4.14/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.4.14/arch/arm64/kernel/
Dtraps.c57 static void dump_mem(const char *lvl, const char *str, unsigned long bottom, in dump_mem() argument
73 printk("%s%s(0x%016lx to 0x%016lx)\n", lvl, str, bottom, top); in dump_mem()
75 for (first = bottom & ~31; first < top; first += 32) { in dump_mem()
84 if (p >= bottom && p < top) { in dump_mem()
/linux-4.4.14/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.4.14/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.4.14/arch/arc/kernel/
Dhead.S130 ; set it's stack base to tsk->thread_info bottom
Dunwind.c1087 unsigned long top, bottom; in arc_unwind() local
1090 bottom = STACK_BOTTOM_UNW(frame->task); in arc_unwind()
1093 && bottom < UNW_FP(frame) in arc_unwind()
1096 && bottom > UNW_FP(frame) in arc_unwind()
1105 && link > bottom && link < UNW_FP(frame) in arc_unwind()
1107 && link > UNW_FP(frame) && link < bottom in arc_unwind()
/linux-4.4.14/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.4.14/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.S209 str r3, [r0], #4 @ set bottom PGD entry bits
211 str r3, [r0], #4 @ set bottom PGD entry bits
220 add r4, r4, #4 @ we only write the bottom word
Dentry-armv.S278 ldrh r9, [r4] @ bottom 16 bits
/linux-4.4.14/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.4.14/include/video/
Dmbxfb.h81 __u8 bottom; member
/linux-4.4.14/include/uapi/drm/
Dqxl_drm.h99 uint32_t bottom; member
/linux-4.4.14/drivers/staging/panel/
Dlcd-panel-cgram.txt7 top of the character to the bottom. On a 5x7 matrix, only the 5 lower
/linux-4.4.14/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.4.14/drivers/net/ethernet/cadence/
Dmacb.c160 u32 bottom; in macb_set_hwaddr() local
163 bottom = cpu_to_le32(*((u32 *)bp->dev->dev_addr)); in macb_set_hwaddr()
164 macb_or_gem_writel(bp, SA1B, bottom); in macb_set_hwaddr()
180 u32 bottom; in macb_get_hwaddr() local
189 bottom = macb_or_gem_readl(bp, SA1B + i * 8); in macb_get_hwaddr()
193 addr[5] = bottom & 0xff; in macb_get_hwaddr()
194 addr[4] = (bottom >> 8) & 0xff; in macb_get_hwaddr()
195 addr[3] = (bottom >> 16) & 0xff; in macb_get_hwaddr()
196 addr[2] = (bottom >> 24) & 0xff; in macb_get_hwaddr()
200 addr[0] = bottom & 0xff; in macb_get_hwaddr()
[all …]
/linux-4.4.14/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
1170 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.txt3364 the bottom of the address space.
/linux-4.4.14/drivers/media/platform/vivid/
Dvivid-vid-common.c670 int right, bottom; in rect_intersect() local
674 bottom = min(a->top + a->height, b->top + b->height); in rect_intersect()
676 r.height = max(0, bottom - r.top); in rect_intersect()
Dvivid-tpg.c1967 unsigned bottom = b->top + b->height - 1; in tpg_fill_plane_extras() local
1972 frame_line == bottom || frame_line == bottom - 1) { in tpg_fill_plane_extras()
/linux-4.4.14/arch/metag/lib/
Dmemset.S13 ANDS D0Ar4,D1Ar1,#7 ! Extract bottom LSBs of dst
/linux-4.4.14/fs/hfs/
Dhfs.h100 __be16 bottom; member
/linux-4.4.14/arch/mn10300/lib/
Dmemmove.S25 # fall back to memcpy if dst < src to work bottom up
/linux-4.4.14/drivers/media/platform/s5p-mfc/
Ds5p_mfc_dec.c776 u32 left, right, top, bottom; in vidioc_g_crop() local
789 bottom = top >> S5P_FIMV_SHARED_CROP_BOTTOM_SHIFT; in vidioc_g_crop()
794 cr->c.height = ctx->img_height - top - bottom; in vidioc_g_crop()
797 cr->c.width, cr->c.height, right, bottom, in vidioc_g_crop()
/linux-4.4.14/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.4.14/arch/arm/boot/compressed/
Dll_char_wr.S59 add r0, r0, r5, lsl #3 @ Move to bottom of character
/linux-4.4.14/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.4.14/Documentation/x86/
Dkernel-stacks12 except for the thread_info structure at the bottom.
111 the kernel stack(s) [*], from stack top to stack bottom, and print out
Dboot.txt793 in the real-mode accessible memory in bottom megabyte.
/linux-4.4.14/arch/arm/boot/dts/
Dorion5x-lacie-ethernet-disk-mini-v2.dts84 * as a bottom-type device. This could cause risks of
Dorion5x-maxtor-shared-storage-2.dts63 * 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
Dorion5x-lswsgl.dts121 label = "lswsgl:power:blue:bottom";
Dtegra124-nyan.dtsi42 /* Debug connector on the bottom of the board near SD card. */
/linux-4.4.14/drivers/net/wireless/hostap/
Dhostap_common.h193 __le16 bottom; member
/linux-4.4.14/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.4.14/fs/hfsplus/
Dhfsplus_raw.h229 __be16 bottom; member
/linux-4.4.14/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.4.14/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.4.14/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.4.14/drivers/gpu/drm/i915/
Dintel_sdvo.c174 struct drm_property *bottom; member
2119 intel_sdvo_connector->bottom, val); in intel_sdvo_set_property()
2129 } else if (intel_sdvo_connector->bottom == property) { in intel_sdvo_set_property()
2816 intel_sdvo_connector->bottom = in intel_sdvo_create_enhance_property_tv()
2819 if (!intel_sdvo_connector->bottom) in intel_sdvo_create_enhance_property_tv()
2823 intel_sdvo_connector->bottom, in intel_sdvo_create_enhance_property_tv()
/linux-4.4.14/drivers/gpu/drm/vmwgfx/device_include/
Dsvga_reg.h603 int32 bottom; member
/linux-4.4.14/Documentation/networking/
Dpktgen.txt184 Do not set the bottom of stack bit,
186 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.4.14/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.4.14/drivers/media/platform/omap3isp/
Disppreview.c1824 unsigned int bottom = sink->height - PREV_MARGIN_BOTTOM; in preview_try_crop() local
1845 bottom -= 2; in preview_try_crop()
1853 crop->top = clamp_t(u32, crop->top, top, bottom - PREV_MIN_OUT_HEIGHT); in preview_try_crop()
1857 bottom - crop->top); in preview_try_crop()
/linux-4.4.14/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.4.14/arch/m68k/ifpsp060/
Disp.doc86 (bottom of module)
Dfpsp.doc78 (bottom of module)
DTEST.DOC72 (bottom of module)
/linux-4.4.14/Documentation/device-mapper/
Dcache-policies.txt109 based on their hit count (~ln(hit count)). This means the bottom
/linux-4.4.14/Documentation/security/
Dkeys-request-key.txt103 search notes that the session keyring has auth key V in its bottom level.
/linux-4.4.14/fs/jffs2/
DREADME.Locking80 to be called from bottom-half (timer) context (on the basis that nobody
/linux-4.4.14/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.4.14/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.4.14/arch/x86/crypto/sha-mb/
Dsha1_x8_avx2.S104 # process bottom half (r4..r7) {e...h}
/linux-4.4.14/Documentation/filesystems/
Doverlayfs.txt176 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.4.14/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
1031 FIELD_ALTERNATE, then only the top or bottom fields will be copied to the overlay.
/linux-4.4.14/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.4.14/Documentation/RCU/
Dstallwarn.txt198 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.4.14/scripts/kconfig/
Dqconf.cc873 if (e->y() <= header()->geometry().bottom()) { in contextMenuEvent()
Dzconf.tab.c_shipped332 /* The OS might guarantee only one guard page at the bottom of the stack,
/linux-4.4.14/arch/arm64/
DKconfig349 part, a load at EL0 from a virtual address that matches the bottom 32
/linux-4.4.14/arch/sh/kernel/cpu/sh5/
Dentry.S684 bge SP, r6, tr0 ! ? below 1k from bottom of stack : danger zone
/linux-4.4.14/Documentation/spi/
Dspi-summary438 While "spi_device" would be the bottom boundary of the driver, the
/linux-4.4.14/arch/powerpc/
DKconfig1056 # This value must have zeroes in the bottom 60 bits otherwise lots will break
/linux-4.4.14/Documentation/netlabel/
Ddraft-ietf-cipso-ipsecurity-01.txt413 label. This tag may contain a maximum of 7 category pairs. The bottom
/linux-4.4.14/Documentation/devicetree/
Dbooting-without-of.txt475 bottom):
734 made of 3 cells, the bottom two containing the actual address itself
/linux-4.4.14/scripts/genksyms/
Dparse.tab.c_shipped341 /* The OS might guarantee only one guard page at the bottom of the stack,
/linux-4.4.14/Documentation/power/
Ddevices.txt253 walked in a bottom-up order to suspend devices. A top-down order is
/linux-4.4.14/scripts/dtc/
Ddtc-parser.tab.c_shipped338 /* The OS might guarantee only one guard page at the bottom of the stack,
/linux-4.4.14/Documentation/filesystems/cifs/
DREADME544 SFU does). In the future the bottom 9 bits of the
/linux-4.4.14/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
/linux-4.4.14/Documentation/block/
Dbiodoc.txt286 it possible to perform bottom up validation of the i/o path, layer by