Lines Matching defs:of_id
1151 const struct of_device_id *of_id;
1153 for (of_id = of_mvebu_mbus_ids; of_id->compatible[0]; of_id++)
1154 if (!strcmp(of_id->compatible, soc))
1157 if (!of_id->compatible[0]) {
1162 mbus_state.soc = of_id->data;
1311 const struct of_device_id *of_id;
1315 np = of_find_matching_node_and_match(NULL, of_mvebu_mbus_ids, &of_id);
1321 mbus_state.soc = of_id->data;