Searched refs:SDW_VALID_PORT_RANGE (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/soundwire/
H A Ddebugfs.c109 for (i = 1; SDW_VALID_PORT_RANGE(i); i++) {
H A Dstream.c964 if (!SDW_VALID_PORT_RANGE(num)) {
/linux-master/include/linux/soundwire/
H A Dsdw.h47 #define SDW_VALID_PORT_RANGE(n) ((n) < SDW_MAX_PORTS && (n) >= 1) macro

Completed in 133 milliseconds