fpga_mgr_class     22 drivers/fpga/fpga-mgr.c static struct class *fpga_mgr_class;
fpga_mgr_class    476 drivers/fpga/fpga-mgr.c 	struct device *mgr_dev = class_find_device(fpga_mgr_class, NULL, dev,
fpga_mgr_class    496 drivers/fpga/fpga-mgr.c 	dev = class_find_device_by_of_node(fpga_mgr_class, node);
fpga_mgr_class    596 drivers/fpga/fpga-mgr.c 	mgr->dev.class = fpga_mgr_class;
fpga_mgr_class    735 drivers/fpga/fpga-mgr.c 	fpga_mgr_class = class_create(THIS_MODULE, "fpga_manager");
fpga_mgr_class    736 drivers/fpga/fpga-mgr.c 	if (IS_ERR(fpga_mgr_class))
fpga_mgr_class    737 drivers/fpga/fpga-mgr.c 		return PTR_ERR(fpga_mgr_class);
fpga_mgr_class    739 drivers/fpga/fpga-mgr.c 	fpga_mgr_class->dev_groups = fpga_mgr_groups;
fpga_mgr_class    740 drivers/fpga/fpga-mgr.c 	fpga_mgr_class->dev_release = fpga_mgr_dev_release;
fpga_mgr_class    747 drivers/fpga/fpga-mgr.c 	class_destroy(fpga_mgr_class);