Lines Matching full:device
11 #include <zephyr/device.h>
14 int icm42688_trigger_set(const struct device *dev, const struct sensor_trigger *trig,
20 * @param dev icm42688 device pointer
23 int icm42688_trigger_init(const struct device *dev);
28 * @param dev icm42688 device pointer
29 * @param new_cfg New configuration to use for the device
32 int icm42688_trigger_enable_interrupt(const struct device *dev, struct icm42688_cfg *new_cfg);
35 * @brief lock access to the icm42688 device driver
37 * @param dev icm42688 device pointer
39 void icm42688_lock(const struct device *dev);
42 * @brief lock access to the icm42688 device driver
44 * @param dev icm42688 device pointer
46 void icm42688_unlock(const struct device *dev);