Home
last modified time | relevance | path

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

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