of_sdw_find_device_by_node
EXPORT_SYMBOL_GPL(of_sdw_find_device_by_node);
struct device *of_sdw_find_device_by_node(struct device_node *np);
pm4125->rxdev = of_sdw_find_device_by_node(pm4125->rxnode);
pm4125->txdev = of_sdw_find_device_by_node(pm4125->txnode);
wcd937x->rxdev = of_sdw_find_device_by_node(wcd937x->rxnode);
wcd937x->txdev = of_sdw_find_device_by_node(wcd937x->txnode);
wcd938x->rxdev = of_sdw_find_device_by_node(wcd938x->rxnode);
wcd938x->txdev = of_sdw_find_device_by_node(wcd938x->txnode);
wcd939x->rxdev = of_sdw_find_device_by_node(wcd939x->rxnode);
wcd939x->txdev = of_sdw_find_device_by_node(wcd939x->txnode);