Home
last modified time | relevance | path

Searched refs:vbus (Results 1 – 25 of 8949) sorted by relevance

12345678910>>...358

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/usb/common/
H A Dusb-conn-gpio.c34 struct regulator *vbus; member
68 int id, vbus, ret; in usb_conn_detect_cable() local
76 vbus = info->vbus_gpiod ? in usb_conn_detect_cable()
81 else if (vbus) in usb_conn_detect_cable()
87 info->last_role, role, id, vbus); in usb_conn_detect_cable()
95 regulator_disable(info->vbus); in usb_conn_detect_cable()
109 if (info->vbus) in usb_conn_detect_cable()
202 info->vbus = NULL; in usb_conn_probe()
207 if (IS_ERR(info->vbus)) { in usb_conn_probe()
210 return PTR_ERR(info->vbus); in usb_conn_probe()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/usb/common/
H A Dusb-conn-gpio.c34 struct regulator *vbus; member
68 int id, vbus, ret; in usb_conn_detect_cable() local
76 vbus = info->vbus_gpiod ? in usb_conn_detect_cable()
81 else if (vbus) in usb_conn_detect_cable()
87 info->last_role, role, id, vbus); in usb_conn_detect_cable()
95 regulator_disable(info->vbus); in usb_conn_detect_cable()
109 if (info->vbus) in usb_conn_detect_cable()
202 info->vbus = NULL; in usb_conn_probe()
207 if (IS_ERR(info->vbus)) { in usb_conn_probe()
210 return PTR_ERR(info->vbus); in usb_conn_probe()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/usb/common/
H A Dusb-conn-gpio.c34 struct regulator *vbus; member
68 int id, vbus, ret; in usb_conn_detect_cable() local
76 vbus = info->vbus_gpiod ? in usb_conn_detect_cable()
81 else if (vbus) in usb_conn_detect_cable()
87 info->last_role, role, id, vbus); in usb_conn_detect_cable()
95 regulator_disable(info->vbus); in usb_conn_detect_cable()
109 if (info->vbus) in usb_conn_detect_cable()
202 info->vbus = NULL; in usb_conn_probe()
207 if (IS_ERR(info->vbus)) { in usb_conn_probe()
210 return PTR_ERR(info->vbus); in usb_conn_probe()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/phy/socionext/
H A Dphy-uniphier-usb2.c42 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()
H A Dphy-uniphier-usb3ss.c57 struct regulator *vbus; member
122 if (priv->vbus) { in uniphier_u3ssphy_power_on()
123 ret = regulator_enable(priv->vbus); in uniphier_u3ssphy_power_on()
144 if (priv->vbus) in uniphier_u3ssphy_power_off()
145 regulator_disable(priv->vbus); in uniphier_u3ssphy_power_off()
265 priv->vbus = devm_regulator_get_optional(dev, "vbus"); in uniphier_u3ssphy_probe()
266 if (IS_ERR(priv->vbus)) { in uniphier_u3ssphy_probe()
267 if (PTR_ERR(priv->vbus) == -EPROBE_DEFER) in uniphier_u3ssphy_probe()
268 return PTR_ERR(priv->vbus); in uniphier_u3ssphy_probe()
269 priv->vbus = NULL; in uniphier_u3ssphy_probe()
H A Dphy-uniphier-usb3hs.c73 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()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/phy/socionext/
H A Dphy-uniphier-usb2.c42 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()
H A Dphy-uniphier-usb3ss.c57 struct regulator *vbus; member
122 if (priv->vbus) { in uniphier_u3ssphy_power_on()
123 ret = regulator_enable(priv->vbus); in uniphier_u3ssphy_power_on()
144 if (priv->vbus) in uniphier_u3ssphy_power_off()
145 regulator_disable(priv->vbus); in uniphier_u3ssphy_power_off()
265 priv->vbus = devm_regulator_get_optional(dev, "vbus"); in uniphier_u3ssphy_probe()
266 if (IS_ERR(priv->vbus)) { in uniphier_u3ssphy_probe()
267 if (PTR_ERR(priv->vbus) == -EPROBE_DEFER) in uniphier_u3ssphy_probe()
268 return PTR_ERR(priv->vbus); in uniphier_u3ssphy_probe()
269 priv->vbus = NULL; in uniphier_u3ssphy_probe()
H A Dphy-uniphier-usb3hs.c73 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()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/phy/socionext/
H A Dphy-uniphier-usb2.c42 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()
H A Dphy-uniphier-usb3ss.c57 struct regulator *vbus; member
122 if (priv->vbus) { in uniphier_u3ssphy_power_on()
123 ret = regulator_enable(priv->vbus); in uniphier_u3ssphy_power_on()
144 if (priv->vbus) in uniphier_u3ssphy_power_off()
145 regulator_disable(priv->vbus); in uniphier_u3ssphy_power_off()
265 priv->vbus = devm_regulator_get_optional(dev, "vbus"); in uniphier_u3ssphy_probe()
266 if (IS_ERR(priv->vbus)) { in uniphier_u3ssphy_probe()
267 if (PTR_ERR(priv->vbus) == -EPROBE_DEFER) in uniphier_u3ssphy_probe()
268 return PTR_ERR(priv->vbus); in uniphier_u3ssphy_probe()
269 priv->vbus = NULL; in uniphier_u3ssphy_probe()
H A Dphy-uniphier-usb3hs.c73 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()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/phy/samsung/
H A Dphy-samsung-usb2.c29 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()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/phy/samsung/
H A Dphy-samsung-usb2.c29 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()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/phy/samsung/
H A Dphy-samsung-usb2.c29 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()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/usb/phy/
H A Dphy-omap-otg.c24 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()
H A Dphy-gpio-vbus-usb.c39 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()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/usb/phy/
H A Dphy-omap-otg.c24 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()
H A Dphy-gpio-vbus-usb.c39 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()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/usb/phy/
H A Dphy-omap-otg.c24 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()
H A Dphy-gpio-vbus-usb.c39 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()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arm/boot/dts/
H A Dimx6qdl-prti6q.dtsi21 reg_usb_h1_vbus: regulator-h1-vbus {
23 regulator-name = "h1-vbus";
28 reg_usb_otg_vbus: regulator-otg-vbus {
30 regulator-name = "otg-vbus";
69 vbus-supply = <&reg_usb_h1_vbus>;
76 vbus-supply = <&reg_usb_otg_vbus>;
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arm/boot/dts/
H A Dimx6qdl-prti6q.dtsi21 reg_usb_h1_vbus: regulator-h1-vbus {
23 regulator-name = "h1-vbus";
28 reg_usb_otg_vbus: regulator-otg-vbus {
30 regulator-name = "otg-vbus";
69 vbus-supply = <&reg_usb_h1_vbus>;
76 vbus-supply = <&reg_usb_otg_vbus>;
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arm/boot/dts/
H A Dimx6qdl-prti6q.dtsi21 reg_usb_h1_vbus: regulator-h1-vbus {
23 regulator-name = "h1-vbus";
28 reg_usb_otg_vbus: regulator-otg-vbus {
30 regulator-name = "otg-vbus";
69 vbus-supply = <&reg_usb_h1_vbus>;
76 vbus-supply = <&reg_usb_otg_vbus>;
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/arch/arm/dts/
H A Drk3036-sdk.dts53 vbus-supply = <&vcc5v0_host>;
58 vbus-supply = <&vcc5v0_otg>;
64 otg_vbus_drv: host-vbus-drv {
70 host_vbus_drv: host-vbus-drv {

12345678910>>...358