Home
last modified time | relevance | path

Searched refs:config_match (Results 1 – 1 of 1) sorted by relevance

/drivers/regulator/
Dda9121-regulator.c828 bool config_match = false; in da9121_check_device_type() local
854 config_match = (variant_vrc == DA9121_VARIANT_VRC); in da9121_check_device_type()
858 config_match = (variant_vrc == DA9130_VARIANT_VRC); in da9121_check_device_type()
862 config_match = (variant_vrc == DA9220_VARIANT_VRC); in da9121_check_device_type()
866 config_match = (variant_vrc == DA9132_VARIANT_VRC); in da9121_check_device_type()
870 config_match = (variant_vrc == DA9122_VARIANT_VRC); in da9121_check_device_type()
874 config_match = (variant_vrc == DA9131_VARIANT_VRC); in da9121_check_device_type()
878 config_match = (variant_vrc == DA9217_VARIANT_VRC); in da9121_check_device_type()
889 if (!config_match) { in da9121_check_device_type()