/linux-4.1.27/arch/x86/um/os-Linux/ |
D | task_size.c | 70 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/ |
D | bttv-risc.c | 470 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 …]
|
D | bttv-driver.c | 3442 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 …]
|
D | bttvp.h | 167 struct btcx_riscmem bottom; member 175 struct bttv_buffer *bottom; /* bottom field buffer */ member
|
D | bttv-vbi.c | 177 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/ |
D | lcd_dma.c | 136 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/ |
D | zfcp_fsf.c | 354 (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 …]
|
D | zfcp_fsf.h | 415 union fsf_qtcb_bottom bottom; member
|
D | zfcp_dbf.c | 431 &(fsf->qtcb->bottom.io.fcp_rsp); in zfcp_dbf_scsi()
|
/linux-4.1.27/drivers/gpu/drm/qxl/ |
D | qxl_draw.c | 94 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 …]
|
D | qxl_ioctl.c | 322 .bottom = update_area->bottom}; in qxl_update_area_ioctl() 328 update_area->top >= update_area->bottom) in qxl_update_area_ioctl()
|
D | qxl_cmd.c | 344 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()
|
D | qxl_dev.h | 217 int32_t bottom; member 224 uint32_t bottom; member
|
D | qxl_fb.c | 267 rect.bottom = y + height; in qxl_fb_fillrect_internal()
|
D | qxl_display.c | 94 client_head->height = c_rect->bottom - c_rect->top; in qxl_display_copy_rom_client_monitors_config()
|
/linux-4.1.27/arch/sh/kernel/ |
D | dumpstack.c | 20 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/ |
D | blk-settings.c | 543 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/ |
D | prism2sta.c | 680 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 …]
|
D | prism2fw.c | 310 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()
|
D | hfa384x.h | 380 u16 bottom; member 947 u16 bottom; member 954 u16 bottom; member
|
/linux-4.1.27/drivers/media/pci/saa7134/ |
D | saa7134-go7007.c | 61 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/ |
D | sh_mipi_dsi.c | 135 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()
|
D | fb-puv3.c | 146 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()
|
D | arcfb.c | 300 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/ |
D | traps.c | 64 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/ |
D | scsi_devinfo.c | 644 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/ |
D | xfrm_replay.c | 26 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/ |
D | process.c | 81 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/ |
D | g2d-hw.c | 39 n = f->bottom & 0xFFF; in g2d_set_src_size() 64 n = f->bottom & 0xFFF; in g2d_set_dst_size()
|
D | g2d.h | 52 u32 bottom; member
|
D | g2d.c | 77 .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/ |
D | sis_accel.h | 250 #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/ |
D | traps.c | 54 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/ |
D | vmwgfx_kms.c | 65 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 …]
|
D | svga_reg.h | 399 int32 bottom; member
|
/linux-4.1.27/arch/sh/include/asm/ |
D | kdebug.h | 15 extern void dump_mem(const char *str, unsigned long bottom, unsigned long top);
|
/linux-4.1.27/Documentation/video4linux/cx2341x/ |
D | fw-osd-api.txt | 108 bottom right horizontal offset 110 bottom right vertical offset 123 bottom left horizontal offset 125 bottom left vertical offset
|
D | README.hm12 | 13 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.
|
D | fw-decoder-api.txt | 99 0=frame, 1=top field, 2=bottom field
|
D | fw-decoder-regs.txt | 459 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/ |
D | traps.c | 236 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/ |
D | process_64.c | 522 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/ |
D | DefaultKeyAssignments | 26 InsKeyPad-plus Say from reading cursor line to bottom of screen. 32 InsKeyPad-3 Move reading cursor to bottom of screen (insert pgdn)
|
D | spkguide.txt | 140 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/ |
D | head.S | 125 ; set it's stack base to tsk->thread_info bottom
|
D | unwind.c | 1105 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/ |
D | bmap.c | 717 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/ |
D | STG4000Interface.h | 57 u32 right, u32 bottom);
|
D | STG4000OverlayDevice.c | 319 u32 right, u32 bottom) in SetOverlayViewPort() argument 354 srcDest.ulDstY2 = bottom; in SetOverlayViewPort()
|
/linux-4.1.27/include/video/ |
D | mbxfb.h | 81 __u8 bottom; member
|
/linux-4.1.27/arch/arm/kernel/ |
D | traps.c | 96 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()
|
D | head.S | 192 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
|
D | entry-armv.S | 271 ldrh r9, [r4] @ bottom 16 bits
|
/linux-4.1.27/include/uapi/drm/ |
D | qxl_drm.h | 99 uint32_t bottom; member
|
/linux-4.1.27/drivers/staging/panel/ |
D | lcd-panel-cgram.txt | 7 top of the character to the bottom. On a 5x7 matrix, only the 5 lower
|
/linux-4.1.27/drivers/media/usb/gspca/ |
D | mars.c | 143 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/ |
D | macb.c | 107 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/ |
D | braille-console.txt | 22 page up/down keys go at the top/bottom of the screen, and the home key goes back
|
D | robust-futex-ABI.txt | 63 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
|
D | preempt-locking.txt | 133 be made. Do note that calls from interrupt context or bottom half/ tasklets
|
D | unicode.txt | 108 system with 10 digits, and is written left-to-right, top-to-bottom.
|
D | email-clients.txt | 122 At the bottom of your email, put the commonly-used patch delimiter before
|
D | kernel-docs.txt | 163 Keywords: interrupts, irqs, DMA, bottom halves, task queues. 357 condition, bottom halves, tasklets, softirqs.
|
D | svga.txt | 215 bottom of the display containing already scrolled-out text, your VGA BIOS
|
D | cpu-hotplug.txt | 254 - timers/bottom half/task lets are also migrated to a new CPU
|
D | kobject.txt | 45 We'll look at how to create and manipulate all of these types. A bottom-up
|
D | pinctrl.txt | 444 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
|
D | HOWTO | 11 to the maintainer of this file, who is listed at the bottom of the
|
D | kernel-parameters.txt | 3244 the bottom of the address space.
|
/linux-4.1.27/drivers/media/platform/vivid/ |
D | vivid-vid-common.c | 645 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()
|
D | vivid-tpg.c | 1777 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/ |
D | memset.S | 13 ANDS D0Ar4,D1Ar1,#7 ! Extract bottom LSBs of dst
|
/linux-4.1.27/fs/hfs/ |
D | hfs.h | 100 __be16 bottom; member
|
/linux-4.1.27/arch/mn10300/lib/ |
D | memmove.S | 25 # fall back to memcpy if dst < src to work bottom up
|
/linux-4.1.27/drivers/media/platform/s5p-mfc/ |
D | s5p_mfc_dec.c | 771 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/ |
D | Kconfig | 115 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/ |
D | ll_char_wr.S | 59 add r0, r0, r5, lsl #3 @ Move to bottom of character
|
/linux-4.1.27/Documentation/frv/ |
D | features.txt | 22 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/ |
D | orion5x-maxtor-shared-storage-2.dts | 63 * as a bottom-type device. This could cause risks of
|
D | orion5x-lacie-ethernet-disk-mini-v2.dts | 84 * as a bottom-type device. This could cause risks of
|
D | orion5x-lacie-d2-network.dts | 103 * as a bottom-type device. This could cause risks of
|
D | tegra124-nyan.dtsi | 42 /* Debug connector on the bottom of the board near SD card. */
|
/linux-4.1.27/drivers/net/wireless/hostap/ |
D | hostap_common.h | 193 __le16 bottom; member
|
/linux-4.1.27/Documentation/fb/ |
D | tridentfb.txt | 56 at the bottom this might help by not letting change to that mode
|
D | framebuffer.txt | 164 from the top to the bottom of the screen. By modifying the intensity of the
|
D | matroxfb.txt | 246 lower:X - bottom boundary: lines between end of picture and start of VSYNC
|
/linux-4.1.27/fs/hfsplus/ |
D | hfsplus_raw.h | 229 __be16 bottom; member
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/ |
D | fw-cfg.txt | 12 DTB that QEMU places at the bottom of the guest's DRAM.
|
D | topology.txt | 19 The bottom hierarchy level sits at core or thread level depending on whether
|
/linux-4.1.27/Documentation/s390/ |
D | 3270.txt | 142 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
|
D | cds.txt | 339 bottom-half, unless a non deterministically long running error recovery procedure
|
D | Debugging390.txt | 400 This is the code that gcc produces at the top & the bottom of
|
/linux-4.1.27/drivers/gpu/drm/gma500/ |
D | psb_intel_sdvo.c | 159 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/ |
D | pktgen.txt | 164 Do not set the bottom of stack bit, 166 set the bottom of stack bit, that
|
D | ieee802154.txt | 7 The IEEE 802.15.4 working group focuses on standardization of bottom
|
D | scaling.txt | 113 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
|
D | netdev-FAQ.txt | 112 the bottom of the priority list.
|
D | spider_net.txt | 194 marks a descr about 1/4th of the way from the bottom of the queue, so
|
D | vortex.txt | 348 the bottom of the problem.
|
D | arcnet-hardware.txt | 987 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/ |
D | intel_sdvo.c | 169 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/ |
D | kernel-stacks | 9 except for the thread_info structure at the bottom.
|
/linux-4.1.27/drivers/video/fbdev/mbx/ |
D | mbxfb.c | 474 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/ |
D | isppreview.c | 1828 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/ |
D | aha152x.txt | 9 bottom-half handler complete()).
|
D | scsi_mid_low_api.txt | 1218 unchecked_isa_dma - 1=>only use bottom 16 MB of ram (ISA DMA addressing
|
/linux-4.1.27/arch/m68k/ifpsp060/ |
D | isp.doc | 86 (bottom of module)
|
D | TEST.DOC | 72 (bottom of module)
|
D | fpsp.doc | 78 (bottom of module)
|
/linux-4.1.27/Documentation/security/ |
D | keys-request-key.txt | 103 search notes that the session keyring has auth key V in its bottom level.
|
/linux-4.1.27/fs/jffs2/ |
D | README.Locking | 80 to be called from bottom-half (timer) context (on the basis that nobody
|
/linux-4.1.27/drivers/infiniband/hw/qib/ |
D | qib_diag.c | 753 if (addr >= op->bottom && addr <= op->top) in diag_get_observer()
|
D | qib.h | 714 u32 bottom; member
|
/linux-4.1.27/Documentation/input/ |
D | elantech.txt | 279 ds1 = 1 when bottom right corner tapped 280 ds2 = 1 when bottom left corner tapped
|
D | atarikbd.txt | 325 This command makes the origin of the Y axis to be at the bottom of the 580 0x90 ( returns 0x0F Y=0 at bottom
|
D | joystick.txt | 461 There is one caveat with the SpaceOrb. The button #6, the on the bottom
|
/linux-4.1.27/arch/x86/crypto/sha-mb/ |
D | sha1_x8_avx2.S | 104 # process bottom half (r4..r7) {e...h}
|
/linux-4.1.27/Documentation/filesystems/ |
D | overlayfs.txt | 175 top, lower2 the middle and lower3 the bottom layer.
|
D | ntfs.txt | 285 dynamic disks and all the volumes on them. At the bottom you will see the
|
D | vfs.txt | 238 or bottom half).
|
/linux-4.1.27/Documentation/video4linux/ |
D | vivid.txt | 299 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/ |
D | stallwarn.txt | 189 o A CPU looping with bottom halves disabled. This condition can
|
D | checklist.txt | 218 in cases where local bottom halves are already known to be
|
/linux-4.1.27/scripts/ |
D | analyze_suspend.py | 2365 .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/ |
D | Kconfig | 404 part, a load at EL0 from a virtual address that matches the bottom 32
|
/linux-4.1.27/scripts/kconfig/ |
D | qconf.cc | 829 if (e->y() <= header()->geometry().bottom()) { in contextMenuEvent()
|
D | zconf.tab.c_shipped | 319 /* The OS might guarantee only one guard page at the bottom of the stack,
|
/linux-4.1.27/arch/sh/kernel/cpu/sh5/ |
D | entry.S | 684 bge SP, r6, tr0 ! ? below 1k from bottom of stack : danger zone
|
/linux-4.1.27/Documentation/spi/ |
D | spi-summary | 438 While "spi_device" would be the bottom boundary of the driver, the
|
/linux-4.1.27/Documentation/netlabel/ |
D | draft-ietf-cipso-ipsecurity-01.txt | 413 label. This tag may contain a maximum of 7 category pairs. The bottom
|
/linux-4.1.27/arch/powerpc/ |
D | Kconfig | 1053 # This value must have zeroes in the bottom 60 bits otherwise lots will break
|
/linux-4.1.27/Documentation/devicetree/ |
D | booting-without-of.txt | 475 bottom): 734 made of 3 cells, the bottom two containing the actual address itself
|
/linux-4.1.27/scripts/genksyms/ |
D | parse.tab.c_shipped | 329 /* The OS might guarantee only one guard page at the bottom of the stack,
|
/linux-4.1.27/scripts/dtc/ |
D | dtc-parser.tab.c_shipped | 331 /* The OS might guarantee only one guard page at the bottom of the stack,
|
/linux-4.1.27/Documentation/x86/ |
D | boot.txt | 793 in the real-mode accessible memory in bottom megabyte.
|
/linux-4.1.27/Documentation/power/ |
D | devices.txt | 253 walked in a bottom-up order to suspend devices. A top-down order is
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | README | 544 SFU does). In the future the bottom 9 bits of the
|
/linux-4.1.27/Documentation/block/ |
D | biodoc.txt | 286 it possible to perform bottom up validation of the i/o path, layer by
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 989 * store the bottom byte of the next S/G pointer in
|
D | aic79xx.seq | 1815 * store the bottom byte of the next S/G pointer in
|