Lines Matching refs:device
55 const struct device *clock_dev;
57 void (*irq_config_func)(const struct device *dev);
59 const struct device *const *channels;
63 static int nxp_mrt_stop(const struct device *dev) in nxp_mrt_stop()
78 static int nxp_mrt_start(const struct device *dev) in nxp_mrt_start()
100 static int nxp_mrt_get_value(const struct device *dev, uint32_t *ticks) in nxp_mrt_get_value()
112 static int nxp_mrt_set_top_value(const struct device *dev, const struct counter_top_cfg *cfg) in nxp_mrt_set_top_value()
162 static uint32_t nxp_mrt_get_top_value(const struct device *dev) in nxp_mrt_get_top_value()
171 static uint32_t nxp_mrt_get_pending_int(const struct device *dev) in nxp_mrt_get_pending_int()
180 static inline int nxp_mrt_set_alarm(const struct device *dev, in nxp_mrt_set_alarm()
192 static inline int nxp_mrt_cancel_alarm(const struct device *dev, uint8_t chan_id) in nxp_mrt_cancel_alarm()
201 uint32_t nxp_mrt_get_freq(const struct device *dev) in nxp_mrt_get_freq()
211 static int nxp_mrt_init(const struct device *dev) in nxp_mrt_init()
242 static void nxp_mrt_isr(const struct device *dev) in nxp_mrt_isr()
304 static void nxp_mrt_##n##_irq_config_func(const struct device *dev) \
328 const struct device *const nxp_mrt_##n##_channels \