Lines Matching +full:non +full:- +full:pc
1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
57 * The following structure defines physical and non kernel virtual
63 void *buffer; /* non Kernel Virtual Address */
138 int usb_uiomove(struct usb_page_cache *pc, struct uio *uio,
142 uint8_t usb_pc_alloc_mem(struct usb_page_cache *pc, struct usb_page *pg,
144 uint8_t usb_pc_dmamap_create(struct usb_page_cache *pc, usb_size_t size);
145 uint8_t usb_pc_load_mem(struct usb_page_cache *pc, usb_size_t size,
155 void usb_pc_cpu_flush(struct usb_page_cache *pc);
156 void usb_pc_cpu_invalidate(struct usb_page_cache *pc);
157 void usb_pc_dmamap_destroy(struct usb_page_cache *pc);
158 void usb_pc_free_mem(struct usb_page_cache *pc);
159 uint8_t usb_pc_buffer_is_aligned(struct usb_page_cache *pc,