Searched refs:class_find_device_by_fwnode (Results 1 – 3 of 3) sorted by relevance
97 dev = class_find_device_by_fwnode(role_class, con->fwnode); in usb_role_switch_match()114 dev = class_find_device_by_fwnode(role_class, parent); in usb_role_switch_is_parent()
217 return class_find_device_by_fwnode(typec_class, con->fwnode); in typec_port_match()
671 class_find_device_by_fwnode(struct class *class, in class_find_device_by_fwnode() function