Home
last modified time | relevance | path

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

/linux/drivers/usb/typec/
H A Dbus.h12 struct altmode { struct
25 struct altmode *partner; argument
26 struct altmode *plug[2]; argument
14 adevaltmode global() argument
H A Dbus.c90 struct altmode *altmode; in typec_altmode_notify() local
218 struct altmode *altmode; typec_altmode_vdm() local
324 struct altmode *altmode; typec_cable_altmode_vdm() local
453 struct typec_altmode *altmode = to_typec_altmode(dev); typec_match() local
464 const struct typec_altmode *altmode = to_typec_altmode(dev); typec_uevent() local
502 struct altmode *altmode = to_altmode(adev); typec_probe() local
526 struct altmode *altmode = to_altmode(adev); typec_remove() local
[all...]
H A Dclass.c244 static void typec_altmode_set_partner(struct altmode *altmode) in typec_altmode_set_partner() argument
270 static void typec_altmode_put_partner(struct altmode *altmode) in typec_altmode_put_partner() argument
372 struct altmode *altmode = to_altmode(adev); active_store() local
[all...]
/linux/drivers/soc/qcom/
H A Dpmic_glink_altmode.c68 struct pmic_glink_altmode *altmode; member
108 static int pmic_glink_altmode_request(struct pmic_glink_altmode *altmode, u32 cmd, u32 arg) in pmic_glink_altmode_request() argument
141 pmic_glink_altmode_enable_dp(struct pmic_glink_altmode * altmode,struct pmic_glink_altmode_port * port,u8 mode,bool hpd_state,bool hpd_irq) pmic_glink_altmode_enable_dp() argument
173 pmic_glink_altmode_enable_usb(struct pmic_glink_altmode * altmode,struct pmic_glink_altmode_port * port) pmic_glink_altmode_enable_usb() argument
195 pmic_glink_altmode_safe(struct pmic_glink_altmode * altmode,struct pmic_glink_altmode_port * port) pmic_glink_altmode_safe() argument
220 struct pmic_glink_altmode *altmode = alt_port->altmode; pmic_glink_altmode_worker() local
265 pmic_glink_altmode_sc8180xp_notify(struct pmic_glink_altmode * altmode,const void * data,size_t len) pmic_glink_altmode_sc8180xp_notify() argument
313 pmic_glink_altmode_sc8280xp_notify(struct pmic_glink_altmode * altmode,u16 svid,const void * data,size_t len) pmic_glink_altmode_sc8280xp_notify() argument
354 struct pmic_glink_altmode *altmode = priv; pmic_glink_altmode_callback() local
392 struct pmic_glink_altmode *altmode = work_to_altmode(work); pmic_glink_altmode_enable_worker() local
402 struct pmic_glink_altmode *altmode = priv; pmic_glink_altmode_pdr_notify() local
417 struct pmic_glink_altmode *altmode; pmic_glink_altmode_probe() local
[all...]
/linux/include/linux/usb/
H A Dtypec_altmode.h39 static inline void typec_altmode_set_drvdata(struct typec_altmode *altmode, in typec_altmode_set_drvdata() argument
45 static inline void *typec_altmode_get_drvdata(struct typec_altmode *altmode) in 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
[all...]
/linux/drivers/platform/chrome/
H A Dcros_typec_altmode.h31 static inline int cros_typec_displayport_status_update(struct typec_altmode *altmode, in cros_typec_displayport_status_update() argument
H A Dcros_typec_altmode.c276 int cros_typec_displayport_status_update(struct typec_altmode *altmode, in cros_typec_displayport_status_update() argument
/linux/drivers/usb/typec/tcpm/
H A Dtcpm.c1859 struct typec_altmode *altmode; in tcpm_register_partner_altmodes() local
1880 struct typec_altmode *altmode; in tcpm_register_plug_altmodes() local
2885 tcpm_altmode_enter(struct typec_altmode * altmode,u32 * vdo) tcpm_altmode_enter() argument
2901 tcpm_altmode_exit(struct typec_altmode * altmode) tcpm_altmode_exit() argument
2917 tcpm_altmode_vdm(struct typec_altmode * altmode,u32 header,const u32 * data,int count) tcpm_altmode_vdm() argument
2932 tcpm_cable_altmode_enter(struct typec_altmode * altmode,enum typec_plug_index sop,u32 * vdo) tcpm_cable_altmode_enter() argument
2949 tcpm_cable_altmode_exit(struct typec_altmode * altmode,enum typec_plug_index sop) tcpm_cable_altmode_exit() argument
2965 tcpm_cable_altmode_vdm(struct typec_altmode * altmode,enum typec_plug_index sop,u32 header,const u32 * data,int count) tcpm_cable_altmode_vdm() argument
[all...]
/linux/drivers/usb/typec/ucsi/
H A Ducsi.c315 const struct typec_altmode *altmode = NULL; in ucsi_altmode_update_active() local