Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/fsl-mc/bus/
Ddprc-driver.c458 static const struct fsl_mc_device_match_id match_id_table[] = { variable
473 .match_id_table = match_id_table,
Dmc-allocator.c532 static const struct fsl_mc_device_match_id match_id_table[] = { variable
560 .match_id_table = match_id_table,
Dmc-bus.c45 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()
/linux-4.1.27/drivers/staging/fsl-mc/include/
Dmc.h40 const struct fsl_mc_device_match_id *match_id_table; member