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

/fuchsia/zircon/system/ulib/ddk/include/ddk/protocol/
H A Dusb-function.h83 zx_status_t (*req_cache_flush)(void* ctx, usb_request_t* req, member in struct:__anon1002
150 return usb->ops->req_cache_flush(usb->ctx, req, offset, length);
H A Dusb.h131 zx_status_t (*req_cache_flush)(void* ctx, usb_request_t* req, member in struct:__anon1007
209 return usb->ops->req_cache_flush(usb->ctx, req, offset, length);
/fuchsia/zircon/system/dev/usb/usb-composite/
H A Dusb-interface.c373 .req_cache_flush = usb_interface_req_cache_flush,
/fuchsia/zircon/system/dev/usb/usb-bus/
H A Dusb-device.c565 .req_cache_flush = usb_device_req_cache_flush,
/fuchsia/zircon/system/dev/usb/usb-peripheral/
H A Dusb-peripheral.c457 .req_cache_flush = usb_func_req_cache_flush,

Completed in 90 milliseconds