Home
last modified time | relevance | path

Searched refs:next_p1 (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEHCI_SCHD.cxx130 union ehci_shadow *next_p1; in periodic_unlink() local
149 next_p1 = periodic_next_shadow (&here, Q_NEXT_TYPE (*hw_p)); in periodic_unlink()
153 *prev_p = *next_p1; in periodic_unlink()
154 next_p1->ptr = 0; in periodic_unlink()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvEHCI_SCHD.cxx86 union ehci_qh_shadow *next_p1; in ms_periodic_unlink() local
103 next_p1 = (Q_NEXT_TYPE (*hw_p) == QH_TYPE) in ms_periodic_unlink()
108 *prev_p = *next_p1; in ms_periodic_unlink()