Searched refs:req_cache_flush_invalidate (Results 1 - 5 of 5) sorted by relevance

/fuchsia/zircon/system/ulib/ddk/include/ddk/protocol/
H A Dusb-function.h85 zx_status_t (*req_cache_flush_invalidate)(void* ctx, usb_request_t* req, member in struct:__anon1002
157 return usb->ops->req_cache_flush_invalidate(usb->ctx, req, offset, length);
H A Dusb.h133 zx_status_t (*req_cache_flush_invalidate)(void* ctx, usb_request_t* req, member in struct:__anon1007
215 return usb->ops->req_cache_flush_invalidate(usb->ctx, req, offset, length);
/fuchsia/zircon/system/dev/usb/usb-composite/
H A Dusb-interface.c374 .req_cache_flush_invalidate = usb_interface_req_cache_flush_invalidate,
/fuchsia/zircon/system/dev/usb/usb-bus/
H A Dusb-device.c566 .req_cache_flush_invalidate = usb_device_req_cache_flush_invalidate,
/fuchsia/zircon/system/dev/usb/usb-peripheral/
H A Dusb-peripheral.c458 .req_cache_flush_invalidate = usb_func_req_cache_flush_invalidate,

Completed in 32 milliseconds