Home
last modified time | relevance | path

Searched refs:set_vbus (Results 1 – 25 of 31) sorted by relevance

12

/Linux-v5.15/drivers/usb/host/
Dehci-mv.c42 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()
/Linux-v5.15/include/linux/usb/
Dotg.h35 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()
Dphy.h130 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()
Dphy_companion.h29 int (*set_vbus)(struct phy_companion *x, bool enabled); member
Drenesas_usbhs.h91 int (*set_vbus)(struct platform_device *pdev, int enable); member
Dmusb.h88 int (*set_vbus)(struct device *dev, int is_on); member
Dtcpm.h132 int (*set_vbus)(struct tcpc_dev *dev, bool on, bool charge); member
/Linux-v5.15/drivers/phy/
Dphy-lgm-usb.c91 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.15/include/linux/platform_data/
Dmv_usb.h38 int (*set_vbus)(unsigned int vbus); member
/Linux-v5.15/drivers/usb/musb/
Dmusb_core.h187 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()
Dux500.c185 .set_vbus = ux500_musb_set_vbus,
Ddavinci.c485 .set_vbus = davinci_musb_set_vbus,
Dam35x.c434 .set_vbus = am35x_musb_set_vbus,
Dda8xx.c485 .set_vbus = da8xx_musb_set_vbus,
/Linux-v5.15/drivers/usb/phy/
Dphy-isp1301.c112 phy->set_vbus = isp1301_phy_set_vbus; in isp1301_probe()
Dphy-mv-usb.c55 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()
Dphy-ulpi.c255 otg->set_vbus = ulpi_set_vbus; in otg_ulpi_init()
Dphy-twl6030-usb.c356 twl->comparator.set_vbus = twl6030_set_vbus; in twl6030_usb_probe()
/Linux-v5.15/drivers/usb/typec/tcpm/
Dtcpci.h196 int (*set_vbus)(struct tcpci *tcpci, struct tcpci_data *data, bool source, bool sink); member
Dtcpci.c476 if (tcpci->data->set_vbus) { in tcpci_set_vbus()
477 ret = tcpci->data->set_vbus(tcpci, tcpci->data, source, sink); in tcpci_set_vbus()
762 tcpci->tcpc.set_vbus = tcpci_set_vbus; in tcpci_register_port()
Dtcpci_maxim.c467 chip->data.set_vbus = max_tcpci_set_vbus; in max_tcpci_probe()
Dwcove.c639 wcove->tcpc.set_vbus = wcove_set_vbus; in wcove_typec_probe()
/Linux-v5.15/drivers/phy/ti/
Dphy-omap-usb2.c122 return phy->comparator->set_vbus(phy->comparator, enabled); in omap_usb_set_vbus()
480 otg->set_vbus = omap_usb_set_vbus; in omap_usb2_probe()
/Linux-v5.15/arch/arm/mach-mmp/
Daspenite.c235 .set_vbus = NULL,
Dttc_dkb.c173 .set_vbus = NULL,

12