Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/dsa/sja1105/
Dsja1105_main.c3192 static const struct of_device_id sja1105_dt_ids[]; variable
3216 for (match = sja1105_dt_ids; match->compatible[0]; match++) { in sja1105_check_device_id()
3368 static const struct of_device_id sja1105_dt_ids[] = { variable
3381 MODULE_DEVICE_TABLE(of, sja1105_dt_ids);
3402 .of_match_table = of_match_ptr(sja1105_dt_ids),