Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/musb/
H A Dmusb_core.h190 void (*post_root_reset_end)(struct musb *musb); member
585 if (musb->ops->post_root_reset_end) in musb_platform_post_root_reset_end()
586 musb->ops->post_root_reset_end(musb); in musb_platform_post_root_reset_end()
H A Dsunxi.c626 .post_root_reset_end = sunxi_musb_post_root_reset_end,
/openbmc/u-boot/drivers/usb/musb-new/
H A Dmusb_uboot.c200 if (host->host->ops->post_root_reset_end) in _musb_reset_root_port()
201 host->host->ops->post_root_reset_end(host->host); in _musb_reset_root_port()
H A Dmusb_core.h227 void (*post_root_reset_end)(struct musb *musb); member
H A Dsunxi.c382 .post_root_reset_end = sunxi_musb_post_root_reset_end,