Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dxhci.c1482 usbd_get_page(&hdev->input_pc, 0, &buf_inp); in xhci_set_address()
2405 usbd_get_page(&sc->sc_hw.devs[index].input_pc, 0, &buf_inp); in xhci_configure_mask()
2446 usb_pc_cpu_flush(&sc->sc_hw.devs[index].input_pc); in xhci_configure_mask()
2468 usbd_get_page(&sc->sc_hw.devs[index].input_pc, 0, &buf_inp); in xhci_configure_endpoint()
2605 usb_pc_cpu_flush(&sc->sc_hw.devs[index].input_pc); in xhci_configure_endpoint()
2672 pcinp = &sc->sc_hw.devs[index].input_pc; in xhci_configure_device()
2833 pc = &sc->sc_hw.devs[index].input_pc; in xhci_alloc_device_ext()
2899 usb_pc_free_mem(&sc->sc_hw.devs[index].input_pc); in xhci_free_device_ext()
3926 pcinp = &sc->sc_hw.devs[index].input_pc; in xhci_configure_reset_endpoint()
4217 pcinp = &sc->sc_hw.devs[index].input_pc; in xhci_ep_uninit()
[all …]
H A Dxhci.h438 struct usb_page_cache input_pc; member