/freebsd/sys/dev/usb/ |
H A D | usb_busdma.c | 85 usbd_get_page(struct usb_page_cache *pc, usb_frlength_t offset, in usbd_get_page() function 146 usbd_get_page(pc, offset, &buf_res); in usb_pc_buffer_is_aligned() 171 usbd_get_page(cache, offset, &buf_res); in usbd_copy_in() 200 usbd_get_page(cache, offset, &buf_res); in usbd_copy_in_user() 257 usbd_get_page(pc, pc_offset, &res); in usb_uiomove() 288 usbd_get_page(cache, offset, &res); in usbd_copy_out() 317 usbd_get_page(cache, offset, &res); in usbd_copy_out_user() 344 usbd_get_page(cache, offset, &res); in usbd_frame_zero()
|
H A D | usbdi.h | 676 void usbd_get_page(struct usb_page_cache *pc, usb_frlength_t offset,
|
H A D | usb_transfer.c | 845 usbd_get_page(pc, 0, &page_info); in usbd_transfer_setup_sub() 2169 usbd_get_page(&xfer->frbuffers[frindex], 0, &page_info); in usbd_xfer_get_frame_buffer()
|
/freebsd/stand/usb/ |
H A D | usb_busdma_loader.c | 40 usbd_get_page(struct usb_page_cache *pc, usb_frlength_t offset, in usbd_get_page() function 103 usbd_get_page(cache, offset, &buf_res); in usbd_copy_in() 127 usbd_get_page(cache, offset, &res); in usbd_copy_out() 151 usbd_get_page(cache, offset, &res); in usbd_frame_zero()
|
/freebsd/sys/dev/usb/controller/ |
H A D | ehci.c | 245 usbd_get_page(&sc->sc_hw.pframes_pc, 0, &buf_res); in ehci_init_sub() 248 usbd_get_page(&sc->sc_hw.async_start_pc, 0, &buf_res); in ehci_init_sub() 346 usbd_get_page(&sc->sc_hw.terminate_pc, 0, &buf_res); in ehci_init() 364 usbd_get_page(sc->sc_hw.intr_start_pc + i, 0, &buf_res); in ehci_init() 432 usbd_get_page(sc->sc_hw.isoc_fs_start_pc + i, 0, &buf_res); in ehci_init() 456 usbd_get_page(sc->sc_hw.isoc_hs_start_pc + i, 0, &buf_res); in ehci_init() 478 usbd_get_page(&sc->sc_hw.pframes_pc, 0, &buf_res); in ehci_init() 495 usbd_get_page(&sc->sc_hw.async_start_pc, 0, &buf_res); in ehci_init() 1656 usbd_get_page(temp->pc, buf_offset, &buf_res); in ehci_setup_standard_chain_sub() 1666 usbd_get_page(temp->pc, buf_offset, &buf_res); in ehci_setup_standard_chain_sub() [all …]
|
H A D | ohci.c | 246 usbd_get_page(&sc->sc_hw.hcca_pc, 0, &buf_res); in ohci_controller_init() 249 usbd_get_page(&sc->sc_hw.ctrl_start_pc, 0, &buf_res); in ohci_controller_init() 252 usbd_get_page(&sc->sc_hw.bulk_start_pc, 0, &buf_res); in ohci_controller_init() 310 usbd_get_page(pc, 0, &buf_res); in ohci_init_ed() 390 usbd_get_page(&sc->sc_hw.hcca_pc, 0, &buf_res); in ohci_init() 1325 usbd_get_page(temp->pc, buf_offset, &buf_res); in ohci_setup_standard_chain_sub() 1329 usbd_get_page(temp->pc, buf_offset, &buf_res); in ohci_setup_standard_chain_sub() 1903 usbd_get_page(xfer->frbuffers, buf_offset - length, &buf_res); in ohci_device_isoc_enter() 1908 usbd_get_page(xfer->frbuffers, buf_offset - 1, &buf_res); in ohci_device_isoc_enter() 2427 usbd_get_page(pc + n, 0, &page_info); in ohci_xfer_setup() [all …]
|
H A D | uhci.c | 216 usbd_get_page(ml->buf_pc, ml->buf_offset, &ml->buf_res); in uhci_mem_layout_fixup() 221 usbd_get_page(ml->fix_pc, 0, &ml->fix_res); in uhci_mem_layout_fixup() 289 usbd_get_page(&sc->sc_hw.pframes_pc, 0, &buf_res); in uhci_restart() 416 usbd_get_page(pc, 0, &buf_res); in uhci_init_qh() 435 usbd_get_page(pc, 0, &buf_res); in uhci_init_td() 614 usbd_get_page(&sc->sc_hw.pframes_pc, 0, &buf_res); in uhci_init() 1040 usbd_get_page(td->fix_pc, 0, &res); in uhci_isoc_done() 1099 usbd_get_page(td->fix_pc, 0, &res); in uhci_non_isoc_done_sub() 2900 usbd_get_page(pc + n, 0, &page_info); in uhci_xfer_setup() 2938 usbd_get_page(pc + n, 0, &page_info); in uhci_xfer_setup()
|
H A D | musb_otg.c | 702 usbd_get_page(td->pc, td->offset, &buf_res); in musbotg_dev_ctrl_data_rx() 818 usbd_get_page(td->pc, td->offset, &buf_res); in musbotg_dev_ctrl_data_tx() 990 usbd_get_page(td->pc, td->offset, &buf_res); in musbotg_host_ctrl_data_rx() 1164 usbd_get_page(td->pc, td->offset, &buf_res); in musbotg_host_ctrl_data_tx() 1500 usbd_get_page(td->pc, td->offset, &buf_res); in musbotg_dev_data_rx() 1624 usbd_get_page(td->pc, td->offset, &buf_res); in musbotg_dev_data_tx() 1845 usbd_get_page(td->pc, td->offset, &buf_res); in musbotg_host_data_rx() 2021 usbd_get_page(td->pc, td->offset, &buf_res); in musbotg_host_data_tx()
|
H A D | atmegadci.c | 400 usbd_get_page(td->pc, td->offset, &buf_res); in atmegadci_data_rx() 486 usbd_get_page(td->pc, td->offset, &buf_res); in atmegadci_data_tx()
|
H A D | avr32dci.c | 412 usbd_get_page(td->pc, td->offset, &buf_res); in avr32dci_data_rx() 486 usbd_get_page(td->pc, td->offset, &buf_res); in avr32dci_data_tx()
|
H A D | uss820dci.c | 462 usbd_get_page(td->pc, td->offset, &buf_res); in uss820dci_data_rx() 558 usbd_get_page(td->pc, td->offset, &buf_res); in uss820dci_data_tx()
|
H A D | dwc_otg.c | 188 usbd_get_page(pc, offset, &buf_res); in dwc_otg_write_fifo() 238 usbd_get_page(pc, offset, &buf_res); in dwc_otg_read_fifo()
|
/freebsd/sys/dev/usb/serial/ |
H A D | usb_serial.c | 1495 usbd_get_page(pc, offset, &res); in ucom_get_data() 1570 usbd_get_page(pc, offset, &res); in ucom_put_data()
|
/freebsd/sys/dev/usb/net/ |
H A D | uhso.c | 1113 usbd_get_page(pc, 0, &res); in uhso_mux_intr_callback() 1233 usbd_get_page(pc, 0, &res); in uhso_mux_write_callback()
|