Searched defs:periodic_usecs (Results 1 - 4 of 4) sorted by last modified time

/drivers/usb/dwc2/
H A Dcore.h560 * @periodic_usecs: Total bandwidth claimed so far for periodic transfers.
633 u16 periodic_usecs; member in struct:dwc2_hsotg
/drivers/usb/host/
H A Dfotg210-hcd.c3487 periodic_usecs(struct fotg210_hcd *fotg210, unsigned frame, unsigned uframe) function
3859 claimed = periodic_usecs(fotg210, frame,
3869 claimed = periodic_usecs(fotg210, frame, uframe);
4347 if (periodic_usecs(fotg210, uframe >> 3, uframe & 0x7)
4957 periodic_usecs(fotg210, frame, uframe));
H A Dfusbh200-hcd.c3430 periodic_usecs (struct fusbh200_hcd *fusbh200, unsigned frame, unsigned uframe) function
3796 claimed = periodic_usecs (fusbh200, frame, uframe);
3805 claimed = periodic_usecs (fusbh200, frame, uframe);
4282 if (periodic_usecs (fusbh200, uframe >> 3, uframe & 0x7)
4892 periodic_usecs (fusbh200, frame, uframe));
H A Doxu210hp-hcd.c1848 static unsigned short periodic_usecs(struct oxu_hcd *oxu, function
2088 claimed = periodic_usecs(oxu, frame, uframe);
2097 claimed = periodic_usecs(oxu, frame, uframe);

Completed in 64 milliseconds