repo.or.cz
/
zen-stable.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
spi-topcliff-pch: add recovery processing in case wait-event timeout
[zen-stable.git]
/
drivers
/
staging
/
iio
/
dac
/
dac.h
blob
0754d715cf9c2684a4b97017b149a34ff0e476ed
1
/*
2
* dac.h - sysfs attributes associated with DACs
3
*/
4
5
#define IIO_DEV_ATTR_OUT_RAW(_num, _store, _addr) \
6
IIO_DEVICE_ATTR(out_voltage##_num##_raw, S_IWUSR, NULL, _store, _addr)