Symbol: usbhs_mod
drivers/usb/renesas_usbhs/common.c
444
struct usbhs_mod *mod = usbhs_mod_get_current(priv);
drivers/usb/renesas_usbhs/common.c
857
struct usbhs_mod *mod = usbhs_mod_get_current(priv);
drivers/usb/renesas_usbhs/fifo.c
1415
struct usbhs_mod *mod = usbhs_mod_get_current(priv);
drivers/usb/renesas_usbhs/fifo.c
1432
struct usbhs_mod *mod = usbhs_mod_get_current(priv);
drivers/usb/renesas_usbhs/fifo.c
221
struct usbhs_mod *mod = usbhs_mod_get_current(priv); \
drivers/usb/renesas_usbhs/mod.c
109
struct usbhs_mod *mod = NULL;
drivers/usb/renesas_usbhs/mod.c
194
struct usbhs_mod *mod = usbhs_mod_get_current(priv);
drivers/usb/renesas_usbhs/mod.c
303
void usbhs_irq_callback_update(struct usbhs_priv *priv, struct usbhs_mod *mod)
drivers/usb/renesas_usbhs/mod.c
65
void usbhs_mod_register(struct usbhs_priv *priv, struct usbhs_mod *mod, int id)
drivers/usb/renesas_usbhs/mod.c
73
struct usbhs_mod *usbhs_mod_get(struct usbhs_priv *priv, int id)
drivers/usb/renesas_usbhs/mod.c
76
struct usbhs_mod *ret = NULL;
drivers/usb/renesas_usbhs/mod.c
90
struct usbhs_mod *mod = usbhs_mod_get_current(priv);
drivers/usb/renesas_usbhs/mod.c
99
struct usbhs_mod *usbhs_mod_get_current(struct usbhs_priv *priv)
drivers/usb/renesas_usbhs/mod.h
107
struct usbhs_mod *usbhs_mod_get(struct usbhs_priv *priv, int id);
drivers/usb/renesas_usbhs/mod.h
108
struct usbhs_mod *usbhs_mod_get_current(struct usbhs_priv *priv);
drivers/usb/renesas_usbhs/mod.h
109
void usbhs_mod_register(struct usbhs_priv *priv, struct usbhs_mod *usb, int id);
drivers/usb/renesas_usbhs/mod.h
127
void usbhs_irq_callback_update(struct usbhs_priv *priv, struct usbhs_mod *mod);
drivers/usb/renesas_usbhs/mod.h
132
struct usbhs_mod *mod; \
drivers/usb/renesas_usbhs/mod.h
82
struct usbhs_mod *mod[USBHS_MAX];
drivers/usb/renesas_usbhs/mod.h
83
struct usbhs_mod *curt; /* current mod */
drivers/usb/renesas_usbhs/mod_gadget.c
41
struct usbhs_mod mod;
drivers/usb/renesas_usbhs/mod_gadget.c
818
struct usbhs_mod *mod = usbhs_mod_get_current(priv);
drivers/usb/renesas_usbhs/mod_gadget.c
876
struct usbhs_mod *mod = usbhs_mod_get_current(priv);
drivers/usb/renesas_usbhs/mod_host.c
1452
struct usbhs_mod *mod = usbhs_mod_get_current(priv);
drivers/usb/renesas_usbhs/mod_host.c
1496
struct usbhs_mod *mod = usbhs_mod_get_current(priv);
drivers/usb/renesas_usbhs/mod_host.c
85
struct usbhs_mod mod;