Home
last modified time | relevance | path

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

/third_party/FreeBSD/stand/usb/
Dusb_busdma_loader.c65 usbd_get_page(struct usb_page_cache *pc, usb_frlength_t offset, in usbd_get_page() function
127 usbd_get_page(cache, offset, &buf_res); in usbd_copy_in()
154 usbd_get_page(cache, offset, &res); in usbd_copy_out()
222 usbd_get_page(cache, offset, &res); in usbd_frame_zero()
/third_party/FreeBSD/sys/dev/usb/controller/
Dehci.c205 usbd_get_page(&sc->sc_hw.pframes_pc, 0, &buf_res); in ehci_init_sub()
208 usbd_get_page(&sc->sc_hw.async_start_pc, 0, &buf_res); in ehci_init_sub()
304 usbd_get_page(&sc->sc_hw.terminate_pc, 0, &buf_res); in ehci_init()
318 usbd_get_page(sc->sc_hw.intr_start_pc + i, 0, &buf_res); in ehci_init()
383 usbd_get_page(sc->sc_hw.isoc_fs_start_pc + i, 0, &buf_res); in ehci_init()
406 usbd_get_page(sc->sc_hw.isoc_hs_start_pc + i, 0, &buf_res); in ehci_init()
428 usbd_get_page(&sc->sc_hw.pframes_pc, 0, &buf_res); in ehci_init()
442 usbd_get_page(&sc->sc_hw.async_start_pc, 0, &buf_res); in ehci_init()
1595 usbd_get_page(temp->pc, buf_offset, &buf_res); in ehci_setup_standard_chain_sub()
1609 usbd_get_page(temp->pc, buf_offset, &buf_res); in ehci_setup_standard_chain_sub()
[all …]
Dxhci.c285 usbd_get_page(&sc->sc_hw.root_pc, 0, &buf_res); in xhci_reset_command_queue_locked()
354 usbd_get_page(&sc->sc_hw.ctx_pc, 0, &buf_res); in xhci_start_controller()
370 usbd_get_page(&sc->sc_hw.scratch_pc[i], 0, &buf_scp); in xhci_start_controller()
390 usbd_get_page(&sc->sc_hw.root_pc, 0, &buf_res); in xhci_start_controller()
1050 usbd_get_page(&sc->sc_hw.root_pc, 0, &buf_res); in xhci_interrupt_poll()
1140 usbd_get_page(&sc->sc_hw.root_pc, 0, &buf_res); in xhci_do_command()
1409 usbd_get_page(&hdev->input_pc, 0, &buf_inp); in xhci_set_address()
1431 usbd_get_page(&hdev->device_pc, 0, &buf_dev); in xhci_set_address()
1789 usbd_get_page(temp->pc, temp->offset + in xhci_setup_generic_chain_sub()
2225 usbd_get_page(&sc->sc_hw.ctx_pc, 0, &buf_res); in xhci_set_slot_pointer()
[all …]
/third_party/FreeBSD/sys/dev/usb/
Dusbdi.h625 void usbd_get_page(struct usb_page_cache *pc, usb_frlength_t offset,
Dusb_transfer.c713 usbd_get_page(pc, 0, &page_info); in usbd_transfer_setup_sub()
2038 usbd_get_page(&xfer->frbuffers[frindex], 0, &page_info); in usbd_xfer_get_frame_buffer()