Lines Matching defs:sx_common_chip_info
76 struct sx_common_chip_info { struct
77 unsigned int reg_stat;
78 unsigned int reg_irq_msk;
79 unsigned int reg_enable_chan;
80 unsigned int reg_reset;
82 unsigned int mask_enable_chan;
83 unsigned int stat_offset;
84 unsigned int irq_msk_offset;
85 unsigned int num_channels;
86 int num_default_regs;
88 struct sx_common_ops ops;
90 const struct iio_chan_spec *iio_channels;
114 const struct sx_common_chip_info *chip_info; argument