Searched refs:mbq_config (Results 1 – 1 of 1) sorted by relevance
302 struct regmap_sdw_mbq_cfg *mbq_config; in class_function_probe() local323 mbq_config = devm_kmemdup(dev, &class_function_mbq_config, sizeof(*mbq_config), in class_function_probe()325 if (!mbq_config) in class_function_probe()357 mbq_config->timeout_us = drv->function->busy_max_delay; in class_function_probe()358 mbq_config->retry_us = umax(drv->function->busy_max_delay / 10, in class_function_probe()359 mbq_config->retry_us); in class_function_probe()362 drv->regmap = devm_regmap_init_sdw_mbq_cfg(dev, core->sdw, config, mbq_config); in class_function_probe()