Searched refs:c_usecs (Results  1 – 10 of 10) sorted by relevance
| /linux-4.1.27/drivers/usb/host/ | 
| D | ehci-sched.c | 215 			ps->usecs, ps->c_usecs, ps->cs_mask);  in bandwidth_dbg() 224 	int			c_usecs = qh->ps.c_usecs;  in reserve_release_intr_bandwidth()  local 236 		c_usecs = -c_usecs;  in reserve_release_intr_bandwidth() 246 	if (qh->ps.c_usecs) {  in reserve_release_intr_bandwidth() 252 					ehci->bandwidth[i+j] += c_usecs;  in reserve_release_intr_bandwidth() 554 		qh, qh->ps.phase, qh->ps.usecs, qh->ps.c_usecs);  in qh_link_periodic() 602 		? ((qh->ps.usecs + qh->ps.c_usecs) / qh->ps.bw_period)  in qh_link_periodic() 640 		? ((qh->ps.usecs + qh->ps.c_usecs) / qh->ps.bw_period)  in qh_unlink_periodic() 647 		qh, qh->ps.phase, qh->ps.usecs, qh->ps.c_usecs);  in qh_unlink_periodic() 804 	if (qh->ps.c_usecs && uframe >= 6)	/* FSTN territory? */  in check_intr_schedule() [all …] 
 | 
| D | fotg210.h | 453 	u8			c_usecs;	/* ... split completion bw */  member 509 	u8			usecs, c_usecs;  member
  | 
| D | fusbh200.h | 443 	u8			c_usecs;	/* ... split completion bw */  member 499 	u8			usecs, c_usecs;  member
  | 
| D | oxu210hp-hcd.c | 1396 			qh->c_usecs = 0;  in qh_make() 1419 				qh->c_usecs = qh->usecs + HS_USECS(0);  in qh_make() 1423 				qh->c_usecs = HS_USECS(0);  in qh_make() 1864 				usecs += q->qh->c_usecs;  in periodic_usecs() 1941 		qh, qh->start, qh->usecs, qh->c_usecs);  in qh_link_periodic() 1988 		? ((qh->usecs + qh->c_usecs) / qh->period)  in qh_link_periodic() 2021 		? ((qh->usecs + qh->c_usecs) / qh->period)  in qh_unlink_periodic() 2028 		qh, qh->start, qh->usecs, qh->c_usecs);  in qh_unlink_periodic() 2112 	if (qh->c_usecs && uframe >= 6)		/* FSTN territory? */  in check_intr_schedule() 2117 	if (!qh->c_usecs) {  in check_intr_schedule()
  | 
| D | fusbh200-hcd.c | 583 						p.qh->usecs, p.qh->c_usecs,  in fill_periodic_buffer() 2831 			qh->c_usecs = 0;  in qh_make() 2854 				qh->c_usecs = qh->usecs + HS_USECS (0);  in qh_make() 2858 				qh->c_usecs = HS_USECS (0);  in qh_make() 3446 				usecs += q->qh->c_usecs;  in periodic_usecs() 3593 		qh, qh->start, qh->usecs, qh->c_usecs);  in qh_link_periodic() 3640 		? ((qh->usecs + qh->c_usecs) / qh->period)  in qh_link_periodic() 3679 		? ((qh->usecs + qh->c_usecs) / qh->period)  in qh_unlink_periodic() 3686 		qh, qh->start, qh->usecs, qh->c_usecs);  in qh_unlink_periodic() 3825 	if (qh->c_usecs && uframe >= 6)		/* FSTN territory? */  in check_intr_schedule() [all …] 
 | 
| D | fotg210-hcd.c | 609 						p.qh->usecs, p.qh->c_usecs,  in fill_periodic_buffer() 2884 			qh->c_usecs = 0;  in qh_make() 2907 				qh->c_usecs = qh->usecs + HS_USECS(0);  in qh_make() 2911 				qh->c_usecs = HS_USECS(0);  in qh_make() 3504 				usecs += q->qh->c_usecs;  in periodic_usecs() 3652 		qh, qh->start, qh->usecs, qh->c_usecs);  in qh_link_periodic() 3699 		? ((qh->usecs + qh->c_usecs) / qh->period)  in qh_link_periodic() 3740 		? ((qh->usecs + qh->c_usecs) / qh->period)  in qh_unlink_periodic() 3747 		(QH_CMASK | QH_SMASK), qh, qh->start, qh->usecs, qh->c_usecs);  in qh_unlink_periodic() 3890 	if (qh->c_usecs && uframe >= 6)		/* FSTN territory? */  in check_intr_schedule() [all …] 
 | 
| D | oxu210hp.h | 317 	u8			c_usecs;	/* ... split completion bw */  member
  | 
| D | ehci-q.c | 808 			qh->ps.c_usecs = 0;  in qh_make() 838 				qh->ps.c_usecs = qh->ps.usecs + HS_USECS(0);  in qh_make() 842 				qh->ps.c_usecs = HS_USECS(0);  in qh_make()
  | 
| D | ehci.h | 72 	u8			usecs, c_usecs;	/* times on the HS bus */  member
  | 
| D | ehci-dbg.c | 713 						p.qh->ps.c_usecs,  in fill_periodic_buffer()
  |