Home
last modified time | relevance | path

Searched refs:current_frame (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/hw/display/
H A Domap_lcdc.c220 omap_lcd->dma->phys_framebuffer[omap_lcd->dma->current_frame], in omap_update_display()
271 if (omap_lcd->dma->current_frame == 0) in omap_update_display()
285 omap_lcd->dma->current_frame] + frame_offset; in omap_update_display()
286 omap_lcd->dma->condition |= 1 << omap_lcd->dma->current_frame; in omap_update_display()
290 omap_lcd->dma->current_frame ^= 1; in omap_update_display()
334 s->dma->current_frame = -1; in omap_lcd_update()
342 if (s->dma->current_frame == -1) { in omap_lcd_update()
345 s->dma->current_frame = 0; in omap_lcd_update()
372 s->dma->phys_framebuffer[s->dma->current_frame], in omap_lcd_update()
463 s->dma->current_frame = -1; in omap_lcdc_reset()
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Ddecorators.py141 current_frame = sys._getframe()
143 if frame is not current_frame:
194 current_frame = sys._getframe()
196 if frame is not current_frame:
/openbmc/linux/drivers/usb/c67x00/
H A Dc67x00-sched.c237 c67x00->current_frame = c67x00_get_current_frame_number(c67x00); in c67x00_ep_data_alloc()
242 if (frame_after(c67x00->current_frame, ep_data->next_frame)) in c67x00_ep_data_alloc()
244 frame_add(c67x00->current_frame, 1); in c67x00_ep_data_alloc()
263 ep_data->next_frame = frame_add(c67x00->current_frame, 1); in c67x00_ep_data_alloc()
734 if (frame_after_eq(c67x00->current_frame, urbp->ep_data->next_frame)) { in c67x00_add_int_urb()
746 if (frame_after_eq(c67x00->current_frame, urbp->ep_data->next_frame)) { in c67x00_add_iso_urb()
1104 c67x00->current_frame = c67x00_get_current_frame_number(c67x00); in c67x00_do_work()
1105 if (c67x00->current_frame == c67x00->last_frame) in c67x00_do_work()
1107 c67x00->last_frame = c67x00->current_frame; in c67x00_do_work()
H A Dc67x00-hcd.h83 u16 current_frame; member
/openbmc/linux/drivers/gpu/drm/tiny/
H A Drepaper.c90 void *current_frame; member
553 repaper_frame_data_repeat(epd, buf, epd->current_frame, in repaper_fb_dirty()
556 repaper_frame_data_repeat(epd, epd->current_frame, NULL, in repaper_fb_dirty()
558 repaper_frame_data_repeat(epd, epd->current_frame, NULL, in repaper_fb_dirty()
581 memcpy(epd->current_frame, buf, fb->width * fb->height / 8); in repaper_fb_dirty()
593 epd->current_frame, in repaper_fb_dirty()
1085 epd->current_frame = devm_kzalloc(dev, epd->width * epd->height / 8, in repaper_probe()
1087 if (!epd->current_frame) in repaper_probe()
/openbmc/qemu/include/hw/arm/
H A Domap.h411 int current_frame; member
/openbmc/linux/drivers/usb/host/
H A Docteon-hcd.c1844 u64 current_frame = usb->frame_number; in cvmx_usb_find_ready_pipe() local
1852 (pipe->next_tx_frame <= current_frame) && in cvmx_usb_find_ready_pipe()
1854 ((((int)current_frame - pipe->split_sc_frame) & 0x7f) < in cvmx_usb_find_ready_pipe()
/openbmc/linux/drivers/usb/dwc2/
H A Dgadget.c1350 u32 current_frame = hsotg->frame_number; in dwc2_gadget_target_frame_elapsed() local
1357 if (!frame_overrun && current_frame >= target_frame) in dwc2_gadget_target_frame_elapsed()
1360 if (frame_overrun && current_frame >= target_frame && in dwc2_gadget_target_frame_elapsed()
1361 ((current_frame - target_frame) < limit / 2)) in dwc2_gadget_target_frame_elapsed()