Searched refs:thc63 (Results 1 – 1 of 1) sorted by relevance
91 dev_err(thc63->dev, in thc63_enable()110 dev_err(thc63->dev, in thc63_disable()136 if (!thc63->next) in thc63_parse_dt()160 thc63->oe = devm_gpiod_get_optional(thc63->dev, "oe", GPIOD_OUT_LOW); in thc63_gpio_init()163 PTR_ERR(thc63->oe)); in thc63_gpio_init()167 thc63->pdwn = devm_gpiod_get_optional(thc63->dev, "powerdown", in thc63_gpio_init()183 thc63 = devm_kzalloc(&pdev->dev, sizeof(*thc63), GFP_KERNEL); in thc63_probe()184 if (!thc63) in thc63_probe()190 thc63->vcc = devm_regulator_get(thc63->dev, "vcc"); in thc63_probe()208 thc63->bridge.driver_private = thc63; in thc63_probe()[all …]