Lines Matching refs:self
51 ohci_to_hcd(ohci)->self.bandwidth_isoc_reqs--; in finish_urb()
52 if (ohci_to_hcd(ohci)->self.bandwidth_isoc_reqs == 0 in finish_urb()
57 ohci_to_hcd(ohci)->self.bandwidth_int_reqs--; in finish_urb()
72 if (ohci_to_hcd(ohci)->self.bandwidth_isoc_reqs == 0 in finish_urb()
73 && ohci_to_hcd(ohci)->self.bandwidth_int_reqs == 0) { in finish_urb()
156 ohci_to_hcd(ohci)->self.bandwidth_allocated += ed->load / ed->interval; in periodic_link()
270 ohci_to_hcd(ohci)->self.bandwidth_allocated -= ed->load / ed->interval; in periodic_unlink()
614 periodic = ohci_to_hcd(ohci)->self.bandwidth_int_reqs++ == 0 in td_submit_urb()
615 && ohci_to_hcd(ohci)->self.bandwidth_isoc_reqs == 0; in td_submit_urb()
683 if (ohci_to_hcd(ohci)->self.bandwidth_isoc_reqs == 0 in td_submit_urb()
686 periodic = ohci_to_hcd(ohci)->self.bandwidth_isoc_reqs++ == 0 in td_submit_urb()
687 && ohci_to_hcd(ohci)->self.bandwidth_int_reqs == 0; in td_submit_urb()