| /Linux-v5.10/drivers/usb/host/ |
| D | ehci-mv.c | 42 int (*set_vbus)(unsigned int vbus); member 128 ehci_mv->set_vbus = pdata->set_vbus; in mv_ehci_probe() 201 if (ehci_mv->set_vbus) in mv_ehci_probe() 202 ehci_mv->set_vbus(1); in mv_ehci_probe() 229 if (ehci_mv->set_vbus) in mv_ehci_probe() 230 ehci_mv->set_vbus(0); in mv_ehci_probe() 251 if (ehci_mv->set_vbus) in mv_ehci_remove() 252 ehci_mv->set_vbus(0); in mv_ehci_remove()
|
| /Linux-v5.10/include/linux/usb/ |
| D | otg.h | 35 int (*set_vbus)(struct usb_otg *otg, bool enabled); member 76 if (otg && otg->set_vbus) in otg_set_vbus() 77 return otg->set_vbus(otg, enabled); in otg_set_vbus()
|
| D | phy.h | 130 int (*set_vbus)(struct usb_phy *x, int on); member 201 if (!x || !x->set_vbus) in usb_phy_vbus_on() 204 return x->set_vbus(x, true); in usb_phy_vbus_on() 210 if (!x || !x->set_vbus) in usb_phy_vbus_off() 213 return x->set_vbus(x, false); in usb_phy_vbus_off()
|
| D | phy_companion.h | 29 int (*set_vbus)(struct phy_companion *x, bool enabled); member
|
| D | renesas_usbhs.h | 91 int (*set_vbus)(struct platform_device *pdev, int enable); member
|
| D | musb.h | 88 int (*set_vbus)(struct device *dev, int is_on); member
|
| D | tcpm.h | 99 int (*set_vbus)(struct tcpc_dev *dev, bool on, bool charge); member
|
| /Linux-v5.10/drivers/phy/ |
| 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()
|
| /Linux-v5.10/include/linux/platform_data/ |
| D | mv_usb.h | 38 int (*set_vbus)(unsigned int vbus); member
|
| /Linux-v5.10/drivers/usb/musb/ |
| 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()
|
| D | ux500.c | 185 .set_vbus = ux500_musb_set_vbus,
|
| D | davinci.c | 485 .set_vbus = davinci_musb_set_vbus,
|
| D | am35x.c | 434 .set_vbus = am35x_musb_set_vbus,
|
| D | da8xx.c | 485 .set_vbus = da8xx_musb_set_vbus,
|
| /Linux-v5.10/drivers/usb/typec/tcpm/ |
| D | tcpci.h | 156 int (*set_vbus)(struct tcpci *tcpci, struct tcpci_data *data, bool source, bool sink); member
|
| D | tcpci.c | 347 if (tcpci->data->set_vbus) { in tcpci_set_vbus() 348 ret = tcpci->data->set_vbus(tcpci, tcpci->data, source, sink); in tcpci_set_vbus() 619 tcpci->tcpc.set_vbus = tcpci_set_vbus; in tcpci_register_port()
|
| D | tcpci_maxim.c | 440 chip->data.set_vbus = max_tcpci_set_vbus; in max_tcpci_probe()
|
| D | wcove.c | 638 wcove->tcpc.set_vbus = wcove_set_vbus; in wcove_typec_probe()
|
| /Linux-v5.10/drivers/usb/phy/ |
| D | phy-isp1301.c | 112 phy->set_vbus = isp1301_phy_set_vbus; in isp1301_probe()
|
| 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()
|
| D | phy-ulpi.c | 255 otg->set_vbus = ulpi_set_vbus; in otg_ulpi_init()
|
| D | phy-twl6030-usb.c | 351 twl->comparator.set_vbus = twl6030_set_vbus; in twl6030_usb_probe()
|
| /Linux-v5.10/drivers/phy/ti/ |
| 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()
|
| /Linux-v5.10/arch/arm/mach-mmp/ |
| D | aspenite.c | 235 .set_vbus = NULL,
|
| D | ttc_dkb.c | 173 .set_vbus = NULL,
|