Lines Matching refs:extcon_class
80 static struct class *extcon_class; variable
524 if (!extcon_class) in extcon_register_interest()
526 class_dev_iter_init(&iter, extcon_class, NULL, NULL); in extcon_register_interest()
632 if (!extcon_class) { in create_extcon_class()
633 extcon_class = class_create(THIS_MODULE, "extcon"); in create_extcon_class()
634 if (IS_ERR(extcon_class)) in create_extcon_class()
635 return PTR_ERR(extcon_class); in create_extcon_class()
636 extcon_class->dev_groups = extcon_groups; in create_extcon_class()
770 if (!extcon_class) { in extcon_dev_register()
788 edev->dev.class = extcon_class; in extcon_dev_register()
1145 class_destroy(extcon_class); in extcon_class_exit()