Searched refs:typec_cable_altmode_enter (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/usb/typec/altmodes/ |
| H A D | thunderbolt.c | 54 ret = typec_cable_altmode_enter(tbt->alt, TYPEC_PLUG_SOP_P, NULL); in tbt_altmode_work() 62 ret = typec_cable_altmode_enter(tbt->alt, TYPEC_PLUG_SOP_PP, NULL); in tbt_altmode_work() 123 ret = typec_cable_altmode_enter(alt, TYPEC_PLUG_SOP_P, NULL); in tbt_enter_modes_ordered()
|
| H A D | displayport.c | 282 ret = typec_cable_altmode_enter(dp->alt, TYPEC_PLUG_SOP_P, NULL); in dp_altmode_work() 509 ret = typec_cable_altmode_enter(alt, TYPEC_PLUG_SOP_P, NULL); in dp_altmode_activate()
|
| /linux/drivers/usb/typec/ |
| H A D | bus.c | 259 int typec_cable_altmode_enter(struct typec_altmode *adev, enum typec_plug_index sop, u32 *vdo) in typec_cable_altmode_enter() function 280 EXPORT_SYMBOL_GPL(typec_cable_altmode_enter);
|
| /linux/include/linux/usb/ |
| H A D | typec_altmode.h | 103 int typec_cable_altmode_enter(struct typec_altmode *altmode, enum typec_plug_index sop, u32 *vdo);
|