Home
last modified time | relevance | path

Searched refs:usbpipe (Results 1 – 25 of 48) sorted by relevance

12

/dports/emulators/qemu60/qemu-6.0.0/roms/seabios/src/hw/
H A Dusb-uhci.c153 struct usb_pipe *usbpipe = cntl->usb.freelist; in uhci_free_pipes() local
154 if (!usbpipe) in uhci_free_pipes()
156 cntl->usb.freelist = usbpipe->freenext; in uhci_free_pipes()
157 struct uhci_pipe *pipe = container_of(usbpipe, struct uhci_pipe, pipe); in uhci_free_pipes()
374 struct usb_pipe *usbpipe = usb_get_freelist(&cntl->usb, eptype); in uhci_realloc_pipe() local
375 if (usbpipe) { in uhci_realloc_pipe()
377 usb_desc2pipe(usbpipe, usbdev, epdesc); in uhci_realloc_pipe()
378 return usbpipe; in uhci_realloc_pipe()
H A Dusb-ehci.c206 struct usb_pipe *usbpipe = cntl->usb.freelist; in ehci_free_pipes() local
207 if (!usbpipe) in ehci_free_pipes()
209 cntl->usb.freelist = usbpipe->freenext; in ehci_free_pipes()
210 struct ehci_pipe *pipe = container_of(usbpipe, struct ehci_pipe, pipe); in ehci_free_pipes()
465 struct usb_pipe *usbpipe = usb_get_freelist(&cntl->usb, eptype); in ehci_realloc_pipe() local
466 if (usbpipe) { in ehci_realloc_pipe()
468 struct ehci_pipe *pipe = container_of(usbpipe, struct ehci_pipe, pipe); in ehci_realloc_pipe()
471 return usbpipe; in ehci_realloc_pipe()
/dports/emulators/qemu60/qemu-6.0.0/roms/seabios-hppa/src/hw/
H A Dusb-uhci.c153 struct usb_pipe *usbpipe = cntl->usb.freelist; in uhci_free_pipes() local
154 if (!usbpipe) in uhci_free_pipes()
156 cntl->usb.freelist = usbpipe->freenext; in uhci_free_pipes()
157 struct uhci_pipe *pipe = container_of(usbpipe, struct uhci_pipe, pipe); in uhci_free_pipes()
374 struct usb_pipe *usbpipe = usb_get_freelist(&cntl->usb, eptype); in uhci_realloc_pipe() local
375 if (usbpipe) { in uhci_realloc_pipe()
377 usb_desc2pipe(usbpipe, usbdev, epdesc); in uhci_realloc_pipe()
378 return usbpipe; in uhci_realloc_pipe()
H A Dusb-ehci.c206 struct usb_pipe *usbpipe = cntl->usb.freelist; in ehci_free_pipes() local
207 if (!usbpipe) in ehci_free_pipes()
209 cntl->usb.freelist = usbpipe->freenext; in ehci_free_pipes()
210 struct ehci_pipe *pipe = container_of(usbpipe, struct ehci_pipe, pipe); in ehci_free_pipes()
465 struct usb_pipe *usbpipe = usb_get_freelist(&cntl->usb, eptype); in ehci_realloc_pipe() local
466 if (usbpipe) { in ehci_realloc_pipe()
468 struct ehci_pipe *pipe = container_of(usbpipe, struct ehci_pipe, pipe); in ehci_realloc_pipe()
471 return usbpipe; in ehci_realloc_pipe()
/dports/emulators/qemu5/qemu-5.2.0/roms/seabios/src/hw/
H A Dusb-uhci.c153 struct usb_pipe *usbpipe = cntl->usb.freelist; in uhci_free_pipes() local
154 if (!usbpipe) in uhci_free_pipes()
156 cntl->usb.freelist = usbpipe->freenext; in uhci_free_pipes()
157 struct uhci_pipe *pipe = container_of(usbpipe, struct uhci_pipe, pipe); in uhci_free_pipes()
374 struct usb_pipe *usbpipe = usb_get_freelist(&cntl->usb, eptype); in uhci_realloc_pipe() local
375 if (usbpipe) { in uhci_realloc_pipe()
377 usb_desc2pipe(usbpipe, usbdev, epdesc); in uhci_realloc_pipe()
378 return usbpipe; in uhci_realloc_pipe()
H A Dusb-ehci.c206 struct usb_pipe *usbpipe = cntl->usb.freelist; in ehci_free_pipes() local
207 if (!usbpipe) in ehci_free_pipes()
209 cntl->usb.freelist = usbpipe->freenext; in ehci_free_pipes()
210 struct ehci_pipe *pipe = container_of(usbpipe, struct ehci_pipe, pipe); in ehci_free_pipes()
465 struct usb_pipe *usbpipe = usb_get_freelist(&cntl->usb, eptype); in ehci_realloc_pipe() local
466 if (usbpipe) { in ehci_realloc_pipe()
468 struct ehci_pipe *pipe = container_of(usbpipe, struct ehci_pipe, pipe); in ehci_realloc_pipe()
471 return usbpipe; in ehci_realloc_pipe()
/dports/emulators/qemu5/qemu-5.2.0/roms/seabios-hppa/src/hw/
H A Dusb-uhci.c153 struct usb_pipe *usbpipe = cntl->usb.freelist; in uhci_free_pipes() local
154 if (!usbpipe) in uhci_free_pipes()
156 cntl->usb.freelist = usbpipe->freenext; in uhci_free_pipes()
157 struct uhci_pipe *pipe = container_of(usbpipe, struct uhci_pipe, pipe); in uhci_free_pipes()
374 struct usb_pipe *usbpipe = usb_get_freelist(&cntl->usb, eptype); in uhci_realloc_pipe() local
375 if (usbpipe) { in uhci_realloc_pipe()
377 usb_desc2pipe(usbpipe, usbdev, epdesc); in uhci_realloc_pipe()
378 return usbpipe; in uhci_realloc_pipe()
H A Dusb-ehci.c206 struct usb_pipe *usbpipe = cntl->usb.freelist; in ehci_free_pipes() local
207 if (!usbpipe) in ehci_free_pipes()
209 cntl->usb.freelist = usbpipe->freenext; in ehci_free_pipes()
210 struct ehci_pipe *pipe = container_of(usbpipe, struct ehci_pipe, pipe); in ehci_free_pipes()
465 struct usb_pipe *usbpipe = usb_get_freelist(&cntl->usb, eptype); in ehci_realloc_pipe() local
466 if (usbpipe) { in ehci_realloc_pipe()
468 struct ehci_pipe *pipe = container_of(usbpipe, struct ehci_pipe, pipe); in ehci_realloc_pipe()
471 return usbpipe; in ehci_realloc_pipe()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/seabios/src/hw/
H A Dusb-uhci.c153 struct usb_pipe *usbpipe = cntl->usb.freelist; in uhci_free_pipes() local
154 if (!usbpipe) in uhci_free_pipes()
156 cntl->usb.freelist = usbpipe->freenext; in uhci_free_pipes()
157 struct uhci_pipe *pipe = container_of(usbpipe, struct uhci_pipe, pipe); in uhci_free_pipes()
374 struct usb_pipe *usbpipe = usb_get_freelist(&cntl->usb, eptype); in uhci_realloc_pipe() local
375 if (usbpipe) { in uhci_realloc_pipe()
377 usb_desc2pipe(usbpipe, usbdev, epdesc); in uhci_realloc_pipe()
378 return usbpipe; in uhci_realloc_pipe()
H A Dusb-ehci.c206 struct usb_pipe *usbpipe = cntl->usb.freelist; in ehci_free_pipes() local
207 if (!usbpipe) in ehci_free_pipes()
209 cntl->usb.freelist = usbpipe->freenext; in ehci_free_pipes()
210 struct ehci_pipe *pipe = container_of(usbpipe, struct ehci_pipe, pipe); in ehci_free_pipes()
465 struct usb_pipe *usbpipe = usb_get_freelist(&cntl->usb, eptype); in ehci_realloc_pipe() local
466 if (usbpipe) { in ehci_realloc_pipe()
468 struct ehci_pipe *pipe = container_of(usbpipe, struct ehci_pipe, pipe); in ehci_realloc_pipe()
470 return usbpipe; in ehci_realloc_pipe()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/seabios-hppa/src/hw/
H A Dusb-uhci.c153 struct usb_pipe *usbpipe = cntl->usb.freelist; in uhci_free_pipes() local
154 if (!usbpipe) in uhci_free_pipes()
156 cntl->usb.freelist = usbpipe->freenext; in uhci_free_pipes()
157 struct uhci_pipe *pipe = container_of(usbpipe, struct uhci_pipe, pipe); in uhci_free_pipes()
374 struct usb_pipe *usbpipe = usb_get_freelist(&cntl->usb, eptype); in uhci_realloc_pipe() local
375 if (usbpipe) { in uhci_realloc_pipe()
377 usb_desc2pipe(usbpipe, usbdev, epdesc); in uhci_realloc_pipe()
378 return usbpipe; in uhci_realloc_pipe()
H A Dusb-ehci.c206 struct usb_pipe *usbpipe = cntl->usb.freelist; in ehci_free_pipes() local
207 if (!usbpipe) in ehci_free_pipes()
209 cntl->usb.freelist = usbpipe->freenext; in ehci_free_pipes()
210 struct ehci_pipe *pipe = container_of(usbpipe, struct ehci_pipe, pipe); in ehci_free_pipes()
465 struct usb_pipe *usbpipe = usb_get_freelist(&cntl->usb, eptype); in ehci_realloc_pipe() local
466 if (usbpipe) { in ehci_realloc_pipe()
468 struct ehci_pipe *pipe = container_of(usbpipe, struct ehci_pipe, pipe); in ehci_realloc_pipe()
470 return usbpipe; in ehci_realloc_pipe()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/seabios/src/hw/
H A Dusb-uhci.c153 struct usb_pipe *usbpipe = cntl->usb.freelist; in uhci_free_pipes() local
154 if (!usbpipe) in uhci_free_pipes()
156 cntl->usb.freelist = usbpipe->freenext; in uhci_free_pipes()
157 struct uhci_pipe *pipe = container_of(usbpipe, struct uhci_pipe, pipe); in uhci_free_pipes()
374 struct usb_pipe *usbpipe = usb_get_freelist(&cntl->usb, eptype); in uhci_realloc_pipe() local
375 if (usbpipe) { in uhci_realloc_pipe()
377 usb_desc2pipe(usbpipe, usbdev, epdesc); in uhci_realloc_pipe()
378 return usbpipe; in uhci_realloc_pipe()
H A Dusb-ehci.c206 struct usb_pipe *usbpipe = cntl->usb.freelist; in ehci_free_pipes() local
207 if (!usbpipe) in ehci_free_pipes()
209 cntl->usb.freelist = usbpipe->freenext; in ehci_free_pipes()
210 struct ehci_pipe *pipe = container_of(usbpipe, struct ehci_pipe, pipe); in ehci_free_pipes()
465 struct usb_pipe *usbpipe = usb_get_freelist(&cntl->usb, eptype); in ehci_realloc_pipe() local
466 if (usbpipe) { in ehci_realloc_pipe()
468 struct ehci_pipe *pipe = container_of(usbpipe, struct ehci_pipe, pipe); in ehci_realloc_pipe()
471 return usbpipe; in ehci_realloc_pipe()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/seabios-hppa/src/hw/
H A Dusb-uhci.c153 struct usb_pipe *usbpipe = cntl->usb.freelist; in uhci_free_pipes() local
154 if (!usbpipe) in uhci_free_pipes()
156 cntl->usb.freelist = usbpipe->freenext; in uhci_free_pipes()
157 struct uhci_pipe *pipe = container_of(usbpipe, struct uhci_pipe, pipe); in uhci_free_pipes()
374 struct usb_pipe *usbpipe = usb_get_freelist(&cntl->usb, eptype); in uhci_realloc_pipe() local
375 if (usbpipe) { in uhci_realloc_pipe()
377 usb_desc2pipe(usbpipe, usbdev, epdesc); in uhci_realloc_pipe()
378 return usbpipe; in uhci_realloc_pipe()
/dports/misc/seabios/seabios-1.14.0/src/hw/
H A Dusb-uhci.c153 struct usb_pipe *usbpipe = cntl->usb.freelist; in uhci_free_pipes() local
154 if (!usbpipe) in uhci_free_pipes()
156 cntl->usb.freelist = usbpipe->freenext; in uhci_free_pipes()
157 struct uhci_pipe *pipe = container_of(usbpipe, struct uhci_pipe, pipe); in uhci_free_pipes()
374 struct usb_pipe *usbpipe = usb_get_freelist(&cntl->usb, eptype); in uhci_realloc_pipe() local
375 if (usbpipe) { in uhci_realloc_pipe()
377 usb_desc2pipe(usbpipe, usbdev, epdesc); in uhci_realloc_pipe()
378 return usbpipe; in uhci_realloc_pipe()
H A Dusb-ehci.c206 struct usb_pipe *usbpipe = cntl->usb.freelist; in ehci_free_pipes() local
207 if (!usbpipe) in ehci_free_pipes()
209 cntl->usb.freelist = usbpipe->freenext; in ehci_free_pipes()
210 struct ehci_pipe *pipe = container_of(usbpipe, struct ehci_pipe, pipe); in ehci_free_pipes()
465 struct usb_pipe *usbpipe = usb_get_freelist(&cntl->usb, eptype); in ehci_realloc_pipe() local
466 if (usbpipe) { in ehci_realloc_pipe()
468 struct ehci_pipe *pipe = container_of(usbpipe, struct ehci_pipe, pipe); in ehci_realloc_pipe()
471 return usbpipe; in ehci_realloc_pipe()
/dports/emulators/qemu42/qemu-4.2.1/roms/seabios-hppa/src/hw/
H A Dusb-uhci.c153 struct usb_pipe *usbpipe = cntl->usb.freelist; in uhci_free_pipes() local
154 if (!usbpipe) in uhci_free_pipes()
156 cntl->usb.freelist = usbpipe->freenext; in uhci_free_pipes()
157 struct uhci_pipe *pipe = container_of(usbpipe, struct uhci_pipe, pipe); in uhci_free_pipes()
374 struct usb_pipe *usbpipe = usb_get_freelist(&cntl->usb, eptype); in uhci_realloc_pipe() local
375 if (usbpipe) { in uhci_realloc_pipe()
377 usb_desc2pipe(usbpipe, usbdev, epdesc); in uhci_realloc_pipe()
378 return usbpipe; in uhci_realloc_pipe()
H A Dusb-ehci.c206 struct usb_pipe *usbpipe = cntl->usb.freelist; in ehci_free_pipes() local
207 if (!usbpipe) in ehci_free_pipes()
209 cntl->usb.freelist = usbpipe->freenext; in ehci_free_pipes()
210 struct ehci_pipe *pipe = container_of(usbpipe, struct ehci_pipe, pipe); in ehci_free_pipes()
465 struct usb_pipe *usbpipe = usb_get_freelist(&cntl->usb, eptype); in ehci_realloc_pipe() local
466 if (usbpipe) { in ehci_realloc_pipe()
468 struct ehci_pipe *pipe = container_of(usbpipe, struct ehci_pipe, pipe); in ehci_realloc_pipe()
471 return usbpipe; in ehci_realloc_pipe()
/dports/emulators/qemu42/qemu-4.2.1/roms/seabios/src/hw/
H A Dusb-uhci.c153 struct usb_pipe *usbpipe = cntl->usb.freelist; in uhci_free_pipes() local
154 if (!usbpipe) in uhci_free_pipes()
156 cntl->usb.freelist = usbpipe->freenext; in uhci_free_pipes()
157 struct uhci_pipe *pipe = container_of(usbpipe, struct uhci_pipe, pipe); in uhci_free_pipes()
374 struct usb_pipe *usbpipe = usb_get_freelist(&cntl->usb, eptype); in uhci_realloc_pipe() local
375 if (usbpipe) { in uhci_realloc_pipe()
377 usb_desc2pipe(usbpipe, usbdev, epdesc); in uhci_realloc_pipe()
378 return usbpipe; in uhci_realloc_pipe()
H A Dusb-ehci.c206 struct usb_pipe *usbpipe = cntl->usb.freelist; in ehci_free_pipes() local
207 if (!usbpipe) in ehci_free_pipes()
209 cntl->usb.freelist = usbpipe->freenext; in ehci_free_pipes()
210 struct ehci_pipe *pipe = container_of(usbpipe, struct ehci_pipe, pipe); in ehci_free_pipes()
465 struct usb_pipe *usbpipe = usb_get_freelist(&cntl->usb, eptype); in ehci_realloc_pipe() local
466 if (usbpipe) { in ehci_realloc_pipe()
468 struct ehci_pipe *pipe = container_of(usbpipe, struct ehci_pipe, pipe); in ehci_realloc_pipe()
471 return usbpipe; in ehci_realloc_pipe()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/seabios-hppa/src/hw/
H A Dusb-uhci.c153 struct usb_pipe *usbpipe = cntl->usb.freelist;
154 if (!usbpipe)
156 cntl->usb.freelist = usbpipe->freenext;
157 struct uhci_pipe *pipe = container_of(usbpipe, struct uhci_pipe, pipe);
374 struct usb_pipe *usbpipe = usb_get_freelist(&cntl->usb, eptype);
375 if (usbpipe) {
377 usb_desc2pipe(usbpipe, usbdev, epdesc);
378 return usbpipe;
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/seabios/src/hw/
H A Dusb-uhci.c153 struct usb_pipe *usbpipe = cntl->usb.freelist; in uhci_free_pipes() local
154 if (!usbpipe) in uhci_free_pipes()
156 cntl->usb.freelist = usbpipe->freenext; in uhci_free_pipes()
157 struct uhci_pipe *pipe = container_of(usbpipe, struct uhci_pipe, pipe); in uhci_free_pipes()
374 struct usb_pipe *usbpipe = usb_get_freelist(&cntl->usb, eptype); in uhci_realloc_pipe() local
375 if (usbpipe) { in uhci_realloc_pipe()
377 usb_desc2pipe(usbpipe, usbdev, epdesc); in uhci_realloc_pipe()
378 return usbpipe; in uhci_realloc_pipe()
/dports/emulators/qemu/qemu-6.2.0/roms/seabios/src/hw/
H A Dusb-uhci.c153 struct usb_pipe *usbpipe = cntl->usb.freelist; in uhci_free_pipes() local
154 if (!usbpipe) in uhci_free_pipes()
156 cntl->usb.freelist = usbpipe->freenext; in uhci_free_pipes()
157 struct uhci_pipe *pipe = container_of(usbpipe, struct uhci_pipe, pipe); in uhci_free_pipes()
374 struct usb_pipe *usbpipe = usb_get_freelist(&cntl->usb, eptype); in uhci_realloc_pipe() local
375 if (usbpipe) { in uhci_realloc_pipe()
377 usb_desc2pipe(usbpipe, usbdev, epdesc); in uhci_realloc_pipe()
378 return usbpipe; in uhci_realloc_pipe()
/dports/emulators/qemu/qemu-6.2.0/roms/seabios-hppa/src/hw/
H A Dusb-uhci.c153 struct usb_pipe *usbpipe = cntl->usb.freelist; in uhci_free_pipes() local
154 if (!usbpipe) in uhci_free_pipes()
156 cntl->usb.freelist = usbpipe->freenext; in uhci_free_pipes()
157 struct uhci_pipe *pipe = container_of(usbpipe, struct uhci_pipe, pipe); in uhci_free_pipes()
374 struct usb_pipe *usbpipe = usb_get_freelist(&cntl->usb, eptype); in uhci_realloc_pipe() local
375 if (usbpipe) { in uhci_realloc_pipe()
377 usb_desc2pipe(usbpipe, usbdev, epdesc); in uhci_realloc_pipe()
378 return usbpipe; in uhci_realloc_pipe()

12