/drivers/usb/common/ |
D | usb-conn-gpio.c | 34 struct regulator *vbus; member 69 int id, vbus, ret; in usb_conn_detect_cable() local 77 vbus = info->vbus_gpiod ? in usb_conn_detect_cable() 82 else if (vbus) in usb_conn_detect_cable() 88 usb_role_string(info->last_role), usb_role_string(role), id, vbus); in usb_conn_detect_cable() 97 if (info->last_role == USB_ROLE_HOST && info->vbus) in usb_conn_detect_cable() 98 regulator_disable(info->vbus); in usb_conn_detect_cable() 104 if (role == USB_ROLE_HOST && info->vbus) { in usb_conn_detect_cable() 105 ret = regulator_enable(info->vbus); in usb_conn_detect_cable() 112 if (info->vbus) in usb_conn_detect_cable() [all …]
|
/drivers/phy/socionext/ |
D | phy-uniphier-usb2.c | 42 struct regulator *vbus; member 52 if (priv->vbus) in uniphier_u2phy_power_on() 53 ret = regulator_enable(priv->vbus); in uniphier_u2phy_power_on() 62 if (priv->vbus) in uniphier_u2phy_power_off() 63 regulator_disable(priv->vbus); in uniphier_u2phy_power_off() 140 priv->vbus = devm_regulator_get_optional(dev, "vbus"); in uniphier_u2phy_probe() 141 if (IS_ERR(priv->vbus)) { in uniphier_u2phy_probe() 142 if (PTR_ERR(priv->vbus) == -EPROBE_DEFER) { in uniphier_u2phy_probe() 143 ret = PTR_ERR(priv->vbus); in uniphier_u2phy_probe() 146 priv->vbus = NULL; in uniphier_u2phy_probe()
|
D | phy-uniphier-usb3ss.c | 59 struct regulator *vbus; member 124 if (priv->vbus) { in uniphier_u3ssphy_power_on() 125 ret = regulator_enable(priv->vbus); in uniphier_u3ssphy_power_on() 146 if (priv->vbus) in uniphier_u3ssphy_power_off() 147 regulator_disable(priv->vbus); in uniphier_u3ssphy_power_off() 267 priv->vbus = devm_regulator_get_optional(dev, "vbus"); in uniphier_u3ssphy_probe() 268 if (IS_ERR(priv->vbus)) { in uniphier_u3ssphy_probe() 269 if (PTR_ERR(priv->vbus) == -EPROBE_DEFER) in uniphier_u3ssphy_probe() 270 return PTR_ERR(priv->vbus); in uniphier_u3ssphy_probe() 271 priv->vbus = NULL; in uniphier_u3ssphy_probe()
|
D | phy-uniphier-usb3hs.c | 73 struct regulator *vbus; member 220 if (priv->vbus) { in uniphier_u3hsphy_power_on() 221 ret = regulator_enable(priv->vbus); in uniphier_u3hsphy_power_on() 242 if (priv->vbus) in uniphier_u3hsphy_power_off() 243 regulator_disable(priv->vbus); in uniphier_u3hsphy_power_off() 376 priv->vbus = devm_regulator_get_optional(dev, "vbus"); in uniphier_u3hsphy_probe() 377 if (IS_ERR(priv->vbus)) { in uniphier_u3hsphy_probe() 378 if (PTR_ERR(priv->vbus) == -EPROBE_DEFER) in uniphier_u3hsphy_probe() 379 return PTR_ERR(priv->vbus); in uniphier_u3hsphy_probe() 380 priv->vbus = NULL; in uniphier_u3hsphy_probe()
|
/drivers/phy/samsung/ |
D | phy-samsung-usb2.c | 29 if (drv->vbus) { in samsung_usb2_phy_power_on() 30 ret = regulator_enable(drv->vbus); in samsung_usb2_phy_power_on() 56 if (drv->vbus) in samsung_usb2_phy_power_on() 57 regulator_disable(drv->vbus); in samsung_usb2_phy_power_on() 79 if (drv->vbus) in samsung_usb2_phy_power_off() 80 ret = regulator_disable(drv->vbus); in samsung_usb2_phy_power_off() 214 drv->vbus = devm_regulator_get(dev, "vbus"); in samsung_usb2_phy_probe() 215 if (IS_ERR(drv->vbus)) { in samsung_usb2_phy_probe() 216 ret = PTR_ERR(drv->vbus); in samsung_usb2_phy_probe() 219 drv->vbus = NULL; in samsung_usb2_phy_probe()
|
D | phy-exynos5-usbdrd.c | 210 struct regulator *vbus; member 503 if (phy_drd->vbus) { in exynos5_usbdrd_phy_power_on() 504 ret = regulator_enable(phy_drd->vbus); in exynos5_usbdrd_phy_power_on() 542 if (phy_drd->vbus) in exynos5_usbdrd_phy_power_off() 543 regulator_disable(phy_drd->vbus); in exynos5_usbdrd_phy_power_off() 888 phy_drd->vbus = devm_regulator_get(dev, "vbus"); in exynos5_usbdrd_phy_probe() 889 if (IS_ERR(phy_drd->vbus)) { in exynos5_usbdrd_phy_probe() 890 ret = PTR_ERR(phy_drd->vbus); in exynos5_usbdrd_phy_probe() 895 phy_drd->vbus = NULL; in exynos5_usbdrd_phy_probe()
|
/drivers/usb/phy/ |
D | phy-omap-otg.c | 24 bool vbus; member 52 if (!otg_dev->id && otg_dev->vbus) in omap_otg_set_mode() 55 else if (otg_dev->vbus) in omap_otg_set_mode() 80 otg_dev->vbus = event; in omap_otg_vbus_notifier() 125 otg_dev->vbus = extcon_get_state(extcon, EXTCON_USB); in omap_otg_probe() 133 otg_dev->vbus); in omap_otg_probe()
|
D | phy-gpio-vbus-usb.c | 39 int vbus; member 96 int status, vbus; in gpio_vbus_work() local 101 vbus = is_vbus_powered(gpio_vbus); in gpio_vbus_work() 102 if ((vbus ^ gpio_vbus->vbus) == 0) in gpio_vbus_work() 104 gpio_vbus->vbus = vbus; in gpio_vbus_work() 112 if (vbus) { in gpio_vbus_work() 196 gpio_vbus->vbus = 0; /* start with disconnected */ in gpio_vbus_set_peripheral()
|
D | phy-generic.c | 105 int vbus, status; in nop_gpio_vbus_thread() local 107 vbus = gpiod_get_value(nop->gpiod_vbus); in nop_gpio_vbus_thread() 108 if ((vbus ^ nop->vbus) == 0) in nop_gpio_vbus_thread() 110 nop->vbus = vbus; in nop_gpio_vbus_thread() 112 if (vbus) { in nop_gpio_vbus_thread()
|
/drivers/usb/typec/tcpm/ |
D | tcpci_mt6370.c | 30 struct regulator *vbus; member 86 ret = regulator_is_enabled(priv->vbus); in mt6370_tcpc_set_vbus() 91 return regulator_disable(priv->vbus); in mt6370_tcpc_set_vbus() 94 return regulator_enable(priv->vbus); in mt6370_tcpc_set_vbus() 157 priv->vbus = devm_regulator_get_optional(dev, "vbus"); in mt6370_tcpc_probe() 158 if (!IS_ERR(priv->vbus)) in mt6370_tcpc_probe()
|
D | tcpci_rt1711h.c | 58 struct regulator *vbus; member 156 ret = regulator_enable(chip->vbus); in rt1711h_set_vbus() 158 ret = regulator_disable(chip->vbus); in rt1711h_set_vbus() 365 chip->vbus = devm_regulator_get(&client->dev, "vbus"); in rt1711h_probe() 366 if (IS_ERR(chip->vbus)) in rt1711h_probe() 367 return PTR_ERR(chip->vbus); in rt1711h_probe()
|
/drivers/phy/motorola/ |
D | phy-cpcap-usb.c | 124 struct iio_channel *vbus; member 136 error = iio_read_channel_processed(ddata->vbus, &value); in cpcap_usb_vbus_valid() 220 bool vbus = false; in cpcap_usb_detect() local 229 vbus = cpcap_usb_vbus_valid(ddata); in cpcap_usb_detect() 247 if (vbus && s.id_ground && ddata->docked) { in cpcap_usb_detect() 256 if (vbus && s.id_ground && !ddata->vbus_provider) { in cpcap_usb_detect() 305 vbus = cpcap_usb_vbus_valid(ddata); in cpcap_usb_detect() 308 if (vbus) { in cpcap_usb_detect() 567 ddata->vbus = devm_iio_channel_get(ddata->dev, "vbus"); in cpcap_usb_init_iio() 568 if (IS_ERR(ddata->vbus)) { in cpcap_usb_init_iio() [all …]
|
/drivers/usb/dwc3/ |
D | dwc3-meson-g12a.c | 266 struct regulator *vbus; member 501 if (priv->vbus) { in dwc3_meson_g12a_otg_mode_set() 503 ret = regulator_disable(priv->vbus); in dwc3_meson_g12a_otg_mode_set() 505 ret = regulator_enable(priv->vbus); in dwc3_meson_g12a_otg_mode_set() 725 priv->vbus = devm_regulator_get_optional(dev, "vbus"); in dwc3_meson_g12a_probe() 726 if (IS_ERR(priv->vbus)) { in dwc3_meson_g12a_probe() 727 if (PTR_ERR(priv->vbus) == -EPROBE_DEFER) in dwc3_meson_g12a_probe() 728 return PTR_ERR(priv->vbus); in dwc3_meson_g12a_probe() 729 priv->vbus = NULL; in dwc3_meson_g12a_probe() 764 if (priv->vbus) { in dwc3_meson_g12a_probe() [all …]
|
/drivers/phy/renesas/ |
D | phy-rcar-gen3-usb2.c | 115 struct regulator *vbus; member 184 static void rcar_gen3_enable_vbus_ctrl(struct rcar_gen3_chan *ch, int vbus) in rcar_gen3_enable_vbus_ctrl() argument 191 dev_vdbg(ch->dev, "%s: %08x, %d\n", __func__, val, vbus); in rcar_gen3_enable_vbus_ctrl() 198 if (vbus) in rcar_gen3_enable_vbus_ctrl() 507 if (channel->vbus) { in rcar_gen3_phy_usb2_power_on() 508 ret = regulator_enable(channel->vbus); in rcar_gen3_phy_usb2_power_on() 539 if (channel->vbus) in rcar_gen3_phy_usb2_power_off() 540 ret = regulator_disable(channel->vbus); in rcar_gen3_phy_usb2_power_off() 723 channel->vbus = devm_regulator_get_optional(dev, "vbus"); in rcar_gen3_phy_usb2_probe() 724 if (IS_ERR(channel->vbus)) { in rcar_gen3_phy_usb2_probe() [all …]
|
/drivers/phy/freescale/ |
D | phy-fsl-imx8mq-usb.c | 38 struct regulator *vbus; member 110 ret = regulator_enable(imx_phy->vbus); in imx8mq_phy_power_on() 122 regulator_disable(imx_phy->vbus); in imx8mq_phy_power_off() 179 imx_phy->vbus = devm_regulator_get(dev, "vbus"); in imx8mq_usb_phy_probe() 180 if (IS_ERR(imx_phy->vbus)) in imx8mq_usb_phy_probe() 181 return PTR_ERR(imx_phy->vbus); in imx8mq_usb_phy_probe()
|
/drivers/phy/rockchip/ |
D | phy-rockchip-usb.c | 77 struct regulator *vbus; member 100 if (phy->vbus) in rockchip_usb_phy480m_disable() 101 regulator_disable(phy->vbus); in rockchip_usb_phy480m_disable() 158 if (phy->vbus) { in rockchip_usb_phy_power_on() 161 ret = regulator_enable(phy->vbus); in rockchip_usb_phy_power_on() 291 rk_phy->vbus = devm_regulator_get_optional(&rk_phy->phy->dev, "vbus"); in rockchip_usb_phy_init() 292 if (IS_ERR(rk_phy->vbus)) { in rockchip_usb_phy_init() 293 if (PTR_ERR(rk_phy->vbus) == -EPROBE_DEFER) in rockchip_usb_phy_init() 294 return PTR_ERR(rk_phy->vbus); in rockchip_usb_phy_init() 295 rk_phy->vbus = NULL; in rockchip_usb_phy_init()
|
/drivers/phy/ |
D | phy-lgm-usb.c | 42 struct regulator *vbus; member 127 ret = regulator_enable(ta->vbus); in phy_set_vbus() 129 ret = regulator_disable(ta->vbus); in phy_set_vbus() 216 ta->vbus = devm_regulator_get(dev, "vbus"); in phy_probe() 217 if (IS_ERR(ta->vbus)) in phy_probe() 218 return PTR_ERR(ta->vbus); in phy_probe()
|
/drivers/usb/musb/ |
D | davinci.c | 40 struct gpio_desc *vbus; member 146 gpiod_set_value_cansleep(glue->vbus, glue->vbus_state); in evm_deferred_drvvbus() 156 if (!glue->vbus) in davinci_musb_source_power() 169 gpiod_set_value_cansleep(glue->vbus, glue->vbus_state); in davinci_musb_source_power() 527 glue->vbus = devm_gpiod_get_optional(&pdev->dev, NULL, GPIOD_OUT_LOW); in davinci_probe() 528 if (IS_ERR(glue->vbus)) { in davinci_probe() 529 ret = PTR_ERR(glue->vbus); in davinci_probe()
|
/drivers/usb/host/ |
D | ohci-pxa27x.c | 122 struct regulator *vbus[3]; member 173 struct regulator *vbus = pxa_ohci->vbus[port]; in pxa27x_ohci_set_vbus_power() local 176 if (IS_ERR_OR_NULL(vbus)) in pxa27x_ohci_set_vbus_power() 180 ret = regulator_enable(vbus); in pxa27x_ohci_set_vbus_power() 182 ret = regulator_disable(vbus); in pxa27x_ohci_set_vbus_power() 473 pxa_ohci->vbus[i] = devm_regulator_get(&pdev->dev, name); in ohci_hcd_pxa27x_probe()
|
/drivers/usb/mtu3/ |
D | mtu3_dr.c | 105 struct regulator *vbus = otg_sx->vbus; in ssusb_set_vbus() local 109 if (!vbus) in ssusb_set_vbus() 115 ret = regulator_enable(vbus); in ssusb_set_vbus() 121 regulator_disable(vbus); in ssusb_set_vbus()
|
/drivers/extcon/ |
D | extcon-usb-gpio.c | 62 int id, vbus; in usb_extcon_detect_cable() local 70 vbus = info->vbus_gpiod ? in usb_extcon_detect_cable() 76 if (!vbus) in usb_extcon_detect_cable() 82 if (vbus) in usb_extcon_detect_cable()
|
/drivers/phy/st/ |
D | phy-stm32-usbphyc.c | 138 struct regulator *vbus; member 380 if (usbphyc_phy->vbus) in stm32_usbphyc_phy_power_on() 381 return regulator_enable(usbphyc_phy->vbus); in stm32_usbphyc_phy_power_on() 390 if (usbphyc_phy->vbus) in stm32_usbphyc_phy_power_off() 391 return regulator_disable(usbphyc_phy->vbus); in stm32_usbphyc_phy_power_off() 727 usbphyc->phys[port]->vbus = devm_regulator_get_optional(&phy->dev, "vbus"); in stm32_usbphyc_probe() 728 if (IS_ERR(usbphyc->phys[port]->vbus)) { in stm32_usbphyc_probe() 729 ret = PTR_ERR(usbphyc->phys[port]->vbus); in stm32_usbphyc_probe() 732 usbphyc->phys[port]->vbus = NULL; in stm32_usbphyc_probe()
|
/drivers/phy/broadcom/ |
D | phy-bcm-ns2-usbdrd.c | 231 int vbus; in extcon_work() local 238 vbus = gpiod_get_value_cansleep(driver->vbus_gpiod); in extcon_work() 240 if (!id && vbus) { /* Host connected */ in extcon_work() 245 } else if (id && !vbus) { /* Disconnected */ in extcon_work() 249 } else if (id && vbus) { /* Device connected */ in extcon_work()
|
/drivers/phy/allwinner/ |
D | phy-sun4i-usb.c | 135 struct regulator *vbus; member 483 if (!phy->vbus || phy->regulator_on) in sun4i_usb_phy_power_on() 493 ret = regulator_enable(phy->vbus); in sun4i_usb_phy_power_on() 511 if (!phy->vbus || !phy->regulator_on) in sun4i_usb_phy_power_off() 514 regulator_disable(phy->vbus); in sun4i_usb_phy_power_off() 808 phy->vbus = devm_regulator_get_optional(dev, name); in sun4i_usb_phy_probe() 809 if (IS_ERR(phy->vbus)) { in sun4i_usb_phy_probe() 810 if (PTR_ERR(phy->vbus) == -EPROBE_DEFER) { in sun4i_usb_phy_probe() 817 phy->vbus = NULL; in sun4i_usb_phy_probe()
|
/drivers/gpu/drm/nouveau/nvkm/subdev/iccsense/ |
D | base.c | 54 int vbus = nv_rd16i2cr(i2c, addr, bus_reg); in nvkm_iccsense_poll_lane() local 56 if (vshunt < 0 || vbus < 0) in nvkm_iccsense_poll_lane() 60 vbus >>= bus_shift; in nvkm_iccsense_poll_lane() 62 return vbus * vshunt * lsb / shunt; in nvkm_iccsense_poll_lane()
|