Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/switch/
H A Dswitchtec.c40 struct class *switchtec_class; variable
41 EXPORT_SYMBOL_GPL(switchtec_class);
1366 dev->class = switchtec_class; in stdev_create()
1880 switchtec_class = class_create("switchtec"); in switchtec_init()
1881 if (IS_ERR(switchtec_class)) { in switchtec_init()
1882 rc = PTR_ERR(switchtec_class); in switchtec_init()
1895 class_destroy(switchtec_class); in switchtec_init()
1907 class_destroy(switchtec_class); in switchtec_exit()
/openbmc/linux/include/linux/
H A Dswitchtec.h524 extern struct class *switchtec_class;
/openbmc/linux/drivers/ntb/hw/mscc/
H A Dntb_hw_switchtec.c1569 switchtec_interface.class = switchtec_class; in switchtec_ntb_init()