Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/fpga/
Dfpga-mgr.c22 static struct class *fpga_mgr_class; variable
523 struct device *mgr_dev = class_find_device(fpga_mgr_class, NULL, dev, in fpga_mgr_get()
543 dev = class_find_device_by_of_node(fpga_mgr_class, node); in of_fpga_mgr_get()
639 mgr->dev.class = fpga_mgr_class; in fpga_mgr_register_full()
801 fpga_mgr_class = class_create(THIS_MODULE, "fpga_manager"); in fpga_mgr_class_init()
802 if (IS_ERR(fpga_mgr_class)) in fpga_mgr_class_init()
803 return PTR_ERR(fpga_mgr_class); in fpga_mgr_class_init()
805 fpga_mgr_class->dev_groups = fpga_mgr_groups; in fpga_mgr_class_init()
806 fpga_mgr_class->dev_release = fpga_mgr_dev_release; in fpga_mgr_class_init()
813 class_destroy(fpga_mgr_class); in fpga_mgr_class_exit()