Searched refs:thc63 (Results 1 – 1 of 1) sorted by relevance
48 struct thc63_dev *thc63 = to_thc63(bridge); in thc63_attach() local50 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() local67 if (thc63->timings.dual_link) { in thc63_mode_valid()86 struct thc63_dev *thc63 = to_thc63(bridge); in thc63_enable() local89 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 …]