Searched defs:ad_sigma_delta_info (Results 1 – 1 of 1) sorted by relevance
43 struct ad_sigma_delta_info { struct44 int (*set_channel)(struct ad_sigma_delta *, unsigned int channel);45 int (*set_mode)(struct ad_sigma_delta *, enum ad_sigma_delta_mode mode);46 int (*postprocess_sample)(struct ad_sigma_delta *, unsigned int raw_sample);47 bool has_registers;48 unsigned int addr_shift;72 const struct ad_sigma_delta_info *info; argument