Searched refs:AD7150_TIMEOUT (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/staging/iio/cdc/ |
| D | ad7150.c | 413 #define AD7150_TIMEOUT(chan, type, dir, ev_type, ev_dir) \ macro 422 static AD7150_TIMEOUT(0, mag_adaptive, rising, MAG_ADAPTIVE, RISING); 423 static AD7150_TIMEOUT(0, mag_adaptive, falling, MAG_ADAPTIVE, FALLING); 424 static AD7150_TIMEOUT(1, mag_adaptive, rising, MAG_ADAPTIVE, RISING); 425 static AD7150_TIMEOUT(1, mag_adaptive, falling, MAG_ADAPTIVE, FALLING); 426 static AD7150_TIMEOUT(0, thresh_adaptive, rising, THRESH_ADAPTIVE, RISING); 427 static AD7150_TIMEOUT(0, thresh_adaptive, falling, THRESH_ADAPTIVE, FALLING); 428 static AD7150_TIMEOUT(1, thresh_adaptive, rising, THRESH_ADAPTIVE, RISING); 429 static AD7150_TIMEOUT(1, thresh_adaptive, falling, THRESH_ADAPTIVE, FALLING);
|