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.c1502 usbd_get_page(&hdev->input_pc, 0, &buf_inp); in xhci_set_address()
2345 usbd_get_page(&sc->sc_hw.devs[index].input_pc, 0, &buf_inp); in xhci_configure_mask()
2386 usb_pc_cpu_flush(&sc->sc_hw.devs[index].input_pc); in xhci_configure_mask()
2408 usbd_get_page(&sc->sc_hw.devs[index].input_pc, 0, &buf_inp); in xhci_configure_endpoint()
2545 usb_pc_cpu_flush(&sc->sc_hw.devs[index].input_pc); in xhci_configure_endpoint()
2612 pcinp = &sc->sc_hw.devs[index].input_pc; in xhci_configure_device()
2773 pc = &sc->sc_hw.devs[index].input_pc; in xhci_alloc_device_ext()
2839 usb_pc_free_mem(&sc->sc_hw.devs[index].input_pc); in xhci_free_device_ext()
3867 pcinp = &sc->sc_hw.devs[index].input_pc; in xhci_configure_reset_endpoint()
4146 pcinp = &sc->sc_hw.devs[index].input_pc; in xhci_ep_uninit()
[all …]
H A Dxhci.h437 struct usb_page_cache input_pc; member