Searched refs:hg (Results 1 – 1 of 1) sorted by relevance
| /sound/soc/codecs/ |
| A D | cs35l33.c | 918 struct device_node *hg; in cs35l33_get_hg_data() local 922 hg = of_get_child_by_name(np, "cirrus,hg-algo"); in cs35l33_get_hg_data() 923 hg_config->enable_hg_algo = hg ? true : false; in cs35l33_get_hg_data() 928 if (of_property_read_u32(hg, "cirrus,release-rate", in cs35l33_get_hg_data() 931 if (of_property_read_u32(hg, "cirrus,ldo-thld", &val32) >= 0) in cs35l33_get_hg_data() 933 if (of_property_read_u32(hg, "cirrus,ldo-path-disable", in cs35l33_get_hg_data() 936 if (of_property_read_u32(hg, "cirrus,ldo-entry-delay", in cs35l33_get_hg_data() 940 hg_config->vp_hg_auto = of_property_read_bool(hg, in cs35l33_get_hg_data() 943 if (of_property_read_u32(hg, "cirrus,vp-hg", &val32) >= 0) in cs35l33_get_hg_data() 947 if (of_property_read_u32(hg, "cirrus,vp-hg-va", &val32) >= 0) in cs35l33_get_hg_data() [all …]
|
Completed in 8 milliseconds