Searched refs:auto_sr (Results 1 – 2 of 2) sorted by relevance
62 static int mmc56x3_chip_set_auto_self_reset(const struct device *dev, bool auto_sr) in mmc56x3_chip_set_auto_self_reset() argument67 if (auto_sr) { in mmc56x3_chip_set_auto_self_reset()78 config->auto_sr = auto_sr; in mmc56x3_chip_set_auto_self_reset()202 ret = mmc56x3_chip_set_auto_self_reset(dev, config->auto_sr); in mmc56x3_chip_init()354 if (new_config->auto_sr != config->auto_sr) { in mmc56x3_chip_configure()355 ret = mmc56x3_chip_set_auto_self_reset(dev, config->auto_sr); in mmc56x3_chip_configure()384 new_config.auto_sr = val->val1 ? true : false; in mmc56x3_attr_set()427 val->val1 = config->auto_sr; in mmc56x3_attr_get()464 .auto_sr = DT_INST_PROP(inst, auto_self_reset), \
98 bool auto_sr; member