Home
last modified time | relevance | path

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

12345678910>>...14

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/usb/host/
H A Dehci-mv.c42 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()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/usb/host/
H A Dehci-mv.c42 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()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/usb/host/
H A Dehci-mv.c42 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()
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/usb/
H A 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()
H A 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()
H A Dphy_companion.h29 int (*set_vbus)(struct phy_companion *x, bool enabled); member
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/usb/
H A 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()
H A 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()
H A Dphy_companion.h29 int (*set_vbus)(struct phy_companion *x, bool enabled); member
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/usb/
H A 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()
H A 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()
H A Dphy_companion.h29 int (*set_vbus)(struct phy_companion *x, bool enabled); member
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/phy/
H A 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()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/phy/
H A 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()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/phy/
H A 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()
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/platform_data/
H A Dmv_usb.h38 int (*set_vbus)(unsigned int vbus); member
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/platform_data/
H A Dmv_usb.h38 int (*set_vbus)(unsigned int vbus); member
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/platform_data/
H A Dmv_usb.h38 int (*set_vbus)(unsigned int vbus); member
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/drivers/usb/musb-new/
H A Dmusb_core.h221 void (*set_vbus)(struct musb *musb, int on); member
519 if (musb->ops->set_vbus) in musb_platform_set_vbus()
520 musb->ops->set_vbus(musb, is_on); in musb_platform_set_vbus()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/drivers/usb/musb-new/
H A Dmusb_core.h221 void (*set_vbus)(struct musb *musb, int on); member
519 if (musb->ops->set_vbus) in musb_platform_set_vbus()
520 musb->ops->set_vbus(musb, is_on); in musb_platform_set_vbus()
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/drivers/usb/musb-new/
H A Dmusb_core.h221 void (*set_vbus)(struct musb *musb, int on); member
519 if (musb->ops->set_vbus) in musb_platform_set_vbus()
520 musb->ops->set_vbus(musb, is_on); in musb_platform_set_vbus()
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/drivers/usb/musb-new/
H A Dmusb_core.h221 void (*set_vbus)(struct musb *musb, int on); member
519 if (musb->ops->set_vbus) in musb_platform_set_vbus()
520 musb->ops->set_vbus(musb, is_on); in musb_platform_set_vbus()
/dports/sysutils/u-boot-utilite/u-boot-2015.07/drivers/usb/musb-new/
H A Dmusb_core.h241 void (*set_vbus)(struct musb *musb, int on); member
563 if (musb->ops->set_vbus) in musb_platform_set_vbus()
564 musb->ops->set_vbus(musb, is_on); in musb_platform_set_vbus()
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/drivers/usb/musb-new/
H A Dmusb_core.h221 void (*set_vbus)(struct musb *musb, int on); member
519 if (musb->ops->set_vbus) in musb_platform_set_vbus()
520 musb->ops->set_vbus(musb, is_on); in musb_platform_set_vbus()
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/drivers/usb/musb-new/
H A Dmusb_core.h221 void (*set_vbus)(struct musb *musb, int on); member
519 if (musb->ops->set_vbus) in musb_platform_set_vbus()
520 musb->ops->set_vbus(musb, is_on); in musb_platform_set_vbus()

12345678910>>...14