Home
last modified time | relevance | path

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

1234

/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.c2589 btv->curr.bottom in bttv_print_riscaddr()
2590 ? (unsigned long long)btv->curr.bottom->bottom.dma : 0); in bttv_print_riscaddr()
2668 set->bottom = item; in bttv_irq_next_video()
2703 if (!set->bottom && in bttv_irq_next_video()
2705 set->bottom = item; in bttv_irq_next_video()
2706 if (set->top && set->bottom) { in bttv_irq_next_video()
2719 btv->c.nr, set->top, set->bottom, in bttv_irq_next_video()
2730 if (wakeup->top == wakeup->bottom) { in bttv_irq_wakeup_video()
2752 if (NULL != wakeup->bottom && curr->bottom != wakeup->bottom) { in bttv_irq_wakeup_video()
2755 btv->c.nr, wakeup->bottom); in bttv_irq_wakeup_video()
[all …]
A Dbttvp.h153 struct btcx_riscmem bottom; member
158 struct bttv_buffer *bottom; /* bottom field buffer */ member
/drivers/video/fbdev/omap/
A Dlcd_dma.c136 unsigned long top, bottom; in set_b1_regs() local
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()
243 omap_writew(bottom, OMAP1510_DMA_LCD_BOT_F1_L); in set_b1_regs()
251 omap_writew(bottom >> 16, OMAP1610_DMA_LCD_BOT_B1_U); in set_b1_regs()
[all …]
/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.c866 const struct fsf_qtcb_bottom_config *const bottom, in zfcp_scsi_shost_update_config_data() argument
876 "0x%08x", bottom->lic_version); in zfcp_scsi_shost_update_config_data()
881 "0x%08x", bottom->hardware_version); in zfcp_scsi_shost_update_config_data()
906 fc_host_port_id(shost) = ntoh24(bottom->s_id); in zfcp_scsi_shost_update_config_data()
908 zfcp_fsf_convert_portspeed(bottom->fc_link_speed); in zfcp_scsi_shost_update_config_data()
911 bottom->adapter_type); in zfcp_scsi_shost_update_config_data()
913 switch (bottom->fc_topology) { in zfcp_scsi_shost_update_config_data()
920 if (bottom->connection_features & FSF_FEATURE_NPIV_MODE) in zfcp_scsi_shost_update_config_data()
936 const struct fsf_qtcb_bottom_port *const bottom) in zfcp_scsi_shost_update_port_data() argument
943 fc_host_permanent_port_name(shost) = bottom->wwpn; in zfcp_scsi_shost_update_port_data()
[all …]
A Dzfcp_ext.h179 const struct fsf_qtcb_bottom_config *const bottom,
183 const struct fsf_qtcb_bottom_port *const bottom);
/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()
A Dqxl_ioctl.c301 .bottom = update_area->bottom}; in qxl_update_area_ioctl()
308 update_area->top >= update_area->bottom) in qxl_update_area_ioctl()
/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()
1016 cmd->body.destRect.bottom = sdirty->bottom; in vmw_sou_surface_fifo_commit()
1021 cmd->body.srcRect.bottom = sdirty->bottom + trans_y; in vmw_sou_surface_fifo_commit()
1031 blit->bottom -= sdirty->top; in vmw_sou_surface_fifo_commit()
1060 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()
/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()
/drivers/gpu/drm/i915/display/
A Dintel_tv.c883 u16 top, bottom; member
1185 conn_state->tv.margins.bottom != in intel_tv_vert_scaling()
1232 int extra, top, bottom; in intel_tv_compute_config() local
1246 bottom = conn_state->tv.margins.bottom; in intel_tv_compute_config()
1248 if (top + bottom) in intel_tv_compute_config()
1252 bottom = extra - top; in intel_tv_compute_config()
1255 tv_conn_state->margins.bottom = bottom; in intel_tv_compute_config()
1266 tv_conn_state->margins.bottom = conn_state->tv.margins.bottom; in intel_tv_compute_config()
1344 tv_conn_state->margins.bottom); in intel_tv_compute_config()
1560 tv_conn_state->margins.bottom); in intel_tv_pre_enable()
[all …]
/drivers/scsi/
A Dscsi_devinfo.c595 struct list_head *bottom; member
604 list_entry(dl->bottom, struct scsi_dev_info_list, in devinfo_seq_show()
607 if (devinfo_table->scsi_dev_info_list.next == dl->bottom && in devinfo_seq_show()
628 list_for_each(dl->bottom, &devinfo_table->scsi_dev_info_list) in devinfo_seq_start()
644 dl->bottom = dl->bottom->next; in devinfo_seq_next()
645 while (&devinfo_table->scsi_dev_info_list == dl->bottom) { in devinfo_seq_next()
654 dl->bottom = devinfo_table->scsi_dev_info_list.next; in devinfo_seq_next()
/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 );\
/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.
/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()
A Dg2d.h46 u32 bottom; member
/drivers/net/wireless/realtek/rtw89/
A Dregd.c387 goto bottom; in rtw89_regd_setup_unii4()
395 bottom: in rtw89_regd_setup_unii4()
541 goto bottom; in rtw89_regd_setup_policy_6ghz_vlp()
559 bottom: in rtw89_regd_setup_policy_6ghz_vlp()
584 goto bottom; in rtw89_regd_setup_6ghz()
590 goto bottom; in rtw89_regd_setup_6ghz()
609 bottom: in rtw89_regd_setup_6ghz()
1032 goto bottom; in rtw89_reg_6ghz_tpe_recalc()
1042 goto bottom; in rtw89_reg_6ghz_tpe_recalc()
1053 bottom: in rtw89_reg_6ghz_tpe_recalc()
/drivers/gpu/drm/
A Ddrm_atomic_state_helper.c496 state->tv.margins.bottom = cmdline->tv_margins.bottom; in drm_atomic_helper_connector_tv_margins_reset()
610 old_conn_state->tv.margins.bottom != new_conn_state->tv.margins.bottom || in drm_atomic_helper_connector_tv_check()
/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()
A Dmtk-mdp3-type.h32 s32 bottom; member
/drivers/accessibility/speakup/
A DDefaultKeyAssignments26 InsKeyPad-plus Say from reading cursor line to bottom of screen.
32 InsKeyPad-3 Move reading cursor to bottom of screen (insert pgdn)
/drivers/video/fbdev/kyro/
A DSTG4000Interface.h57 u32 right, u32 bottom);
/drivers/media/usb/gspca/
A Dmars.c130 static void setilluminators(struct gspca_dev *gspca_dev, bool top, bool bottom) in setilluminators() argument
136 else if (bottom) in setilluminators()

Completed in 58 milliseconds

1234