Home
last modified time | relevance | path

Searched refs:buf_res (Results 1 - 4 of 4) sorted by relevance

/third_party/FreeBSD/stand/usb/
H A Dusb_busdma_loader.c122 struct usb_page_search buf_res; in usbd_copy_in() local
127 usbd_get_page(cache, offset, &buf_res); in usbd_copy_in()
129 if (buf_res.length > len) { in usbd_copy_in()
130 buf_res.length = len; in usbd_copy_in()
132 ret = memcpy_s(buf_res.buffer, buf_res.length, ptr, buf_res.length); in usbd_copy_in()
137 offset += buf_res.length; in usbd_copy_in()
138 len -= buf_res.length; in usbd_copy_in()
139 ptr = USB_ADD_BYTES(ptr, buf_res in usbd_copy_in()
[all...]
/third_party/FreeBSD/sys/dev/usb/controller/
H A Dehci.c189 struct usb_page_search buf_res; in ehci_init_sub() local
205 usbd_get_page(&sc->sc_hw.pframes_pc, 0, &buf_res); in ehci_init_sub()
206 EOWRITE4(sc, EHCI_PERIODICLISTBASE, buf_res.physaddr); in ehci_init_sub()
208 usbd_get_page(&sc->sc_hw.async_start_pc, 0, &buf_res); in ehci_init_sub()
209 EOWRITE4(sc, EHCI_ASYNCLISTADDR, buf_res.physaddr | EHCI_LINK_QH); in ehci_init_sub()
242 struct usb_page_search buf_res; in ehci_init() local
304 usbd_get_page(&sc->sc_hw.terminate_pc, 0, &buf_res); in ehci_init()
305 qh_sub = (struct ehci_qh_sub *)buf_res.buffer; in ehci_init()
307 sc->sc_terminate_self = htohc32(sc, buf_res.physaddr); in ehci_init()
318 usbd_get_page(sc->sc_hw.intr_start_pc + i, 0, &buf_res); in ehci_init()
1485 struct usb_page_search buf_res; ehci_setup_standard_chain_sub() local
2396 struct usb_page_search buf_res; ehci_device_isoc_fs_enter() local
2703 struct usb_page_search buf_res; global() local
[all...]
H A Dxhci.c245 struct usb_page_search buf_res; in xhci_reset_command_queue_locked() local
285 usbd_get_page(&sc->sc_hw.root_pc, 0, &buf_res); in xhci_reset_command_queue_locked()
288 addr = buf_res.physaddr; in xhci_reset_command_queue_locked()
289 phwr = buf_res.buffer; in xhci_reset_command_queue_locked()
308 struct usb_page_search buf_res; in xhci_start_controller() local
354 usbd_get_page(&sc->sc_hw.ctx_pc, 0, &buf_res); in xhci_start_controller()
355 pdctxa = buf_res.buffer; in xhci_start_controller()
362 addr = buf_res.physaddr; in xhci_start_controller()
374 addr = buf_res.physaddr; in xhci_start_controller()
390 usbd_get_page(&sc->sc_hw.root_pc, 0, &buf_res); in xhci_start_controller()
1039 struct usb_page_search buf_res; xhci_interrupt_poll() local
1127 struct usb_page_search buf_res; xhci_do_command() local
1666 struct usb_page_search buf_res; xhci_setup_generic_chain_sub() local
2222 struct usb_page_search buf_res; xhci_set_slot_pointer() local
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dshader_query.cpp1414 struct gl_program_resource *buf_res = in get_buffer_property() local
1418 assert(buf_res); in get_buffer_property()
1419 if (res == buf_res) { in get_buffer_property()

Completed in 8 milliseconds