Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dxhci.c1428 struct usb_page_search buf_inp; in xhci_set_address() local
1502 usbd_get_page(&hdev->input_pc, 0, &buf_inp); in xhci_set_address()
1504 err = xhci_cmd_set_address(sc, buf_inp.physaddr, in xhci_set_address()
2336 struct usb_page_search buf_inp; in xhci_configure_mask() local
2345 usbd_get_page(&sc->sc_hw.devs[index].input_pc, 0, &buf_inp); in xhci_configure_mask()
2348 buf_inp.buffer); in xhci_configure_mask()
2349 slot = XHCI_GET_CTX(sc, xhci_input_dev_ctx, ctx_slot, buf_inp.buffer); in xhci_configure_mask()
2397 struct usb_page_search buf_inp; in xhci_configure_endpoint() local
2408 usbd_get_page(&sc->sc_hw.devs[index].input_pc, 0, &buf_inp); in xhci_configure_endpoint()
2430 buf_inp.buffer); in xhci_configure_endpoint()
[all …]