/Linux-v5.15/arch/x86/um/os-Linux/ |
D | task_size.c | 71 unsigned long bottom = 0; in os_get_top_address() local 83 printf("Locating the bottom of the address space ... "); in os_get_top_address() 98 /* Manually scan the address space, bottom-up, until we find in os_get_top_address() 101 for (bottom = 0; bottom < top; bottom++) { in os_get_top_address() 102 if (page_ok(bottom)) in os_get_top_address() 107 if (bottom == top) { in os_get_top_address() 108 fprintf(stderr, "Unable to determine bottom of address " in os_get_top_address() 113 printf("0x%lx\n", bottom << UM_KERN_PAGE_SHIFT); in os_get_top_address() 117 original = bottom; in os_get_top_address() 124 test = bottom + (top - bottom) / 2; in os_get_top_address() [all …]
|
/Linux-v5.15/Documentation/userspace-api/media/v4l/ |
D | field-order.rst | 29 combine to frames. We distinguish between top (aka odd) and bottom (aka 31 the first line of an interlaced frame, the first line of the bottom 35 whether a frame commences with the top or bottom field is pointless. Any 36 two successive top and bottom, or bottom and top fields yield a valid 42 Whether the older field contains the top or bottom lines is a convention 95 - Images consist of the bottom (aka even) field only. Applications 102 order of the fields (whether the top or bottom field is older) 103 depends on the current video standard. In M/NTSC the bottom 109 in memory, immediately followed by the bottom field lines. Fields 114 - Images contain both fields, the bottom field lines are stored [all …]
|
/Linux-v5.15/drivers/media/pci/bt8xx/ |
D | bttv-risc.c | 460 if (NULL != btv->curr.bottom) btv->cap_ctl |= 0x01; in bttv_set_dma() 472 btv->cvbi ? (unsigned long long)btv->cvbi->bottom.dma : 0, in bttv_set_dma() 473 btv->curr.bottom ? (unsigned long long)btv->curr.bottom->bottom.dma : 0); in bttv_set_dma() 530 /* bottom field */ in bttv_risc_init_main() 578 btcx_riscmem_free(btv->c.pci,&buf->bottom); in bttv_dma_free() 588 struct btcx_riscmem *bottom; in bttv_buffer_activate_vbi() local 593 bottom = NULL; in bttv_buffer_activate_vbi() 624 bottom = &vbi->bottom; in bttv_buffer_activate_vbi() 630 bttv_risc_hook(btv, RISC_SLOT_E_VBI, bottom, bottom_irq_flags); in bttv_buffer_activate_vbi() 640 if (NULL != set->top && NULL != set->bottom) { in bttv_buffer_activate_video() [all …]
|
/Linux-v5.15/arch/arm/mach-omap1/ |
D | lcd_dma.c | 132 unsigned long top, bottom; in set_b1_regs() local 168 bottom = PIXADDR(lcd_dma.xres - 1, lcd_dma.yres - 1); in set_b1_regs() 169 /* 1510 DMA requires the bottom address to be 2 more in set_b1_regs() 173 bottom += 2; in set_b1_regs() 178 bottom = PIXADDR(0, lcd_dma.yres - 1); in set_b1_regs() 188 bottom = PIXADDR(lcd_dma.xres - 1, 0); in set_b1_regs() 193 bottom = PIXADDR(0, 0); in set_b1_regs() 203 bottom = PIXADDR(0, 0); in set_b1_regs() 208 bottom = PIXADDR(lcd_dma.xres - 1, 0); in set_b1_regs() 218 bottom = PIXADDR(0, lcd_dma.yres - 1); in set_b1_regs() [all …]
|
/Linux-v5.15/drivers/s390/scsi/ |
D | zfcp_fsf.c | 413 (unsigned long long)qtcb->bottom.support.req_handle); in zfcp_fsf_protstatus_eval() 539 struct fsf_qtcb_bottom_config *bottom = &req->qtcb->bottom.config; in zfcp_fsf_exchange_config_evaluate() local 544 plogi = (struct fc_els_flogi *) ((u8 *)&bottom->plogi_payload in zfcp_fsf_exchange_config_evaluate() 548 memcpy(req->data, bottom, sizeof(*bottom)); in zfcp_fsf_exchange_config_evaluate() 550 adapter->timer_ticks = bottom->timer_interval & ZFCP_FSF_TIMER_INT_MASK; in zfcp_fsf_exchange_config_evaluate() 551 adapter->stat_read_buf_num = max(bottom->status_read_buf_num, in zfcp_fsf_exchange_config_evaluate() 559 adapter->hydra_version = bottom->adapter_type; in zfcp_fsf_exchange_config_evaluate() 561 switch (bottom->fc_topology) { in zfcp_fsf_exchange_config_evaluate() 563 adapter->peer_d_id = ntoh24(bottom->peer_d_id); in zfcp_fsf_exchange_config_evaluate() 587 struct fsf_qtcb_bottom_config *bottom = &qtcb->bottom.config; in zfcp_fsf_exchange_config_data_handler() local [all …]
|
D | zfcp_scsi.c | 865 const struct fsf_qtcb_bottom_config *const bottom, in zfcp_scsi_shost_update_config_data() argument 875 "0x%08x", bottom->lic_version); in zfcp_scsi_shost_update_config_data() 880 "0x%08x", bottom->hardware_version); in zfcp_scsi_shost_update_config_data() 881 memcpy(fc_host_serial_number(shost), bottom->serial_number, in zfcp_scsi_shost_update_config_data() 888 nsp = (struct fc_els_flogi *) ((u8 *)&bottom->nport_serv_param in zfcp_scsi_shost_update_config_data() 890 plogi = (struct fc_els_flogi *) ((u8 *)&bottom->plogi_payload in zfcp_scsi_shost_update_config_data() 905 fc_host_port_id(shost) = ntoh24(bottom->s_id); in zfcp_scsi_shost_update_config_data() 907 zfcp_fsf_convert_portspeed(bottom->fc_link_speed); in zfcp_scsi_shost_update_config_data() 910 bottom->adapter_type); in zfcp_scsi_shost_update_config_data() 912 switch (bottom->fc_topology) { in zfcp_scsi_shost_update_config_data() [all …]
|
D | zfcp_diag.h | 47 * @port_data.data: cached QTCB Bottom of command exchange port data. 50 * @config_data.data: cached QTCB Bottom of command exchange config data.
|
/Linux-v5.15/drivers/gpu/drm/qxl/ |
D | qxl_draw.c | 96 drawable->self_bitmap_area.bottom = 0; in make_drawable() 141 int left, right, top, bottom; in qxl_draw_dirty_fb() local 166 bottom = clips->y2; in qxl_draw_dirty_fb() 174 bottom = max_t(int, bottom, (int)clips_ptr->y2); in qxl_draw_dirty_fb() 178 height = bottom - top; in qxl_draw_dirty_fb() 198 drawable_rect.bottom = bottom; in qxl_draw_dirty_fb() 229 drawable->u.copy.src_area.bottom = height; in qxl_draw_dirty_fb() 248 rects[i].bottom = clips_ptr->y2; in qxl_draw_dirty_fb()
|
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/inc/hw/ |
D | mpc.h | 68 /* MPCC top/bottom gain settings */ 89 /* 0-no force,2-force frame polarity from top,3-force frame polarity from bottom */ 91 /* 0-no force,2-force field polarity from top,3-force field polarity from bottom */ 117 struct mpcc *mpcc_bot; /* pointer to bottom layer MPCC. NULL when not connected */ 167 * stereo mix must disable for the very bottom layer of the tree config. 168 * [in] insert_above_mpcc - Insert new plane above this MPCC. If NULL, insert as bottom plane. 251 * stereo mix must disable for the very bottom layer of the tree config. 252 * [in] insert_above_mpcc - Insert new plane above this MPCC. If NULL, insert as bottom plane.
|
/Linux-v5.15/block/ |
D | blk-settings.c | 496 * @b: the underlying queue limits (bottom, component device) 504 * all component (bottom) devices. The stacking function will 507 * Returns 0 if the top and bottom queue_limits are compatible. The 509 * ensure alignment with the bottom device. If no compatible sizes 517 unsigned int top, bottom, alignment, ret = 0; in blk_stack_limits() local 548 /* Bottom device has different alignment. Check that it is in blk_stack_limits() 555 bottom = max(b->physical_block_size, b->io_min) + alignment; in blk_stack_limits() 557 /* Verify that top and bottom intervals line up */ in blk_stack_limits() 558 if (max(top, bottom) % min(top, bottom)) { in blk_stack_limits() 630 bottom = b->discard_granularity + alignment; in blk_stack_limits() [all …]
|
/Linux-v5.15/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_scrn.c | 51 * @bottom: Bottom side of bounding box. 58 s32 left, right, top, bottom; member 519 blit->body.destRect.bottom = clip->y2; in vmw_sou_bo_populate_clip() 612 blit->body.srcRect.bottom = 0; in vmw_sou_surface_pre_clip() 617 blit->body.destRect.bottom = 0; in vmw_sou_surface_pre_clip() 635 rect->bottom = clip->y2; in vmw_sou_surface_clip_rect() 672 blit->body.srcRect.bottom = src_bb.y2; in vmw_sou_surface_post_clip() 677 blit->body.destRect.bottom = bb->y2; in vmw_sou_surface_post_clip() 684 rect->bottom -= bb->y1; in vmw_sou_surface_post_clip() 1046 cmd->body.destRect.bottom = sdirty->bottom; in vmw_sou_surface_fifo_commit() [all …]
|
D | vmwgfx_stdu.c | 61 * @bottom: Bottom side of bounding box. 71 s32 left, right, top, bottom; member 260 * @bottom: Bottom side of bounding box. 263 s32 left, s32 right, s32 top, s32 bottom) in vmw_stdu_populate_update() argument 274 update->body.rect.h = bottom - top; in vmw_stdu_populate_update() 482 ddirty->bottom = max_t(s32, ddirty->bottom, dirty->unit_y2); in vmw_stdu_bo_clip() 526 ddirty->top, ddirty->bottom); in vmw_stdu_bo_fifo_commit() 533 ddirty->right = ddirty->bottom = S32_MIN; in vmw_stdu_bo_fifo_commit() 555 ddirty->bottom = max_t(s32, ddirty->bottom, dirty->unit_y2); in vmw_stdu_bo_cpu_clip() 591 height = ddirty->bottom - ddirty->top; in vmw_stdu_bo_cpu_commit() [all …]
|
/Linux-v5.15/Documentation/sphinx-static/ |
D | theme_overrides.css | 59 padding-bottom: 1px; 63 padding-bottom: 1px; 118 /* fix bottom margin of lists items */ 121 margin-bottom: 12px;
|
/Linux-v5.15/drivers/gpu/drm/i915/gt/ |
D | intel_breadcrumbs_types.h | 21 * bottom-half of the user interrupt) to the first client. After 25 * transferring the bottom-half status to the next client in the queue. 28 * bottom-half, we reduce the latency of the first waiter by avoiding
|
/Linux-v5.15/arch/sh/kernel/ |
D | dumpstack.c | 19 void dump_mem(const char *str, const char *loglvl, unsigned long bottom, in dump_mem() argument 25 printk("%s%s(0x%08lx to 0x%08lx)\n", loglvl, 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-v5.15/tools/testing/selftests/bpf/ |
D | test_lwt_ip_encap.sh | 8 # veth5 <---> veth6 veth7 <---> veth8 (the bottom route) 22 # (the bottom route) 168 # configure addresses: the bottom route (5-6-7-8) 188 # the bottom route to specific bottom addresses 196 # bottom route 210 # bottom route 224 # bottom route 232 # configure IPv4 GRE device in NS3, and a route to it via the "bottom" route 240 # configure IPv6 GRE device in NS3, and a route to it via the "bottom" route
|
/Linux-v5.15/include/media/ |
D | v4l2-rect.h | 121 int right, bottom; in v4l2_rect_intersect() local 125 bottom = min(r1->top + r1->height, r2->top + r2->height); in v4l2_rect_intersect() 127 r->height = max(0, bottom - r->top); in v4l2_rect_intersect() 177 * IF the top side of r1 is below the bottom of r2 OR in v4l2_rect_overlap() 178 * the top side of r2 is below the bottom of r1 THEN in v4l2_rect_overlap()
|
/Linux-v5.15/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_hw_util.h | 152 * @btm_ftch: Number of extra lines to overfetch from bottom 156 * @btm_rpt: Number of extra lines to repeat from bottom 160 * Number of pixels ext in left, right, top and bottom direction 168 * and bottom directions from source image for scaling. 176 * bottom directions for scaling.
|
/Linux-v5.15/drivers/media/pci/saa7134/ |
D | saa7134-go7007.c | 54 u8 *bottom; member 238 go7007_parse_video_stream(go, saa->bottom, PAGE_SIZE); in saa7134_go7007_irq_ts_done() 258 virt_to_page(saa->bottom), in saa7134_go7007_stream_start() 445 saa->bottom = (u8 *)get_zeroed_page(GFP_KERNEL); in saa7134_go7007_init() 446 if (!saa->bottom) in saa7134_go7007_init() 471 if (saa->bottom) in saa7134_go7007_init() 472 free_page((unsigned long)saa->bottom); in saa7134_go7007_init() 493 free_page((unsigned long)saa->bottom); in saa7134_go7007_fini()
|
/Linux-v5.15/Documentation/driver-api/media/ |
D | dtv-demux.rst | 41 Note that functions called from a bottom half context must not sleep. 45 bottom half context. Thus, if a demux kABI function is called from network 65 bottom half mechanism or start a tasklet instead of making the callback
|
/Linux-v5.15/drivers/gpu/drm/i915/display/ |
D | intel_tv.c | 875 u16 top, bottom; member 1178 conn_state->tv.margins.bottom != in intel_tv_vert_scaling() 1214 int extra, top, bottom; in intel_tv_compute_config() local 1228 bottom = conn_state->tv.margins.bottom; in intel_tv_compute_config() 1230 if (top + bottom) in intel_tv_compute_config() 1231 top = extra * top / (top + bottom); in intel_tv_compute_config() 1234 bottom = extra - top; in intel_tv_compute_config() 1237 tv_conn_state->margins.bottom = bottom; in intel_tv_compute_config() 1248 tv_conn_state->margins.bottom = conn_state->tv.margins.bottom; in intel_tv_compute_config() 1271 * | | | bottom margin in intel_tv_compute_config() [all …]
|
/Linux-v5.15/arch/mips/alchemy/ |
D | board-mtx1.c | 214 …[1] = { -1, AU1500_PCI_INTB, AU1500_PCI_INTA, 0xff, 0xff }, /* IDSEL 01 - AdapterA-Slot1 (bottom) … 216 …[3] = { -1, AU1500_PCI_INTD, AU1500_PCI_INTC, 0xff, 0xff }, /* IDSEL 03 - AdapterB-Slot1 (bottom) … 218 …[5] = { -1, AU1500_PCI_INTB, AU1500_PCI_INTA, 0xff, 0xff }, /* IDSEL 05 - AdapterC-Slot1 (bottom) … 220 …[7] = { -1, AU1500_PCI_INTD, AU1500_PCI_INTC, 0xff, 0xff }, /* IDSEL 07 - AdapterD-Slot1 (bottom) …
|
/Linux-v5.15/include/sound/sof/ |
D | control.h | 55 SOF_CHMAP_BC, /**< bottom centre */ 56 SOF_CHMAP_BLC, /**< bottom left centre */ 57 SOF_CHMAP_BRC, /**< bottom right centre */
|
/Linux-v5.15/drivers/accessibility/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)
|
/Linux-v5.15/net/xfrm/ |
D | xfrm_replay.c | 14 u32 seq, seq_hi, bottom; in xfrm_replay_seqhi() local 22 bottom = replay_esn->seq - replay_esn->replay_window + 1; in xfrm_replay_seqhi() 26 if (unlikely(seq < bottom)) in xfrm_replay_seqhi() 30 if (unlikely(seq >= bottom)) in xfrm_replay_seqhi() 461 u32 bottom = top - wsize + 1; in xfrm_replay_check_esn() local 474 if (likely(seq > top) || seq < bottom) in xfrm_replay_check_esn() 478 if (likely(seq > top && seq < bottom)) in xfrm_replay_check_esn() 480 if (seq >= bottom) in xfrm_replay_check_esn()
|