Searched defs:altmode (Results 1 – 8 of 8) sorted by relevance
| /drivers/usb/typec/ |
| A D | bus.h | 12 struct altmode { struct 14 struct typec_altmode adev; argument 25 struct altmode *partner; argument 26 struct altmode *plug[2]; argument
|
| A D | bus.c | 90 struct altmode *altmode; in typec_altmode_notify() local 218 struct altmode *altmode; in typec_altmode_vdm() local 324 struct altmode *altmode; in typec_cable_altmode_vdm() local 453 struct typec_altmode *altmode = to_typec_altmode(dev); in typec_match() local 464 const struct typec_altmode *altmode = to_typec_altmode(dev); in typec_uevent() local 502 struct altmode *altmode = to_altmode(adev); in typec_probe() local 526 struct altmode *altmode = to_altmode(adev); in typec_remove() local
|
| A D | class.c | 244 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
|
| /drivers/soc/qcom/ |
| A D | pmic_glink_altmode.c | 68 struct pmic_glink_altmode *altmode; member 141 static void pmic_glink_altmode_enable_dp(struct pmic_glink_altmode *altmode, in pmic_glink_altmode_enable_dp() 173 static void pmic_glink_altmode_enable_usb(struct pmic_glink_altmode *altmode, in pmic_glink_altmode_enable_usb() 195 static void pmic_glink_altmode_safe(struct pmic_glink_altmode *altmode, in pmic_glink_altmode_safe() 220 struct pmic_glink_altmode *altmode = alt_port->altmode; in pmic_glink_altmode_worker() local 265 static void pmic_glink_altmode_sc8180xp_notify(struct pmic_glink_altmode *altmode, in pmic_glink_altmode_sc8180xp_notify() 313 static void pmic_glink_altmode_sc8280xp_notify(struct pmic_glink_altmode *altmode, in pmic_glink_altmode_sc8280xp_notify() 354 struct pmic_glink_altmode *altmode = priv; in pmic_glink_altmode_callback() local 392 struct pmic_glink_altmode *altmode = work_to_altmode(work); in pmic_glink_altmode_enable_worker() local 402 struct pmic_glink_altmode *altmode = priv; in pmic_glink_altmode_pdr_notify() local [all …]
|
| /drivers/platform/chrome/ |
| A D | cros_typec_altmode.h | 31 static inline int cros_typec_displayport_status_update(struct typec_altmode *altmode, in cros_typec_displayport_status_update()
|
| A D | cros_typec_altmode.c | 276 int cros_typec_displayport_status_update(struct typec_altmode *altmode, in cros_typec_displayport_status_update()
|
| /drivers/usb/typec/tcpm/ |
| A D | tcpm.c | 1859 struct typec_altmode *altmode; in tcpm_register_partner_altmodes() local 1880 struct typec_altmode *altmode; in tcpm_register_plug_altmodes() local 2885 static int tcpm_altmode_enter(struct typec_altmode *altmode, u32 *vdo) in tcpm_altmode_enter() 2901 static int tcpm_altmode_exit(struct typec_altmode *altmode) in tcpm_altmode_exit() 2917 static int tcpm_altmode_vdm(struct typec_altmode *altmode, in tcpm_altmode_vdm() 2932 static int tcpm_cable_altmode_enter(struct typec_altmode *altmode, enum typec_plug_index sop, in tcpm_cable_altmode_enter() 2949 static int tcpm_cable_altmode_exit(struct typec_altmode *altmode, enum typec_plug_index sop) in tcpm_cable_altmode_exit() 2965 static int tcpm_cable_altmode_vdm(struct typec_altmode *altmode, enum typec_plug_index sop, in tcpm_cable_altmode_vdm()
|
| /drivers/usb/typec/ucsi/ |
| A D | ucsi.c | 315 const struct typec_altmode *altmode = NULL; in ucsi_altmode_update_active() local
|
Completed in 37 milliseconds