Home
last modified time | relevance | path

Searched defs:dsps_glue (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/usb/musb/
H A Dmusb_dsps.c101 struct dsps_glue { struct
102 struct device *dev;
103 struct platform_device *musb; /* child musb pdev */
104 const struct dsps_musb_wrapper *wrp; /* wrapper register offsets */
105 int vbus_irq; /* optional vbus irq */
106 unsigned long last_timer; /* last timer data for each instance */
107 bool sw_babble_enabled;
108 void __iomem *usbss_base;
133 static void dsps_mod_timer(struct dsps_glue *glue, int wait_ms) in dsps_mod_timer() argument
/openbmc/u-boot/drivers/usb/musb-new/
H A Dmusb_dsps.c134 struct dsps_glue { struct
153 struct dsps_glue *glue = platform_get_drvdata(pdev); in dsps_musb_enable() argument