Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/typec/
Dclass.c71 static struct class *typec_class; variable
214 return class_find_device(typec_class, NULL, con->endpoint[ep], in typec_port_match()
662 partner->dev.class = typec_class; in typec_register_partner()
753 plug->dev.class = typec_class; in typec_register_plug()
879 cable->dev.class = typec_class; in typec_register_cable()
1595 port->dev.class = typec_class; in typec_register_port()
1642 typec_class = class_create(THIS_MODULE, "typec"); in typec_init()
1643 if (IS_ERR(typec_class)) { in typec_init()
1645 return PTR_ERR(typec_class); in typec_init()
1654 class_destroy(typec_class); in typec_exit()