Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/pci/switch/
Dswitchtec.c40 struct class *switchtec_class; variable
41 EXPORT_SYMBOL_GPL(switchtec_class);
1373 dev->class = switchtec_class; in stdev_create()
1843 switchtec_class = class_create("switchtec"); in switchtec_init()
1844 if (IS_ERR(switchtec_class)) { in switchtec_init()
1845 rc = PTR_ERR(switchtec_class); in switchtec_init()
1858 class_destroy(switchtec_class); in switchtec_init()
1870 class_destroy(switchtec_class); in switchtec_exit()
/Linux-v6.6/include/linux/
Dswitchtec.h524 extern struct class *switchtec_class;
/Linux-v6.6/drivers/ntb/hw/mscc/
Dntb_hw_switchtec.c1568 switchtec_interface.class = switchtec_class; in switchtec_ntb_init()