Home
last modified time | relevance | path

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

/linux/drivers/usb/typec/
H A Dclass.h82 #define to_typec_plug(_dev_) container_of(_dev_, struct typec_plug, dev) macro
H A Dclass.c254 struct typec_plug *plug = to_typec_plug(adev->dev.parent); in typec_altmode_set_partner()
275 struct typec_plug *plug = to_typec_plug(adev->dev.parent); in typec_altmode_put_partner()
493 ids = &to_typec_plug(dev)->mode_ids; in altmode_id_get()
507 ids = &to_typec_plug(dev)->mode_ids; in altmode_id_remove()
648 plug = to_typec_plug(dev); in number_of_alternate_modes_show()
980 struct typec_plug *plug = to_typec_plug(dev); in typec_plug_release()
993 struct typec_plug *plug = to_typec_plug(kobj_to_dev(kobj)); in typec_plug_attr_is_visible()