Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/c67x00/
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()
Dc67x00-hcd.h83 u16 current_frame; member
/linux-5.19.10/drivers/gpu/drm/tiny/
Drepaper.c89 void *current_frame; member
548 repaper_frame_data_repeat(epd, buf, epd->current_frame, in repaper_fb_dirty()
551 repaper_frame_data_repeat(epd, epd->current_frame, NULL, in repaper_fb_dirty()
553 repaper_frame_data_repeat(epd, epd->current_frame, NULL, in repaper_fb_dirty()
576 memcpy(epd->current_frame, buf, fb->width * fb->height / 8); in repaper_fb_dirty()
588 epd->current_frame, in repaper_fb_dirty()
1084 epd->current_frame = devm_kzalloc(dev, epd->width * epd->height / 8, in repaper_probe()
1086 if (!epd->current_frame) in repaper_probe()
/linux-5.19.10/drivers/staging/octeon-usb/
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()
/linux-5.19.10/drivers/usb/dwc2/
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()