Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/typec/mux/
H A Dintel_pmc_mux.c217 dp->status & DP_STATUS_IRQ_HPD && in pmc_usb_mux_dp_hpd()
225 if (dp->status & DP_STATUS_IRQ_HPD) in pmc_usb_mux_dp_hpd()
244 (!(data->status & DP_STATUS_IRQ_HPD) && in pmc_usb_mux_dp()
265 if (data->status & (DP_STATUS_IRQ_HPD | DP_STATUS_HPD_STATE)) in pmc_usb_mux_dp()
/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dtypec_dp.h94 #define DP_STATUS_IRQ_HPD BIT(8) macro
/OK3568_Linux_fs/kernel/drivers/platform/chrome/
H A Dcros_ec_typec.c485 dp_data.status |= DP_STATUS_IRQ_HPD; in cros_typec_enable_dp()
/OK3568_Linux_fs/kernel/drivers/phy/rockchip/
H A Dphy-rockchip-usbdp.c1111 } else if (data->status & DP_STATUS_IRQ_HPD) { in usbdp_typec_mux_set()