Searched refs:ALS_TARGET_ATTR_RW (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/iio/light/ |
H A D | lm3533-als.c | 581 #define ALS_TARGET_ATTR_RW(_channel, _zone) \ macro 591 static ALS_TARGET_ATTR_RW(0, 0); 592 static ALS_TARGET_ATTR_RW(0, 1); 593 static ALS_TARGET_ATTR_RW(0, 2); 594 static ALS_TARGET_ATTR_RW(0, 3); 595 static ALS_TARGET_ATTR_RW(0, 4); 597 static ALS_TARGET_ATTR_RW(1, 0); 598 static ALS_TARGET_ATTR_RW(1, 1); 599 static ALS_TARGET_ATTR_RW(1, 2); 600 static ALS_TARGET_ATTR_RW(1, 3); [all …]
|