Home
last modified time | relevance | path

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

/linux-6.15/drivers/staging/gpib/common/
H A Dgpib_os.c2155 static struct class *gpib_class; variable
2167 gpib_class = class_create("gpib_common"); in gpib_common_init_module()
2168 if (IS_ERR(gpib_class)) { in gpib_common_init_module()
2171 return PTR_ERR(gpib_class); in gpib_common_init_module()
2174 board_array[i].gpib_dev = device_create(gpib_class, NULL, in gpib_common_init_module()
2185 device_destroy(gpib_class, MKDEV(GPIB_CODE, i)); in gpib_common_exit_module()
2187 class_destroy(gpib_class); in gpib_common_exit_module()