Home
last modified time | relevance | path

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

1234567891011

/linux/arch/x86/um/os-Linux/
A Dtask_size.c71 unsigned long bottom = 0; in os_get_top_address() local
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()
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()
126 bottom = test; in os_get_top_address()
129 } while (top - bottom > 1); in os_get_top_address()
/linux/drivers/media/pci/bt8xx/
A Dbttv-risc.c438 btv->curr.bottom ? (unsigned long long)btv->curr.bottom->bottom.dma : 0); in bttv_set_dma()
558 struct btcx_riscmem *bottom; in bttv_buffer_activate_vbi() local
563 bottom = NULL; in bttv_buffer_activate_vbi()
593 bottom = &vbi->bottom; in bttv_buffer_activate_vbi()
610 if (set->top == set->bottom) { in bttv_buffer_activate_video()
616 if (set->bottom->list.next) in bttv_buffer_activate_video()
617 list_del(&set->bottom->list); in bttv_buffer_activate_video()
623 bttv_risc_hook(btv, RISC_SLOT_E_FIELD, &set->bottom->bottom, in bttv_buffer_activate_video()
640 if (set->bottom->list.next) in bttv_buffer_activate_video()
641 list_del(&set->bottom->list); in bttv_buffer_activate_video()
[all …]
A Dbttv-driver.c2591 btv->curr.bottom in bttv_print_riscaddr()
2592 ? (unsigned long long)btv->curr.bottom->bottom.dma : 0); in bttv_print_riscaddr()
2670 set->bottom = item; in bttv_irq_next_video()
2705 if (!set->bottom && in bttv_irq_next_video()
2707 set->bottom = item; in bttv_irq_next_video()
2708 if (set->top && set->bottom) { in bttv_irq_next_video()
2721 btv->c.nr, set->top, set->bottom, in bttv_irq_next_video()
2732 if (wakeup->top == wakeup->bottom) { in bttv_irq_wakeup_video()
2754 if (NULL != wakeup->bottom && curr->bottom != wakeup->bottom) { in bttv_irq_wakeup_video()
2757 btv->c.nr, wakeup->bottom); in bttv_irq_wakeup_video()
[all …]
/linux/drivers/video/fbdev/omap/
A Dlcd_dma.c135 unsigned long top, bottom; in set_b1_regs() local
176 bottom += 2; in set_b1_regs()
181 bottom = PIXADDR(0, lcd_dma.yres - 1); in set_b1_regs()
191 bottom = PIXADDR(lcd_dma.xres - 1, 0); in set_b1_regs()
196 bottom = PIXADDR(0, 0); in set_b1_regs()
206 bottom = PIXADDR(0, 0); in set_b1_regs()
211 bottom = PIXADDR(lcd_dma.xres - 1, 0); in set_b1_regs()
221 bottom = PIXADDR(0, lcd_dma.yres - 1); in set_b1_regs()
242 omap_writew(bottom, OMAP1510_DMA_LCD_BOT_F1_L); in set_b1_regs()
250 omap_writew(bottom >> 16, OMAP1610_DMA_LCD_BOT_B1_U); in set_b1_regs()
[all …]
/linux/drivers/s390/scsi/
A Dzfcp_fsf.c539 struct fsf_qtcb_bottom_config *bottom = &req->qtcb->bottom.config; in zfcp_fsf_exchange_config_evaluate() local
548 memcpy(req->data, bottom, sizeof(*bottom)); in zfcp_fsf_exchange_config_evaluate()
561 switch (bottom->fc_topology) { in zfcp_fsf_exchange_config_evaluate()
587 struct fsf_qtcb_bottom_config *bottom = &qtcb->bottom.config; in zfcp_fsf_exchange_config_data_handler() local
615 bottom->max_qtcb_size); in zfcp_fsf_exchange_config_data_handler()
756 struct fsf_qtcb_bottom_port *bottom = &req->qtcb->bottom.port; in zfcp_fsf_exchange_port_evaluate() local
759 memcpy(req->data, bottom, sizeof(*bottom)); in zfcp_fsf_exchange_port_evaluate()
763 bottom->fc_security_algorithms; in zfcp_fsf_exchange_port_evaluate()
774 struct fsf_qtcb_bottom_port *bottom = &qtcb->bottom.port; in zfcp_fsf_exchange_port_data_handler() local
1700 struct fsf_qtcb_bottom_support *bottom = &req->qtcb->bottom.support; in zfcp_fsf_open_port_handler() local
[all …]
A Dzfcp_scsi.c865 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()
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()
919 if (bottom->connection_features & FSF_FEATURE_NPIV_MODE) in zfcp_scsi_shost_update_config_data()
935 const struct fsf_qtcb_bottom_port *const bottom) in zfcp_scsi_shost_update_port_data() argument
942 fc_host_permanent_port_name(shost) = bottom->wwpn; in zfcp_scsi_shost_update_port_data()
[all …]
/linux/drivers/gpu/drm/qxl/
A Dqxl_draw.c97 drawable->self_bitmap_area.bottom = 0; in make_drawable()
142 int left, right, top, bottom; in qxl_draw_dirty_fb() local
167 bottom = clips->y2; in qxl_draw_dirty_fb()
175 bottom = max_t(int, bottom, (int)clips_ptr->y2); in qxl_draw_dirty_fb()
179 height = bottom - top; in qxl_draw_dirty_fb()
199 drawable_rect.bottom = bottom; in qxl_draw_dirty_fb()
230 drawable->u.copy.src_area.bottom = height; in qxl_draw_dirty_fb()
249 rects[i].bottom = clips_ptr->y2; in qxl_draw_dirty_fb()
/linux/Documentation/userspace-api/media/v4l/
A Dfield-order.rst29 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
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
122 parity (whether the current field is a top or bottom field) the
132 bottom field.
[all …]
/linux/arch/sh/kernel/
A Ddumpstack.c19 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/drivers/gpu/drm/vmwgfx/
A Dvmwgfx_scrn.c60 s32 left, right, top, bottom; member
602 blit->body.srcRect.bottom = 0; in vmw_sou_surface_pre_clip()
607 blit->body.destRect.bottom = 0; in vmw_sou_surface_pre_clip()
625 rect->bottom = clip->y2; in vmw_sou_surface_clip_rect()
667 blit->body.destRect.bottom = bb->y2; in vmw_sou_surface_post_clip()
674 rect->bottom -= bb->y1; in vmw_sou_surface_post_clip()
1017 cmd->body.destRect.bottom = sdirty->bottom; in vmw_sou_surface_fifo_commit()
1022 cmd->body.srcRect.bottom = sdirty->bottom + trans_y; in vmw_sou_surface_fifo_commit()
1032 blit->bottom -= sdirty->top; in vmw_sou_surface_fifo_commit()
1061 blit->bottom = dirty->unit_y2; in vmw_sou_surface_clip()
[all …]
A Dvmwgfx_stdu.c79 s32 left, right, top, bottom; member
267 s32 left, s32 right, s32 top, s32 bottom) in vmw_stdu_populate_update() argument
278 update->body.rect.h = bottom - top; in vmw_stdu_populate_update()
477 ddirty->bottom = max_t(s32, ddirty->bottom, dirty->unit_y2); in vmw_stdu_bo_cpu_clip()
513 height = ddirty->bottom - ddirty->top; in vmw_stdu_bo_cpu_commit()
590 ddirty.right = ddirty.bottom = S32_MIN; in vmw_kms_stdu_readback()
648 sdirty->bottom = max_t(s32, sdirty->bottom, dirty->unit_y2); in vmw_kms_stdu_surface_clip()
692 sdirty->right, sdirty->top, sdirty->bottom); in vmw_kms_stdu_surface_fifo_commit()
697 sdirty->right = sdirty->bottom = S32_MIN; in vmw_kms_stdu_surface_fifo_commit()
759 sdirty.right = sdirty.bottom = S32_MIN; in vmw_kms_stdu_surface_dirty()
/linux/drivers/media/pci/saa7134/
A Dsaa7134-go7007.c54 u8 *bottom; member
233 go7007_parse_video_stream(go, saa->bottom, PAGE_SIZE); in saa7134_go7007_irq_ts_done()
253 virt_to_page(saa->bottom), in saa7134_go7007_stream_start()
440 saa->bottom = (u8 *)get_zeroed_page(GFP_KERNEL); in saa7134_go7007_init()
441 if (!saa->bottom) in saa7134_go7007_init()
466 if (saa->bottom) in saa7134_go7007_init()
467 free_page((unsigned long)saa->bottom); in saa7134_go7007_init()
488 free_page((unsigned long)saa->bottom); in saa7134_go7007_fini()
/linux/Documentation/sphinx-static/
A Dtheme_overrides.css50 padding-bottom: 1px;
54 padding-bottom: 1px;
101 /* fix bottom margin of lists items */
104 margin-bottom: 12px;
/linux/drivers/scsi/
A Dscsi_devinfo.c627 struct list_head *bottom; member
636 list_entry(dl->bottom, struct scsi_dev_info_list, in devinfo_seq_show()
639 if (devinfo_table->scsi_dev_info_list.next == dl->bottom && in devinfo_seq_show()
660 list_for_each(dl->bottom, &devinfo_table->scsi_dev_info_list) in devinfo_seq_start()
676 dl->bottom = dl->bottom->next; in devinfo_seq_next()
677 while (&devinfo_table->scsi_dev_info_list == dl->bottom) { in devinfo_seq_next()
686 dl->bottom = devinfo_table->scsi_dev_info_list.next; in devinfo_seq_next()
/linux/drivers/gpu/drm/i915/display/
A Dintel_tv.c882 u16 top, bottom; member
1186 conn_state->tv.margins.bottom != in intel_tv_vert_scaling()
1234 int extra, top, bottom; in intel_tv_compute_config() local
1248 bottom = conn_state->tv.margins.bottom; in intel_tv_compute_config()
1250 if (top + bottom) in intel_tv_compute_config()
1254 bottom = extra - top; in intel_tv_compute_config()
1257 tv_conn_state->margins.bottom = bottom; in intel_tv_compute_config()
1268 tv_conn_state->margins.bottom = conn_state->tv.margins.bottom; in intel_tv_compute_config()
1346 tv_conn_state->margins.bottom); in intel_tv_compute_config()
1563 tv_conn_state->margins.bottom); in intel_tv_pre_enable()
[all …]
/linux/include/media/
A Dv4l2-rect.h121 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()
/linux/drivers/video/fbdev/sis/
A Dsis_accel.h237 #define SiS300SetupClipRB(right,bottom) \ argument
239 MMIO_OUT32(ivideo->mmio_vbase, BR(14), ((right) & 0xFFFF) | (bottom)<<16 );\
363 #define SiS310SetupClipRB(right,bottom) \ argument
365 MMIO_OUT32(ivideo->mmio_vbase, RIGHT_CLIP, ((right) & 0xFFFF) | (bottom)<<16 );\
/linux/drivers/media/platform/samsung/s5p-g2d/
A Dg2d-hw.c35 n = f->bottom & 0xFFF; in g2d_set_src_size()
60 n = f->bottom & 0xFFF; in g2d_set_dst_size()
/linux/drivers/ata/pata_parport/
A DKconfig21 Series noted on the bottom of the drive. Series 6 drivers will.
24 bottom, enable this option.
33 on the bottom of the drive. Series 5 drivers don't always have it
37 bottom, enable this option.
/linux/net/xfrm/
A Dxfrm_replay.c14 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()
/linux/arch/sh/include/asm/
A Dkdebug.h17 unsigned long bottom, unsigned long top);
/linux/drivers/gpu/drm/
A Ddrm_atomic_state_helper.c495 state->tv.margins.bottom = cmdline->tv_margins.bottom; in drm_atomic_helper_connector_tv_margins_reset()
609 old_conn_state->tv.margins.bottom != new_conn_state->tv.margins.bottom || in drm_atomic_helper_connector_tv_check()
/linux/drivers/net/wireless/realtek/rtw89/
A Dregd.c371 goto bottom; in rtw89_regd_setup_unii4()
381 bottom: in rtw89_regd_setup_unii4()
527 goto bottom; in rtw89_regd_setup_6ghz()
533 goto bottom; in rtw89_regd_setup_6ghz()
552 bottom: in rtw89_regd_setup_6ghz()
844 goto bottom; in rtw89_reg_6ghz_tpe_recalc()
848 goto bottom; in rtw89_reg_6ghz_tpe_recalc()
859 bottom: in rtw89_reg_6ghz_tpe_recalc()
/linux/Documentation/driver-api/media/
A Ddtv-demux.rst41 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/drivers/media/platform/mediatek/mdp3/
A Dmtk-mdp3-regs.c235 s32 left, top, right, bottom; in mdp_try_crop() local
245 bottom = s->r.top + s->r.height; in mdp_try_crop()
263 ret = mdp_clamp_start(&top, 0, bottom, halign, s->flags); in mdp_try_crop()
269 ret = mdp_clamp_end(&bottom, top, frameh, halign, s->flags); in mdp_try_crop()
276 r->height = bottom - top; in mdp_try_crop()

Completed in 69 milliseconds

1234567891011