Home
last modified time | relevance | path

Searched refs:periodic (Results 1 – 6 of 6) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEHCI_SCHD.cxx98 periodic_next_shadow (union ehci_shadow *periodic, int tag) in periodic_next_shadow() argument
104 return &periodic->qh->qh_next; in periodic_next_shadow()
108 return &periodic->fstn->fstn_next; in periodic_next_shadow()
112 return &periodic->itd->itd_next; in periodic_next_shadow()
116 return &periodic->sitd->sitd_next; in periodic_next_shadow()
119 dbg ("[periodic_next_shadow] BAD shadow %p tag %d", periodic->ptr, tag); in periodic_next_shadow()
128 U32 *hw_p = &ehci->periodic [frame]; in periodic_unlink()
174 U32 *hw_p = &ehci->periodic [frame]; in periodic_usecs()
500 ehci->periodic [frame1] = in qh_schedule()
841 itd->hw_next = ehci->periodic [frame]; in itd_link()
[all …]
H A DdrvEHCI_MEM.cxx238 if (ehci->periodic) in ehci_mem_cleanup()
247 …hcd_buffer_free(&ehci->hcd.self, ehci->periodic_size * sizeof (void *), ehci->periodic, ehci->peri… in ehci_mem_cleanup()
249 ehci->periodic = 0; in ehci_mem_cleanup()
346 …ehci->periodic = (U32*) hcd_buffer_alloc(&ehci->hcd.self,ehci->periodic_size * sizeof (void *),0,&… in ehci_mem_init()
348 vdbg("Allocate a non-cacheable memory poof for periodic frame list array %p\n",ehci->periodic); in ehci_mem_init()
350 if (ehci->periodic == 0) in ehci_mem_init()
355 ehci->periodic [i] = EHCI_LIST_END; in ehci_mem_init()
H A DdrvEHCI.h190 U32 *periodic; /* hw periodic table */ member
H A DdrvEHCIDBG.cpp745 tag = Q_NEXT_TYPE (ehci->periodic [i]); in show_periodic()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dinput.h894 struct ff_periodic_effect periodic; member
/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmvideo.c.07566 // execute destination periodic handler
8059 /// This function was used to enable/disable the destination periodic handler
8060 /// After enabled periodic hander, Mux Controller will pass the parameters to this handler and exec…