Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/fpga/
Dfpga-mgr.c22 static const struct class fpga_mgr_class; variable
696 struct device *mgr_dev = class_find_device(&fpga_mgr_class, NULL, dev, in fpga_mgr_get()
716 dev = class_find_device_by_of_node(&fpga_mgr_class, node); in of_fpga_mgr_get()
812 mgr->dev.class = &fpga_mgr_class; in fpga_mgr_register_full()
970 static const struct class fpga_mgr_class = { variable
980 return class_register(&fpga_mgr_class); in fpga_mgr_class_init()
985 class_unregister(&fpga_mgr_class); in fpga_mgr_class_exit()