Searched refs:match_id_table (Results 1 – 4 of 4) sorted by relevance
621 static const struct fsl_mc_device_id match_id_table[] = { variable642 .match_id_table = match_id_table,
783 static const struct fsl_mc_device_id match_id_table[] = { variable796 .match_id_table = match_id_table,
86 if (!mc_drv->match_id_table) in fsl_mc_bus_match()101 for (id = mc_drv->match_id_table; id->vendor != 0x0; id++) { in fsl_mc_bus_match()
40 const struct fsl_mc_device_id *match_id_table; member