Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/usb/
Dtypec_altmode.h85 TYPEC_STATE_USB, /* USB Operation */ enumerator
/linux-6.1.9/Documentation/driver-api/usb/
Dtypec_bus.rst60 the connector: ``TYPEC_STATE_USB`` and ``TYPEC_STATE_SAFE``. These values are
64 Type-C Specification, and also put the connector back to ``TYPEC_STATE_USB``
/linux-6.1.9/drivers/usb/typec/mux/
Dpi3usb30532.c91 case TYPEC_STATE_USB: in pi3usb30532_mux_set()
Dintel_pmc_mux.c458 if (state->mode == TYPEC_STATE_USB) in pmc_usb_mux_set()
/linux-6.1.9/drivers/platform/chrome/
Dcros_typec_switch.c57 else if (mode == TYPEC_STATE_USB) in cros_typec_get_mux_state()
Dcros_ec_typec.c244 port->state.mode = TYPEC_STATE_USB; in cros_typec_usb_disconnect_state()
360 port->state.mode = TYPEC_STATE_USB; in cros_typec_register_port_altmodes()
651 port->state.mode = TYPEC_STATE_USB; in cros_typec_configure_mux()
/linux-6.1.9/drivers/usb/typec/altmodes/
Ddisplayport.c80 conf = TYPEC_STATE_USB; in dp_altmode_notify()
/linux-6.1.9/drivers/usb/typec/tcpm/
Dtcpm.c1072 ret = tcpm_mux_set(port, TYPEC_STATE_USB, usb_role, orientation); in tcpm_set_roles()
1832 WARN_ON(typec_altmode_notify(adev, TYPEC_STATE_USB, NULL)); in tcpm_handle_vdm_request()