Home
last modified time | relevance | path

Searched defs:altmode (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/usb/
H A Dtypec_altmode.h39 typec_altmode_set_drvdata(struct typec_altmode * altmode,void * data) typec_altmode_set_drvdata() argument
45 typec_altmode_get_drvdata(struct typec_altmode * altmode) typec_altmode_get_drvdata() argument
103 typec_altmode_get_cable_svdm_version(struct typec_altmode * altmode) typec_altmode_get_cable_svdm_version() argument
160 typec_altmode_get_orientation(struct typec_altmode * altmode) typec_altmode_get_orientation() argument
170 typec_altmode_get_svdm_version(struct typec_altmode * altmode) typec_altmode_get_svdm_version() argument
183 typec_altmode_get_data_role(struct typec_altmode * altmode) typec_altmode_get_data_role() argument
[all...]
/linux/drivers/usb/typec/
H A Dmode_selection.c214 struct typec_altmode *altmode = to_typec_altmode(dev); in altmode_add_to_list() local
H A Dclass.c244 static void typec_altmode_set_partner(struct altmode *altmode) in typec_altmode_set_partner()
270 static void typec_altmode_put_partner(struct altmode *altmode) in typec_altmode_put_partner()
372 struct altmode *altmode = to_altmode(adev); in active_store() local
/linux/drivers/usb/typec/tcpm/
H A Dtcpm.c1872 struct typec_altmode *altmode; in tcpm_register_partner_altmodes() local
1893 struct typec_altmode *altmode; in tcpm_register_plug_altmodes() local
2902 static int tcpm_altmode_enter(struct typec_altmode *altmode, u32 *vdo) in tcpm_altmode_enter()
2918 static int tcpm_altmode_exit(struct typec_altmode *altmode) in tcpm_altmode_exit()
2934 static int tcpm_altmode_vdm(struct typec_altmode *altmode, in tcpm_altmode_vdm()
2949 static int tcpm_cable_altmode_enter(struct typec_altmode *altmode, enum typec_plug_index sop, in tcpm_cable_altmode_enter()
2966 static int tcpm_cable_altmode_exit(struct typec_altmode *altmode, enum typec_plug_index sop) in tcpm_cable_altmode_exit()
2982 static int tcpm_cable_altmode_vdm(struct typec_altmode *altmode, enum typec_plug_index sop, in tcpm_cable_altmode_vdm()
/linux/drivers/usb/typec/ucsi/
H A Ducsi.c316 const struct typec_altmode *altmode = NULL; in ucsi_altmode_update_active() local