Home
last modified time | relevance | path

Searched refs:TYPEC_MODAL_STATE (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/Documentation/driver-api/usb/
Dtypec_bus.rst76 Helper macro ``TYPEC_MODAL_STATE()`` can also be used::
78 #define ALTMODEX_CONF_A = TYPEC_MODAL_STATE(0);
79 #define ALTMODEX_CONF_B = TYPEC_MODAL_STATE(1);
/linux-5.19.10/include/linux/usb/
Dtypec_altmode.h116 #define TYPEC_MODAL_STATE(_state_) ((_state_) + TYPEC_STATE_MODAL) macro
/linux-5.19.10/drivers/usb/typec/altmodes/
Ddisplayport.c78 conf = TYPEC_MODAL_STATE(state); in dp_altmode_notify()
/linux-5.19.10/drivers/platform/chrome/
Dcros_ec_typec.c483 port->state.mode = TYPEC_MODAL_STATE(ffs(pd_ctrl->dp_mode)); in cros_typec_enable_dp()