Home
last modified time | relevance | path

Searched refs:current_frame (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/drivers/gpu/drm/tiny/
H A Drepaper.c89 void *current_frame; member
579 repaper_frame_data_repeat(epd, buf, epd->current_frame, in repaper_fb_dirty()
582 repaper_frame_data_repeat(epd, epd->current_frame, NULL, in repaper_fb_dirty()
584 repaper_frame_data_repeat(epd, epd->current_frame, NULL, in repaper_fb_dirty()
607 memcpy(epd->current_frame, buf, fb->width * fb->height / 8); in repaper_fb_dirty()
619 epd->current_frame, in repaper_fb_dirty()
1116 epd->current_frame = devm_kzalloc(dev, epd->width * epd->height / 8, in repaper_probe()
1118 if (!epd->current_frame) in repaper_probe()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/staging/octeon-usb/
H A Docteon-hcd.c1842 u64 current_frame = usb->frame_number; in cvmx_usb_find_ready_pipe() local
1850 (pipe->next_tx_frame <= current_frame) && in cvmx_usb_find_ready_pipe()
1852 ((((int)current_frame - pipe->split_sc_frame) & 0x7f) < in cvmx_usb_find_ready_pipe()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/usb/dwc2/
H A Dgadget.c1351 u32 current_frame = hsotg->frame_number; in dwc2_gadget_target_frame_elapsed() local
1358 if (!frame_overrun && current_frame >= target_frame) in dwc2_gadget_target_frame_elapsed()
1361 if (frame_overrun && current_frame >= target_frame && in dwc2_gadget_target_frame_elapsed()
1362 ((current_frame - target_frame) < limit / 2)) in dwc2_gadget_target_frame_elapsed()
/kernel/linux/linux-6.6/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()

Completed in 26 milliseconds