Home
last modified time | relevance | path

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

/linux/drivers/usb/musb/
H A Domap2430.c36 struct device *control_otghs; member
125 omap_control_usb_set_mode(glue->control_otghs, in omap_musb_set_mailbox()
138 omap_control_usb_set_mode(glue->control_otghs, USB_MODE_DEVICE); in omap_musb_set_mailbox()
148 omap_control_usb_set_mode(glue->control_otghs, in omap_musb_set_mailbox()
267 omap_control_usb_set_mode(glue->control_otghs, in omap2430_musb_disable()
345 glue->control_otghs = ERR_PTR(-ENODEV); in omap2430_probe()
382 glue->control_otghs = &control_pdev->dev; in omap2430_probe()
464 if (!IS_ERR(glue->control_otghs)) in omap2430_probe()
465 put_device(glue->control_otghs); in omap2430_probe()
478 if (!IS_ERR(glue->control_otghs)) in omap2430_remove()
[all …]