Searched refs:thc63 (Results 1 – 1 of 1) sorted by relevance
43 struct thc63_dev *thc63 = to_thc63(bridge); in thc63_attach() local45 return drm_bridge_attach(bridge->encoder, thc63->next, bridge); in thc63_attach()50 struct thc63_dev *thc63 = to_thc63(bridge); in thc63_enable() local53 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() local69 gpiod_set_value(thc63->oe, 0); in thc63_disable()70 gpiod_set_value(thc63->pdwn, 1); in thc63_disable()[all …]