Searched refs:dwc_frame_num_inc (Results 1 - 4 of 4) sorted by relevance

/netgear-R7800-V1.0.2.28/target/linux/ramips/files/drivers/usb/dwc_otg/
H A Ddwc_otg_hcd_queue.c179 qh->sched_frame = dwc_frame_num_inc(hcd->frame_number,
539 dwc_frame_num_inc(qh->start_split_frame, 1))) {
548 qh->sched_frame = dwc_frame_num_inc(qh->sched_frame, 1);
552 qh->sched_frame = dwc_frame_num_inc(qh->start_split_frame,
561 qh->sched_frame = dwc_frame_num_inc(qh->sched_frame, qh->interval);
H A Ddwc_otg_hcd.h616 static inline uint16_t dwc_frame_num_inc(uint16_t frame, uint16_t inc) function
/netgear-R7800-V1.0.2.28/target/linux/lantiq/files/drivers/usb/dwc_otg/
H A Ddwc_otg_hcd_queue.c166 _qh->sched_frame = dwc_frame_num_inc(_hcd->frame_number, SCHEDULE_SLOP);
602 dwc_frame_num_inc(_hcd->frame_number,
650 dwc_frame_num_inc(_qh->start_split_frame, 1))) {
659 _qh->sched_frame = dwc_frame_num_inc(_qh->sched_frame, 1);
663 _qh->sched_frame = dwc_frame_num_inc(_qh->start_split_frame,
672 _qh->sched_frame = dwc_frame_num_inc(_qh->sched_frame, _qh->interval);
H A Ddwc_otg_hcd.h624 static inline uint16_t dwc_frame_num_inc(uint16_t _frame, uint16_t _inc) function

Completed in 40 milliseconds