Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/musb/
Dmusb_dsps.c103 struct dsps_glue { struct
104 struct device *dev;
105 struct platform_device *musb; /* child musb pdev */
106 const struct dsps_musb_wrapper *wrp; /* wrapper register offsets */
107 int vbus_irq; /* optional vbus irq */
108 unsigned long last_timer; /* last timer data for each instance */
109 bool sw_babble_enabled;
110 void __iomem *usbss_base;
135 static void dsps_mod_timer(struct dsps_glue *glue, int wait_ms) in dsps_mod_timer() argument