Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/i2c/busses/
Di2c-parport.c127 #define MAX_DEVICE 4 macro
128 static int parport[MAX_DEVICE] = {0, -1, -1, -1};
132 " At most " __stringify(MAX_DEVICE) " devices are supported.\n"
280 for (i = 0; i < MAX_DEVICE; i++) { in i2c_parport_attach()
286 if (i == MAX_DEVICE) { in i2c_parport_attach()