Home
last modified time | relevance | path

Searched refs:gxio_usb_host_context_t (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/arch/tile/include/gxio/
Dusb_host.h41 } gxio_usb_host_context_t; typedef
56 extern int gxio_usb_host_init(gxio_usb_host_context_t *context, int usb_index,
71 extern int gxio_usb_host_destroy(gxio_usb_host_context_t *context);
78 extern void *gxio_usb_host_get_reg_start(gxio_usb_host_context_t *context);
85 extern size_t gxio_usb_host_get_reg_len(gxio_usb_host_context_t *context);
Diorpc_usb_host.h34 int gxio_usb_host_cfg_interrupt(gxio_usb_host_context_t *context, int inter_x,
37 int gxio_usb_host_register_client_memory(gxio_usb_host_context_t *context,
40 int gxio_usb_host_get_mmio_base(gxio_usb_host_context_t *context,
43 int gxio_usb_host_check_mmio_offset(gxio_usb_host_context_t *context,
/linux-4.1.27/arch/tile/gxio/
Dusb_host.c29 int gxio_usb_host_init(gxio_usb_host_context_t *context, int usb_index, in gxio_usb_host_init()
66 int gxio_usb_host_destroy(gxio_usb_host_context_t *context) in gxio_usb_host_destroy()
79 void *gxio_usb_host_get_reg_start(gxio_usb_host_context_t *context) in gxio_usb_host_get_reg_start()
86 size_t gxio_usb_host_get_reg_len(gxio_usb_host_context_t *context) in gxio_usb_host_get_reg_len()
Diorpc_usb_host.c22 int gxio_usb_host_cfg_interrupt(gxio_usb_host_context_t *context, int inter_x, in gxio_usb_host_cfg_interrupt()
44 int gxio_usb_host_register_client_memory(gxio_usb_host_context_t *context, in gxio_usb_host_register_client_memory()
64 int gxio_usb_host_get_mmio_base(gxio_usb_host_context_t *context, HV_PTE *base) in gxio_usb_host_get_mmio_base()
85 int gxio_usb_host_check_mmio_offset(gxio_usb_host_context_t *context, in gxio_usb_host_check_mmio_offset()
/linux-4.1.27/include/linux/usb/
Dtilegx.h28 gxio_usb_host_context_t usb_ctx;