Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/usb/controller/
H A Dxhci.c1417 usbd_get_page(&hdev->input_pc, 0, &buf_inp); in xhci_set_address()
2260 usbd_get_page(&sc->sc_hw.devs[index].input_pc, 0, &buf_inp); in xhci_configure_mask()
2301 usb_pc_cpu_flush(&sc->sc_hw.devs[index].input_pc); in xhci_configure_mask()
2323 usbd_get_page(&sc->sc_hw.devs[index].input_pc, 0, &buf_inp); in xhci_configure_endpoint()
2460 usb_pc_cpu_flush(&sc->sc_hw.devs[index].input_pc); in xhci_configure_endpoint()
2527 pcinp = &sc->sc_hw.devs[index].input_pc; in xhci_configure_device()
2688 pc = &sc->sc_hw.devs[index].input_pc; in xhci_alloc_device_ext()
2754 usb_pc_free_mem(&sc->sc_hw.devs[index].input_pc); in xhci_free_device_ext()
3782 pcinp = &sc->sc_hw.devs[index].input_pc; in xhci_configure_reset_endpoint()
4061 pcinp = &sc->sc_hw.devs[index].input_pc; in xhci_ep_uninit()
[all …]
H A Dxhci.h437 struct usb_page_cache input_pc; member