Home
last modified time | relevance | path

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

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