Home
last modified time | relevance | path

Searched refs:typec_altmode_get_drvdata (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/platform/chrome/
H A Dcros_typec_altmode.c60 struct cros_typec_altmode_data *adata = typec_altmode_get_drvdata(alt); in cros_typec_altmode_enter()
105 struct cros_typec_altmode_data *adata = typec_altmode_get_drvdata(alt); in cros_typec_altmode_exit()
145 struct cros_typec_dp_data *dp_data = typec_altmode_get_drvdata(alt); in cros_typec_displayport_vdm()
205 struct cros_typec_altmode_data *adata = typec_altmode_get_drvdata(alt); in cros_typec_thunderbolt_vdm()
255 struct cros_typec_altmode_data *adata = typec_altmode_get_drvdata(alt); in cros_typec_altmode_vdm()
280 typec_altmode_get_drvdata(altmode); in cros_typec_displayport_status_update()
H A Dcros_typec_vdm.c97 struct cros_typec_port *port = typec_altmode_get_drvdata(amode); in cros_typec_port_amode_enter()
123 struct cros_typec_port *port = typec_altmode_get_drvdata(amode); in cros_typec_port_amode_vdm()
/linux/drivers/usb/typec/altmodes/
H A Dthunderbolt.c114 struct tbt_altmode *tbt = typec_altmode_get_drvdata(alt); in tbt_enter_modes_ordered()
143 struct tbt_altmode *tbt = typec_altmode_get_drvdata(alt); in tbt_cable_altmode_vdm()
192 struct tbt_altmode *tbt = typec_altmode_get_drvdata(alt); in tbt_altmode_vdm()
249 struct tbt_altmode *tbt = typec_altmode_get_drvdata(alt); in tbt_altmode_activate()
304 struct tbt_altmode *tbt = typec_altmode_get_drvdata(alt); in tbt_altmode_remove()
317 struct tbt_altmode *tbt = typec_altmode_get_drvdata(alt); in tbt_ready()
H A Ddisplayport.c348 struct dp_altmode *dp = typec_altmode_get_drvdata(alt); in dp_altmode_attention()
375 struct dp_altmode *dp = typec_altmode_get_drvdata(alt); in dp_altmode_vdm()
446 struct dp_altmode *dp = typec_altmode_get_drvdata(alt); in dp_cable_altmode_vdm()
504 struct dp_altmode *dp = typec_altmode_get_drvdata(alt); in dp_altmode_activate()
823 struct dp_altmode *dp = typec_altmode_get_drvdata(alt); in dp_altmode_remove()
/linux/drivers/usb/typec/ucsi/
H A Dthunderbolt.c83 struct ucsi_tbt *tbt = typec_altmode_get_drvdata(alt); in ucsi_thunderbolt_enter()
119 struct ucsi_tbt *tbt = typec_altmode_get_drvdata(alt); in ucsi_thunderbolt_exit()
135 struct ucsi_tbt *tbt = typec_altmode_get_drvdata(alt); in ucsi_thunderbolt_vdm()
208 tbt = typec_altmode_get_drvdata(alt); in ucsi_thunderbolt_remove_partner()
H A Ddisplayport.c50 struct ucsi_dp *dp = typec_altmode_get_drvdata(alt); in ucsi_displayport_enter()
111 struct ucsi_dp *dp = typec_altmode_get_drvdata(alt); in ucsi_displayport_exit()
202 struct ucsi_dp *dp = typec_altmode_get_drvdata(alt); in ucsi_displayport_vdm()
298 dp = typec_altmode_get_drvdata(alt); in ucsi_displayport_remove_partner()
/linux/include/linux/usb/
H A Dtypec_altmode.h55 static inline void *typec_altmode_get_drvdata(struct typec_altmode *altmode) in typec_altmode_get_drvdata() function
/linux/drivers/usb/typec/tcpm/
H A Dtcpm.c2904 struct tcpm_port *port = typec_altmode_get_drvdata(altmode); in tcpm_altmode_enter()
2920 struct tcpm_port *port = typec_altmode_get_drvdata(altmode); in tcpm_altmode_exit()
2937 struct tcpm_port *port = typec_altmode_get_drvdata(altmode); in tcpm_altmode_vdm()
2952 struct tcpm_port *port = typec_altmode_get_drvdata(altmode); in tcpm_cable_altmode_enter()
2968 struct tcpm_port *port = typec_altmode_get_drvdata(altmode); in tcpm_cable_altmode_exit()
2985 struct tcpm_port *port = typec_altmode_get_drvdata(altmode); in tcpm_cable_altmode_vdm()