Searched refs:of_match_node (Results 1 - 11 of 11) sorted by relevance

/drivers/of/
H A Dplatform.c373 if (!dev || !of_match_node(matches, bus))
411 if (of_match_node(matches, root)) {
414 if (!of_match_node(matches, child))
H A Ddevice.c25 return of_match_node(matches, dev->of_node);
H A Dirq.c456 match = of_match_node(matches, desc->dev);
H A Dbase.c515 * of_match_node - Tell if an device_node has a matching of_match structure
521 const struct of_device_id *of_match_node(const struct of_device_id *matches, function
544 EXPORT_SYMBOL(of_match_node); variable
566 if (of_match_node(matches, np) && of_node_get(np))
/drivers/misc/
H A Datmel_tclib.c168 match = of_match_node(atmel_tcb_dt_ids, pdev->dev.of_node);
/drivers/gpio/
H A Dgpio-mpc8xxx.c358 id = of_match_node(mpc8xxx_gpio_ids, np);
/drivers/rtc/
H A Drtc-s3c.c456 match = of_match_node(s3c_rtc_dt_match, pdev->dev.of_node);
/drivers/dma/
H A Dat_hdmac.c1226 match = of_match_node(atmel_dma_dt_ids, pdev->dev.of_node);
/drivers/tty/serial/
H A Dmpc52xx_uart.c1439 match = of_match_node(mpc52xx_uart_of_match, np);
H A Dsamsung.c1180 match = of_match_node(s3c24xx_uart_dt_match, pdev->dev.of_node);
/drivers/net/ethernet/ibm/emac/
H A Dcore.c3010 if (of_match_node(emac_match, np) == NULL)

Completed in 201 milliseconds