Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/typec/
Dclass.c72 static struct class *typec_class; variable
217 return class_find_device_by_fwnode(typec_class, con->fwnode); in typec_port_match()
219 dev = class_find_device_by_name(typec_class, con->endpoint[ep]); in typec_port_match()
668 partner->dev.class = typec_class; in typec_register_partner()
759 plug->dev.class = typec_class; in typec_register_plug()
885 cable->dev.class = typec_class; in typec_register_cable()
1587 port->dev.class = typec_class; in typec_register_port()
1641 typec_class = class_create(THIS_MODULE, "typec"); in typec_init()
1642 if (IS_ERR(typec_class)) { in typec_init()
1643 ret = PTR_ERR(typec_class); in typec_init()
[all …]