Home
last modified time | relevance | path

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

/openbmc/linux/drivers/extcon/
H A Dextcon-usbc-cros-ec.c284 hpd = pd_mux_state & USB_PD_MUX_HPD_IRQ; in extcon_cros_ec_detect_cable()
/openbmc/linux/drivers/platform/chrome/
H A Dcros_ec_typec.c511 if (port->mux_flags & USB_PD_MUX_HPD_IRQ) in cros_typec_enable_dp()
/openbmc/u-boot/include/
H A Dec_commands.h4311 #define USB_PD_MUX_HPD_IRQ (1 << 3) macro
/openbmc/linux/include/linux/platform_data/
H A Dcros_ec_commands.h5263 #define USB_PD_MUX_HPD_IRQ BIT(3) /* HPD IRQ is asserted */ macro