Searched refs:UCSI_GET_PDOS_SRC_PDOS (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/drivers/usb/typec/ucsi/ | ||
D | ucsi.h | 142 #define UCSI_GET_PDOS_SRC_PDOS ((u64)1 << 34) macro |
D | ucsi.c | 585 command |= is_source(role) ? UCSI_GET_PDOS_SRC_PDOS : 0; in ucsi_read_pdos() |