Searched refs:to_typec_port (Results 1 – 3 of 3) sorted by relevance
334 return to_typec_port(alt->dev.parent->parent); in typec_altmode2port()336 return to_typec_port(alt->dev.parent); in typec_altmode2port()504 ids = &to_typec_port(dev)->mode_ids; in altmode_id_get()518 ids = &to_typec_port(dev)->mode_ids; in altmode_id_remove()1087 port = to_typec_port(partner->dev.parent); in typec_unregister_partner()1437 struct typec_port *port = to_typec_port(dev); in usb_capability_show()1460 struct typec_port *port = to_typec_port(dev); in usb_capability_store()1516 struct typec_port *port = to_typec_port(dev); in select_usb_power_delivery_store()1537 struct typec_port *port = to_typec_port(dev); in select_usb_power_delivery_show()1621 struct typec_port *port = to_typec_port(dev); in preferred_role_store()[all …]
17 struct typec_port *port = to_typec_port(dev); in typec_aggregate_bind()24 struct typec_port *port = to_typec_port(dev); in typec_aggregate_unbind()
85 #define to_typec_port(_dev_) container_of(_dev_, struct typec_port, dev) macro