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

/fuchsia/zircon/system/ulib/ddk/include/ddk/protocol/
H A Dusb-function.h81 zx_status_t (*req_cacheop)(void* ctx, usb_request_t* req, uint32_t op, member in struct:__anon1002
144 return usb->ops->req_cacheop(usb->ctx, req, op, offset, length);
H A Dusb.h129 zx_status_t (*req_cacheop)(void* ctx, usb_request_t* req, uint32_t op, member in struct:__anon1007
204 return usb->ops->req_cacheop(usb->ctx, req, op, offset, length);
/fuchsia/zircon/system/dev/usb/usb-composite/
H A Dusb-interface.c372 .req_cacheop = usb_interface_req_cacheop,
/fuchsia/zircon/system/dev/usb/usb-bus/
H A Dusb-device.c564 .req_cacheop = usb_device_req_cacheop,
/fuchsia/zircon/system/dev/usb/usb-peripheral/
H A Dusb-peripheral.c456 .req_cacheop = usb_func_req_cacheop,

Completed in 92 milliseconds