Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/iio/dac/
Dad5446.c126 st->chip_info->store_sample(st, st->cached_val); in ad5446_write_dac_powerdown()
168 .store_sample = ad5446_store_sample,
172 .store_sample = ad5446_store_sample,
176 .store_sample = ad5542_store_sample,
180 .store_sample = ad5542_store_sample,
184 .store_sample = ad5542_store_sample,
188 .store_sample = ad5542_store_sample,
192 .store_sample = ad5542_store_sample,
196 .store_sample = ad5542_store_sample,
201 .store_sample = ad5542_store_sample,
[all …]
Dad5446.h72 void (*store_sample) (struct ad5446_state *st, unsigned val); member