Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/bridge/
Dthc63lvd1024.c48 struct thc63_dev *thc63 = to_thc63(bridge); in thc63_attach() local
50 return drm_bridge_attach(bridge->encoder, thc63->next, bridge, flags); in thc63_attach()
57 struct thc63_dev *thc63 = to_thc63(bridge); in thc63_mode_valid() local
67 if (thc63->timings.dual_link) { in thc63_mode_valid()
86 struct thc63_dev *thc63 = to_thc63(bridge); in thc63_enable() local
89 ret = regulator_enable(thc63->vcc); in thc63_enable()
91 dev_err(thc63->dev, in thc63_enable()
96 gpiod_set_value(thc63->pdwn, 0); in thc63_enable()
97 gpiod_set_value(thc63->oe, 1); in thc63_enable()
102 struct thc63_dev *thc63 = to_thc63(bridge); in thc63_disable() local
[all …]