Home
last modified time | relevance | path

Searched refs:PD_N_CAPS_COUNT (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/usb/
H A Dpd.h493 #define PD_N_CAPS_COUNT (PD_T_NO_RESPONSE / PD_T_SEND_SOURCE_CAP) macro
/openbmc/linux/drivers/usb/typec/tcpm/
H A Dtcpm.c4050 if (port->caps_count > PD_N_CAPS_COUNT) { in run_state_machine()