Searched refs:nct38xx_dev (Results 1 – 1 of 1) sorted by relevance
33 const struct device **nct38xx_dev; member111 nct38xx_gpio_alert_handler(config->nct38xx_dev[i]); in nct38xx_alert_worker()126 if (!device_is_ready(config->nct38xx_dev[i])) { in nct38xx_alert_init()127 LOG_ERR("%s device not ready", config->nct38xx_dev[i]->name); in nct38xx_alert_init()131 data->mfd[i].lock = mfd_nct38xx_get_lock_reference(config->nct38xx_dev[i]); in nct38xx_alert_init()132 data->mfd[i].i2c_dev = mfd_nct38xx_get_i2c_dt_spec(config->nct38xx_dev[i]); in nct38xx_alert_init()165 DT_INST_FOREACH_PROP_ELEM(inst, nct38xx_dev, NCT38XX_DEV_AND_COMMA)}; \166 static struct nct38xx_mfd nct38xx_mfd_##inst[DT_INST_PROP_LEN(inst, nct38xx_dev)]; \169 .nct38xx_dev = &nct38xx_dev_##inst[0], \170 .nct38xx_num = DT_INST_PROP_LEN(inst, nct38xx_dev), \