Lines Matching refs:device
300 int (*read_reg_multiple)(const struct device *dev, uint8_t reg_addr,
302 int (*write_reg)(const struct device *dev, uint8_t reg_addr,
304 int (*read_reg)(const struct device *dev, uint8_t reg_addr,
306 int (*write_reg_mask)(const struct device *dev, uint8_t reg_addr,
322 const struct device *dev;
351 int (*bus_init)(const struct device *dev);
396 int adxl372_spi_init(const struct device *dev);
397 int adxl372_i2c_init(const struct device *dev);
399 void adxl372_submit_stream(const struct device *dev, struct rtio_iodev_sqe *iodev_sqe);
400 void adxl372_stream_irq_handler(const struct device *dev);
403 int adxl372_get_status(const struct device *dev,
406 int adxl372_trigger_set(const struct device *dev,
410 int adxl372_init_interrupt(const struct device *dev);
414 int adxl372_get_accel_data(const struct device *dev, bool maxpeak,
416 void adxl372_submit(const struct device *dev, struct rtio_iodev_sqe *iodev_sqe);
417 int adxl372_get_decoder(const struct device *dev, const struct sensor_decoder_api **decoder);
422 int adxl372_configure_fifo(const struct device *dev, enum adxl372_fifo_mode mode,
425 int adxl372_set_op_mode(const struct device *dev, enum adxl372_op_mode op_mode);