Searched refs:axis_fifo_driver_class (Results 1 – 1 of 1) sorted by relevance
108 static struct class *axis_fifo_driver_class; /* char device class */ variable1007 fifo->device = device_create(axis_fifo_driver_class, NULL, fifo->devt, in axis_fifo_probe()1041 device_destroy(axis_fifo_driver_class, fifo->devt); in axis_fifo_probe()1063 device_destroy(axis_fifo_driver_class, fifo->devt); in axis_fifo_remove()1091 axis_fifo_driver_class = class_create(THIS_MODULE, DRIVER_NAME); in axis_fifo_init()1100 class_destroy(axis_fifo_driver_class); in axis_fifo_exit()