Searched defs:hwicap_of_match (Results 1 - 1 of 1) sorted by relevance

/drivers/char/xilinx_hwicap/
H A Dxilinx_hwicap.c760 static const struct of_device_id __devinitconst hwicap_of_match[]; variable in typeref:struct:__devinitconst
768 match = of_match_device(hwicap_of_match, &pdev->dev);
802 static const struct of_device_id __devinitconst hwicap_of_match[] = { variable in typeref:struct:__devinitconst
807 MODULE_DEVICE_TABLE(of, hwicap_of_match);
809 #define hwicap_of_match NULL macro
818 .of_match_table = hwicap_of_match,

Completed in 39 milliseconds