Home
last modified time | relevance | path

Searched refs:vcc_intf (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/drm/bridge/
H A Dti-dlpc3433.c64 struct regulator *vcc_intf; member
182 ret = regulator_enable(dlpc->vcc_intf); in dlpc_atomic_pre_enable()
201 regulator_disable(dlpc->vcc_intf); in dlpc_atomic_post_disable()
275 dlpc->vcc_intf = devm_regulator_get(dlpc->dev, "vcc_intf"); in dlpc3433_parse_dt()
276 if (IS_ERR(dlpc->vcc_intf)) in dlpc3433_parse_dt()
277 return dev_err_probe(dev, PTR_ERR(dlpc->vcc_intf), in dlpc3433_parse_dt()
/openbmc/linux/Documentation/devicetree/bindings/display/bridge/
H A Dti,dlpc3433.yaml36 vcc_intf-supply: