Lines Matching refs:device
211 const struct device *dev;
293 void adxl362_submit_stream(const struct device *dev, struct rtio_iodev_sqe *iodev_sqe);
294 void adxl362_stream_irq_handler(const struct device *dev);
295 int adxl362_fifo_read(const struct device *dev, void *buff, size_t length);
298 int adxl362_reg_write_mask(const struct device *dev,
301 int adxl362_get_status(const struct device *dev, uint8_t *status);
303 int adxl362_interrupt_activity_enable(const struct device *dev);
305 int adxl362_trigger_set(const struct device *dev,
309 int adxl362_init_interrupt(const struct device *dev);
311 int adxl362_set_interrupt_mode(const struct device *dev, uint8_t mode);
313 int adxl362_clear_data_ready(const struct device *dev);
317 int adxl362_rtio_fetch(const struct device *dev,
319 void adxl362_submit(const struct device *dev, struct rtio_iodev_sqe *iodev_sqe);
320 int adxl362_get_decoder(const struct device *dev, const struct sensor_decoder_api **decoder);
327 int adxl362_fifo_setup(const struct device *dev, uint8_t mode,
331 int adxl362_reg_access(const struct device *dev, uint8_t cmd,