Searched refs:typec_altmode_vdm (Results 1 – 6 of 6) sorted by relevance
| /drivers/usb/typec/ |
| A D | bus.c | 214 int typec_altmode_vdm(struct typec_altmode *adev, in typec_altmode_vdm() function 235 EXPORT_SYMBOL_GPL(typec_altmode_vdm);
|
| /drivers/platform/chrome/ |
| A D | cros_typec_vdm.c | 89 ret = typec_altmode_vdm(amode, hdr, &resp.vdm_response[1], resp.vdm_data_objects); in cros_typec_handle_vdm_response()
|
| A D | cros_typec_altmode.c | 47 if (typec_altmode_vdm(data->alt, data->header, data->vdo_data, in cros_typec_altmode_work()
|
| /drivers/usb/typec/altmodes/ |
| A D | displayport.c | 240 ret = typec_altmode_vdm(dp->alt, header, &conf, 2); in dp_altmode_configure_vdm() 295 ret = typec_altmode_vdm(dp->alt, header, &vdo, 2); in dp_altmode_work()
|
| /drivers/usb/typec/ucsi/ |
| A D | displayport.c | 281 ret = typec_altmode_vdm(dp->alt, dp->header, in ucsi_displayport_work()
|
| /drivers/usb/typec/tcpm/ |
| A D | tcpm.c | 2430 typec_altmode_vdm(adev, p[0], &p[1], cnt); in tcpm_handle_vdm_request() 2436 typec_altmode_vdm(adev, p[0], &p[1], cnt); in tcpm_handle_vdm_request() 2453 if (typec_altmode_vdm(adev, p[0], &p[1], cnt)) { in tcpm_handle_vdm_request()
|
Completed in 26 milliseconds