Lines Matching refs:device
100 int (*read)(const struct device *dev,
104 int (*byte_read)(const struct device *dev,
107 int (*byte_write)(const struct device *dev,
110 int (*reg_field_update)(const struct device *dev,
143 const struct device *dev;
158 int fxls8974_get_active(const struct device *dev, enum fxls8974_active *active);
159 int fxls8974_set_active(const struct device *dev, enum fxls8974_active active);
162 int fxls8974_byte_write_spi(const struct device *dev,
166 int fxls8974_byte_read_spi(const struct device *dev,
170 int fxls8974_reg_field_update_spi(const struct device *dev,
175 int fxls8974_read_spi(const struct device *dev,
181 int fxls8974_byte_write_i2c(const struct device *dev,
185 int fxls8974_byte_read_i2c(const struct device *dev,
189 int fxls8974_reg_field_update_i2c(const struct device *dev,
194 int fxls8974_read_i2c(const struct device *dev,
200 int fxls8974_trigger_init(const struct device *dev);
201 int fxls8974_trigger_set(const struct device *dev,