Lines Matching refs:extcon_class
68 static struct class *extcon_class; variable
478 if (!extcon_class) in extcon_register_interest()
480 class_dev_iter_init(&iter, extcon_class, NULL, NULL); in extcon_register_interest()
571 if (!extcon_class) { in create_extcon_class()
572 extcon_class = class_create(THIS_MODULE, "extcon"); in create_extcon_class()
573 if (IS_ERR(extcon_class)) in create_extcon_class()
574 return PTR_ERR(extcon_class); in create_extcon_class()
575 extcon_class->dev_groups = extcon_groups; in create_extcon_class()
705 if (!extcon_class) { in extcon_dev_register()
725 edev->dev.class = extcon_class; in extcon_dev_register()
1058 class_destroy(extcon_class); in extcon_class_exit()