Home
last modified time | relevance | path

Searched refs:UCSI_DELAY_DEVICE_PDOS (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/usb/typec/ucsi/
H A Ducsi_glink.c312 static unsigned long quirk_sc8280xp = UCSI_NO_PARTNER_PDOS | UCSI_DELAY_DEVICE_PDOS;
313 static unsigned long quirk_sm8450 = UCSI_DELAY_DEVICE_PDOS;
H A Ducsi.h474 #define UCSI_DELAY_DEVICE_PDOS BIT(1) /* Reading PDOs fails until the parter is in PD mode */ macro
H A Ducsi.c1634 if (!(ucsi->quirks & UCSI_DELAY_DEVICE_PDOS)) in ucsi_register_port()