Home
last modified time | relevance | path

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

/linux/drivers/usb/typec/ucsi/
H A Ducsi_acpi.c122 ua->cmd & UCSI_GET_PDOS_SRC_PDOS) in ucsi_gram_sync_control()
H A Ducsi.h196 #define UCSI_GET_PDOS_SRC_PDOS ((u64)1 << 34) macro
H A Ducsi.c684 command |= is_source(role) ? UCSI_GET_PDOS_SRC_PDOS : 0; in ucsi_read_pdos()