Home
last modified time | relevance | path

Searched refs:sunxi_glue (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/musb/
H A Dsunxi.c73 struct sunxi_glue { struct
92 struct sunxi_glue *glue = container_of(work, struct sunxi_glue, work); in sunxi_musb_work() argument
141 struct sunxi_glue *glue = dev_get_drvdata(musb->controller->parent); in sunxi_musb_set_vbus()
155 struct sunxi_glue *glue = dev_get_drvdata(musb->controller->parent); in sunxi_musb_pre_root_reset_end()
162 struct sunxi_glue *glue = dev_get_drvdata(musb->controller->parent); in sunxi_musb_post_root_reset_end()
202 struct sunxi_glue *glue = container_of(nb, struct sunxi_glue, host_nb); in sunxi_musb_host_notifier()
217 struct sunxi_glue *glue = dev_get_drvdata(musb->controller->parent); in sunxi_musb_init()
272 struct sunxi_glue *glue = dev_get_drvdata(musb->controller->parent); in sunxi_musb_exit()
296 struct sunxi_glue *glue = dev_get_drvdata(musb->controller->parent); in sunxi_musb_enable()
309 struct sunxi_glue *glue = dev_get_drvdata(musb->controller->parent); in sunxi_musb_disable()
[all …]
/OK3568_Linux_fs/u-boot/drivers/usb/musb-new/
H A Dsunxi.c79 struct sunxi_glue { struct
84 #define to_sunxi_glue(d) container_of(d, struct sunxi_glue, dev) argument
266 struct sunxi_glue *glue = to_sunxi_glue(musb->controller); in sunxi_musb_init()
320 struct sunxi_glue *glue = dev_get_priv(dev); in musb_usb_probe()
354 struct sunxi_glue *glue = dev_get_priv(dev); in musb_usb_remove()
393 .priv_auto_alloc_size = sizeof(struct sunxi_glue),