Searched refs:match_id_table (Results 1 – 4 of 4) sorted by relevance
458 static const struct fsl_mc_device_match_id match_id_table[] = { variable473 .match_id_table = match_id_table,
532 static const struct fsl_mc_device_match_id match_id_table[] = { variable560 .match_id_table = match_id_table,
45 if (!mc_drv->match_id_table) in fsl_mc_bus_match()60 for (id = mc_drv->match_id_table; id->vendor != 0x0; id++) { in fsl_mc_bus_match()
40 const struct fsl_mc_device_match_id *match_id_table; member