Home
last modified time | relevance | path

Searched refs:last_obj (Results 1 – 13 of 13) sorted by relevance

/NextBSD/sys/dev/usb/controller/
HDohci.c2388 void *last_obj; in ohci_xfer_setup() local
2459 last_obj = NULL; in ohci_xfer_setup()
2477 td->obj_next = last_obj; in ohci_xfer_setup()
2480 last_obj = td; in ohci_xfer_setup()
2501 itd->obj_next = last_obj; in ohci_xfer_setup()
2504 last_obj = itd; in ohci_xfer_setup()
2509 xfer->td_start[xfer->flags_int.curr_dma_set] = last_obj; in ohci_xfer_setup()
2511 last_obj = NULL; in ohci_xfer_setup()
2529 ed->obj_next = last_obj; in ohci_xfer_setup()
2532 last_obj = ed; in ohci_xfer_setup()
[all …]
HDehci.c3484 void *last_obj; in ehci_xfer_setup() local
3619 last_obj = NULL; in ehci_xfer_setup()
3637 td->obj_next = last_obj; in ehci_xfer_setup()
3640 last_obj = td; in ehci_xfer_setup()
3661 td->obj_next = last_obj; in ehci_xfer_setup()
3664 last_obj = td; in ehci_xfer_setup()
3685 qtd->obj_next = last_obj; in ehci_xfer_setup()
3688 last_obj = qtd; in ehci_xfer_setup()
3693 xfer->td_start[xfer->flags_int.curr_dma_set] = last_obj; in ehci_xfer_setup()
3695 last_obj = NULL; in ehci_xfer_setup()
[all …]
HDuhci.c2839 void *last_obj; in uhci_xfer_setup() local
2956 last_obj = NULL; in uhci_xfer_setup()
2984 td->obj_next = last_obj; in uhci_xfer_setup()
2987 last_obj = td; in uhci_xfer_setup()
2992 xfer->td_start[xfer->flags_int.curr_dma_set] = last_obj; in uhci_xfer_setup()
2994 last_obj = NULL; in uhci_xfer_setup()
3012 qh->obj_next = last_obj; in uhci_xfer_setup()
3015 last_obj = qh; in uhci_xfer_setup()
3020 xfer->qh_start[xfer->flags_int.curr_dma_set] = last_obj; in uhci_xfer_setup()
HDatmegadci.c2014 void *last_obj; in atmegadci_xfer_setup() local
2054 last_obj = NULL; in atmegadci_xfer_setup()
2085 td->obj_next = last_obj; in atmegadci_xfer_setup()
2087 last_obj = td; in atmegadci_xfer_setup()
2092 xfer->td_start[0] = last_obj; in atmegadci_xfer_setup()
HDavr32dci.c1953 void *last_obj; in avr32dci_xfer_setup() local
1993 last_obj = NULL; in avr32dci_xfer_setup()
2028 td->obj_next = last_obj; in avr32dci_xfer_setup()
2030 last_obj = td; in avr32dci_xfer_setup()
2035 xfer->td_start[0] = last_obj; in avr32dci_xfer_setup()
HDat91dci.c2204 void *last_obj; in at91dci_xfer_setup() local
2257 last_obj = NULL; in at91dci_xfer_setup()
2295 td->obj_next = last_obj; in at91dci_xfer_setup()
2297 last_obj = td; in at91dci_xfer_setup()
2302 xfer->td_start[0] = last_obj; in at91dci_xfer_setup()
HDuss820dci.c2271 void *last_obj; in uss820dci_xfer_setup() local
2323 last_obj = NULL; in uss820dci_xfer_setup()
2361 td->obj_next = last_obj; in uss820dci_xfer_setup()
2363 last_obj = td; in uss820dci_xfer_setup()
2368 xfer->td_start[0] = last_obj; in uss820dci_xfer_setup()
HDsaf1761_otg.c3394 void *last_obj; in saf1761_otg_xfer_setup() local
3437 last_obj = NULL; in saf1761_otg_xfer_setup()
3500 td->obj_next = last_obj; in saf1761_otg_xfer_setup()
3502 last_obj = td; in saf1761_otg_xfer_setup()
3507 xfer->td_start[0] = last_obj; in saf1761_otg_xfer_setup()
HDmusb_otg.c4072 void *last_obj; in musbotg_xfer_setup() local
4129 last_obj = NULL; in musbotg_xfer_setup()
4164 td->obj_next = last_obj; in musbotg_xfer_setup()
4166 last_obj = td; in musbotg_xfer_setup()
4171 xfer->td_start[0] = last_obj; in musbotg_xfer_setup()
HDxhci.c3684 void *last_obj; in xhci_xfer_setup() local
3746 last_obj = NULL; in xhci_xfer_setup()
3764 td->obj_next = last_obj; in xhci_xfer_setup()
3767 last_obj = td; in xhci_xfer_setup()
3772 xfer->td_start[xfer->flags_int.curr_dma_set] = last_obj; in xhci_xfer_setup()
HDdwc_otg.c4782 void *last_obj; in dwc_otg_xfer_setup() local
4824 last_obj = NULL; in dwc_otg_xfer_setup()
4872 td->obj_next = last_obj; in dwc_otg_xfer_setup()
4874 last_obj = td; in dwc_otg_xfer_setup()
4879 xfer->td_start[0] = last_obj; in dwc_otg_xfer_setup()
/NextBSD/sys/mips/cavium/usb/
HDoctusb.c1732 void *last_obj; in octusb_xfer_setup() local
1823 last_obj = NULL; in octusb_xfer_setup()
1842 td->obj_next = last_obj; in octusb_xfer_setup()
1844 last_obj = td; in octusb_xfer_setup()
1847 xfer->td_start[0] = last_obj; in octusb_xfer_setup()
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDdsl_dataset.c2737 uint64_t first_obj, uint64_t last_obj, list_t *l, void *tag) in snaplist_make() argument
2739 uint64_t obj = last_obj; in snaplist_make()