Home
last modified time | relevance | path

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

/drivers/char/xilinx_hwicap/
Dxilinx_hwicap.c788 static const struct of_device_id hwicap_of_match[]; variable
796 match = of_match_device(hwicap_of_match, &pdev->dev); in hwicap_drv_probe()
832 static const struct of_device_id hwicap_of_match[] = { variable
837 MODULE_DEVICE_TABLE(of, hwicap_of_match);
839 #define hwicap_of_match NULL macro
847 .of_match_table = hwicap_of_match,