Searched refs:match_id_table (Results 1 – 4 of 4) sorted by relevance
460 static const struct fsl_mc_device_match_id match_id_table[] = { variable475 .match_id_table = match_id_table,
522 static const struct fsl_mc_device_match_id match_id_table[] = { variable550 .match_id_table = match_id_table,
47 if (!mc_drv->match_id_table) in fsl_mc_bus_match()62 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