Lines Matching refs:match
126 const struct of_device_id *match; in ti_am335x_xbar_probe() local
146 match = of_match_node(ti_am335x_master_match, dma_node); in ti_am335x_xbar_probe()
147 if (!match) { in ti_am335x_xbar_probe()
287 const struct of_device_id *match; in ti_dra7_xbar_probe() local
310 match = of_match_node(ti_dra7_master_match, dma_node); in ti_dra7_xbar_probe()
311 if (!match) { in ti_dra7_xbar_probe()
344 xbar->dma_offset = (u32)match->data; in ti_dra7_xbar_probe()
365 const struct of_device_id *match; in ti_dma_xbar_probe() local
368 match = of_match_node(ti_dma_xbar_match, pdev->dev.of_node); in ti_dma_xbar_probe()
369 if (unlikely(!match)) in ti_dma_xbar_probe()
372 switch ((u32)match->data) { in ti_dma_xbar_probe()