| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | ehci-mv.c | 42 int (*set_vbus)(unsigned int vbus); member 127 ehci_mv->set_vbus = pdata->set_vbus; in mv_ehci_probe() 200 if (ehci_mv->set_vbus) in mv_ehci_probe() 201 ehci_mv->set_vbus(1); in mv_ehci_probe() 228 if (ehci_mv->set_vbus) in mv_ehci_probe() 229 ehci_mv->set_vbus(0); in mv_ehci_probe() 250 if (ehci_mv->set_vbus) in mv_ehci_remove() 251 ehci_mv->set_vbus(0); in mv_ehci_remove()
|
| /OK3568_Linux_fs/kernel/include/linux/usb/ |
| H A D | otg.h | 36 int (*set_vbus)(struct usb_otg *otg, bool enabled); member 78 if (otg && otg->set_vbus) in otg_set_vbus() 79 return otg->set_vbus(otg, enabled); in otg_set_vbus()
|
| H A D | phy.h | 131 int (*set_vbus)(struct usb_phy *x, int on); member 204 if (!x || !x->set_vbus) in usb_phy_vbus_on() 207 return x->set_vbus(x, true); in usb_phy_vbus_on() 213 if (!x || !x->set_vbus) in usb_phy_vbus_off() 216 return x->set_vbus(x, false); in usb_phy_vbus_off()
|
| H A D | phy_companion.h | 29 int (*set_vbus)(struct phy_companion *x, bool enabled); member
|
| H A D | renesas_usbhs.h | 91 int (*set_vbus)(struct platform_device *pdev, int enable); member
|
| H A D | musb.h | 88 int (*set_vbus)(struct device *dev, int is_on); member
|
| H A D | tcpm.h | 140 int (*set_vbus)(struct tcpc_dev *dev, bool on, bool charge); member
|
| /OK3568_Linux_fs/kernel/drivers/phy/ |
| H A D | phy-lgm-usb.c | 91 return phy->set_vbus(phy, true); in phy_init() 109 ta->phy.set_vbus(&ta->phy, false); in phy_shutdown() 167 ret = ta->phy.set_vbus(&ta->phy, connected); in tca_work() 208 phy->set_vbus = phy_set_vbus; in phy_probe()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/musb-new/ |
| H A D | musb_core.h | 220 void (*set_vbus)(struct musb *musb, int on); member 516 if (musb->ops->set_vbus) in musb_platform_set_vbus() 517 musb->ops->set_vbus(musb, is_on); in musb_platform_set_vbus()
|
| /OK3568_Linux_fs/kernel/include/linux/platform_data/ |
| H A D | mv_usb.h | 38 int (*set_vbus)(unsigned int vbus); member
|
| /OK3568_Linux_fs/kernel/drivers/usb/musb/ |
| H A D | musb_core.h | 187 void (*set_vbus)(struct musb *musb, int on); member 514 if (musb->ops->set_vbus) in musb_platform_set_vbus() 515 musb->ops->set_vbus(musb, is_on); in musb_platform_set_vbus()
|
| H A D | ux500.c | 185 .set_vbus = ux500_musb_set_vbus,
|
| /OK3568_Linux_fs/u-boot/include/linux/usb/ |
| H A D | musb.h | 104 int (*set_vbus)(struct device *dev, int is_on); member
|
| /OK3568_Linux_fs/kernel/drivers/phy/ti/ |
| H A D | phy-omap-usb2.c | 122 return phy->comparator->set_vbus(phy->comparator, enabled); in omap_usb_set_vbus() 482 otg->set_vbus = omap_usb_set_vbus; in omap_usb2_probe()
|
| /OK3568_Linux_fs/u-boot/include/power/power_delivery/ |
| H A D | tcpm.h | 144 int (*set_vbus)(struct tcpc_dev *dev, bool on, bool charge); member
|
| /OK3568_Linux_fs/kernel/drivers/usb/typec/tcpm/ |
| H A D | tcpci.h | 197 int (*set_vbus)(struct tcpci *tcpci, struct tcpci_data *data, bool source, bool sink); member
|
| H A D | tcpci.c | 528 if (tcpci->data->set_vbus) { in tcpci_set_vbus() 529 ret = tcpci->data->set_vbus(tcpci, tcpci->data, source, sink); in tcpci_set_vbus() 814 tcpci->tcpc.set_vbus = tcpci_set_vbus; in tcpci_register_port()
|
| H A D | tcpci_husb311.c | 187 chip->data.set_vbus = husb311_set_vbus; in husb311_probe()
|
| H A D | tcpci_et7303.c | 273 chip->data.set_vbus = et7303_set_vbus; in et7303_probe()
|
| /OK3568_Linux_fs/kernel/drivers/usb/phy/ |
| H A D | phy-mv-usb.c | 55 if (mvotg->pdata->set_vbus == NULL) in mv_otg_set_vbus() 58 return mvotg->pdata->set_vbus(on); in mv_otg_set_vbus() 711 otg->set_vbus = mv_otg_set_vbus; in mv_otg_probe()
|
| H A D | phy-isp1301.c | 112 phy->set_vbus = isp1301_phy_set_vbus; in isp1301_probe()
|
| H A D | phy-ulpi.c | 255 otg->set_vbus = ulpi_set_vbus; in otg_ulpi_init()
|
| H A D | phy-twl6030-usb.c | 356 twl->comparator.set_vbus = twl6030_set_vbus; in twl6030_usb_probe()
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-mmp/ |
| H A D | aspenite.c | 235 .set_vbus = NULL,
|
| H A D | ttc_dkb.c | 173 .set_vbus = NULL,
|