Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/xilinx_hwicap/
H A Dxilinx_hwicap.c116 static const struct class icap_class = { variable
692 device_create(&icap_class, dev, devt, NULL, "%s%d", DRIVER_NAME, id); in hwicap_setup()
816 device_destroy(&icap_class, drvdata->devt); in hwicap_drv_remove()
853 retval = class_register(&icap_class); in hwicap_module_init()
881 class_unregister(&icap_class); in hwicap_module_cleanup()