Searched refs:of_slave_id (Results 1 – 1 of 1) sorted by relevance
2155 const struct of_device_id *of_slave_id = NULL; in pwrap_probe() local2158 of_slave_id = of_match_node(of_slave_match_tbl, np->child); in pwrap_probe()2160 if (!of_slave_id) { in pwrap_probe()2172 wrp->slave = of_slave_id->data; in pwrap_probe()