Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/usb/controller/
H A Dohci.c2389 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 …]
H A Dehci.c3497 void *last_obj; in ehci_xfer_setup() local
3632 last_obj = NULL; in ehci_xfer_setup()
3650 td->obj_next = last_obj; in ehci_xfer_setup()
3653 last_obj = td; in ehci_xfer_setup()
3674 td->obj_next = last_obj; in ehci_xfer_setup()
3677 last_obj = td; in ehci_xfer_setup()
3698 qtd->obj_next = last_obj; in ehci_xfer_setup()
3701 last_obj = qtd; in ehci_xfer_setup()
3708 last_obj = NULL; in ehci_xfer_setup()
3726 qh->obj_next = last_obj; in ehci_xfer_setup()
[all …]
H A Duhci.c2841 void *last_obj; in uhci_xfer_setup() local
2958 last_obj = NULL; in uhci_xfer_setup()
2986 td->obj_next = last_obj; in uhci_xfer_setup()
2989 last_obj = td; in uhci_xfer_setup()
2994 xfer->td_start[xfer->flags_int.curr_dma_set] = last_obj; in uhci_xfer_setup()
2996 last_obj = NULL; in uhci_xfer_setup()
3014 qh->obj_next = last_obj; in uhci_xfer_setup()
3017 last_obj = qh; in uhci_xfer_setup()
3022 xfer->qh_start[xfer->flags_int.curr_dma_set] = last_obj; in uhci_xfer_setup()
H A Davr32dci.c1955 void *last_obj; in avr32dci_xfer_setup() local
1995 last_obj = NULL; in avr32dci_xfer_setup()
2030 td->obj_next = last_obj; in avr32dci_xfer_setup()
2032 last_obj = td; in avr32dci_xfer_setup()
2037 xfer->td_start[0] = last_obj; in avr32dci_xfer_setup()
H A Datmegadci.c2016 void *last_obj; in atmegadci_xfer_setup() local
2056 last_obj = NULL; in atmegadci_xfer_setup()
2087 td->obj_next = last_obj; in atmegadci_xfer_setup()
2089 last_obj = td; in atmegadci_xfer_setup()
2094 xfer->td_start[0] = last_obj; in atmegadci_xfer_setup()
H A Duss820dci.c2273 void *last_obj; in uss820dci_xfer_setup() local
2325 last_obj = NULL; in uss820dci_xfer_setup()
2363 td->obj_next = last_obj; in uss820dci_xfer_setup()
2365 last_obj = td; in uss820dci_xfer_setup()
2370 xfer->td_start[0] = last_obj; in uss820dci_xfer_setup()
H A Dsaf1761_otg.c3419 void *last_obj; in saf1761_otg_xfer_setup() local
3462 last_obj = NULL; in saf1761_otg_xfer_setup()
3525 td->obj_next = last_obj; in saf1761_otg_xfer_setup()
3527 last_obj = td; in saf1761_otg_xfer_setup()
3532 xfer->td_start[0] = last_obj; in saf1761_otg_xfer_setup()
H A Dmusb_otg.c4095 void *last_obj; in musbotg_xfer_setup() local
4152 last_obj = NULL; in musbotg_xfer_setup()
4187 td->obj_next = last_obj; in musbotg_xfer_setup()
4189 last_obj = td; in musbotg_xfer_setup()
4194 xfer->td_start[0] = last_obj; in musbotg_xfer_setup()
H A Dxhci.c3731 void *last_obj; in xhci_xfer_setup() local
3792 last_obj = NULL; in xhci_xfer_setup()
3810 td->obj_next = last_obj; in xhci_xfer_setup()
3813 last_obj = td; in xhci_xfer_setup()
3818 xfer->td_start[xfer->flags_int.curr_dma_set] = last_obj; in xhci_xfer_setup()
H A Ddwc_otg.c4828 void *last_obj; in dwc_otg_xfer_setup() local
4870 last_obj = NULL; in dwc_otg_xfer_setup()
4918 td->obj_next = last_obj; in dwc_otg_xfer_setup()
4920 last_obj = td; in dwc_otg_xfer_setup()
4925 xfer->td_start[0] = last_obj; in dwc_otg_xfer_setup()
/freebsd-12.1/sys/mips/cavium/usb/
H A Doctusb.c1734 void *last_obj; in octusb_xfer_setup() local
1825 last_obj = NULL; in octusb_xfer_setup()
1844 td->obj_next = last_obj; in octusb_xfer_setup()
1846 last_obj = td; in octusb_xfer_setup()
1849 xfer->td_start[0] = last_obj; in octusb_xfer_setup()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_dataset.c3216 uint64_t first_obj, uint64_t last_obj, list_t *l, void *tag) in snaplist_make() argument
3218 uint64_t obj = last_obj; in snaplist_make()