Searched refs:thc63 (Results 1 – 1 of 1) sorted by relevance
92 dev_err(thc63->dev, in thc63_enable()111 dev_err(thc63->dev, in thc63_disable()137 if (!thc63->next) in thc63_parse_dt()161 thc63->oe = devm_gpiod_get_optional(thc63->dev, "oe", GPIOD_OUT_LOW); in thc63_gpio_init()164 PTR_ERR(thc63->oe)); in thc63_gpio_init()168 thc63->pdwn = devm_gpiod_get_optional(thc63->dev, "powerdown", in thc63_gpio_init()186 if (IS_ERR(thc63)) in thc63_probe()187 return PTR_ERR(thc63); in thc63_probe()192 thc63->vcc = devm_regulator_get(thc63->dev, "vcc"); in thc63_probe()210 thc63->bridge.driver_private = thc63; in thc63_probe()[all …]
Completed in 4 milliseconds