Home
last modified time | relevance | path

Searched refs:phy_callback (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/usb/musb/
H A Dmusb_core.h142 * @phy_callback: optional callback function for the phy to call
191 int (*phy_callback)(enum musb_vbus_id_status status); member
H A Domap2430.c298 .phy_callback = omap2430_musb_mailbox,
H A Dmusb_core.c1841 * disabled at the point the phy_callback is registered or unregistered.
2457 if (musb->ops->phy_callback) in musb_init_controller()
2458 musb_phy_callback = musb->ops->phy_callback; in musb_init_controller()