Home
last modified time | relevance | path

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

/linux/drivers/bus/fsl-mc/
H A Dfsl-mc-allocator.c608 static const struct fsl_mc_device_id match_id_table[] = { variable
629 .match_id_table = match_id_table,
H A Ddprc-driver.c861 static const struct fsl_mc_device_id match_id_table[] = { variable
874 .match_id_table = match_id_table,
/linux/include/linux/cdx/
H A Dcdx_bus.h204 const struct cdx_device_id *match_id_table; member
/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-ptp.c253 .match_id_table = dpaa2_ptp_match_id_table,
H A Ddpaa2-switch.c3503 .match_id_table = dpaa2_switch_match_id_table
H A Ddpaa2-eth.c5143 .match_id_table = dpaa2_eth_match_id_table
/linux/drivers/soc/fsl/dpio/
H A Ddpio-driver.c319 .match_id_table = dpaa2_dpio_match_id_table
/linux/drivers/vfio/cdx/
H A Dmain.c332 .match_id_table = vfio_cdx_table,
/linux/include/linux/fsl/
H A Dmc.h49 const struct fsl_mc_device_id *match_id_table; member
/linux/drivers/cdx/
H A Dcdx.c275 ids = cdx_drv->match_id_table; in cdx_bus_match()