Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/bus/fsl-mc/
Dfsl-mc-allocator.c621 static const struct fsl_mc_device_id match_id_table[] = { variable
642 .match_id_table = match_id_table,
Ddprc-driver.c783 static const struct fsl_mc_device_id match_id_table[] = { variable
796 .match_id_table = match_id_table,
Dfsl-mc-bus.c86 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()
/linux-4.19.296/include/linux/fsl/
Dmc.h40 const struct fsl_mc_device_id *match_id_table; member