Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/bridge/
Dthc63lvd1024.c43 struct thc63_dev *thc63 = to_thc63(bridge); in thc63_attach() local
45 return drm_bridge_attach(bridge->encoder, thc63->next, bridge); in thc63_attach()
50 struct thc63_dev *thc63 = to_thc63(bridge); in thc63_enable() local
53 ret = regulator_enable(thc63->vcc); in thc63_enable()
55 dev_err(thc63->dev, in thc63_enable()
60 gpiod_set_value(thc63->pdwn, 0); in thc63_enable()
61 gpiod_set_value(thc63->oe, 1); in thc63_enable()
66 struct thc63_dev *thc63 = to_thc63(bridge); in thc63_disable() local
69 gpiod_set_value(thc63->oe, 0); in thc63_disable()
70 gpiod_set_value(thc63->pdwn, 1); in thc63_disable()
[all …]