Lines Matching refs:device

26 	const struct device *rtc_dev;
27 void (*irq_config_func)(const struct device *dev);
33 static int mcux_lpc_rtc_highres_start(const struct device *dev);
36 static void mcux_lpc_rtc_isr(const struct device *dev) in mcux_lpc_rtc_isr()
83 static int mcux_lpc_rtc_start(const struct device *dev) in mcux_lpc_rtc_start()
94 static int mcux_lpc_rtc_stop(const struct device *dev) in mcux_lpc_rtc_stop()
108 static uint32_t mcux_lpc_rtc_read(const struct device *dev) in mcux_lpc_rtc_read()
119 static int mcux_lpc_rtc_get_value(const struct device *dev, uint32_t *ticks) in mcux_lpc_rtc_get_value()
125 static int mcux_lpc_rtc_set_alarm(const struct device *dev, uint8_t chan_id, in mcux_lpc_rtc_set_alarm()
165 static int mcux_lpc_rtc_cancel_alarm(const struct device *dev, uint8_t chan_id) in mcux_lpc_rtc_cancel_alarm()
179 static int mcux_lpc_rtc_set_top_value(const struct device *dev, in mcux_lpc_rtc_set_top_value()
185 static uint32_t mcux_lpc_rtc_get_pending_int(const struct device *dev) in mcux_lpc_rtc_get_pending_int()
194 static uint32_t mcux_lpc_rtc_get_top_value(const struct device *dev) in mcux_lpc_rtc_get_top_value()
201 static int mcux_lpc_rtc_init(const struct device *dev) in mcux_lpc_rtc_init()
234 static void mcux_lpc_rtc_irq_config_##id(const struct device *dev); \
252 static void mcux_lpc_rtc_irq_config_##id(const struct device *dev) \
271 static int mcux_lpc_rtc_highres_start(const struct device *dev) in DT_INST_FOREACH_STATUS_OKAY()
303 static int mcux_lpc_rtc_highres_stop(const struct device *dev) in mcux_lpc_rtc_highres_stop()
319 static uint32_t mcux_lpc_rtc_highres_read(const struct device *dev) in mcux_lpc_rtc_highres_read()
330 static int mcux_lpc_rtc_highres_set_alarm(const struct device *dev, uint8_t chan_id, in mcux_lpc_rtc_highres_set_alarm()
336 static int mcux_lpc_rtc_highres_cancel_alarm(const struct device *dev, uint8_t chan_id) in mcux_lpc_rtc_highres_cancel_alarm()
342 static int mcux_lpc_rtc_highres_get_value(const struct device *dev, uint32_t *ticks) in mcux_lpc_rtc_highres_get_value()
348 static int mcux_lpc_rtc_highres_set_top_value(const struct device *dev, in mcux_lpc_rtc_highres_set_top_value()
371 static uint32_t mcux_lpc_rtc_highres_get_pending_int(const struct device *dev) in mcux_lpc_rtc_highres_get_pending_int()
380 static uint32_t mcux_lpc_rtc_highres_get_top_value(const struct device *dev) in mcux_lpc_rtc_highres_get_top_value()
392 static int mcux_lpc_rtc_highres_init(const struct device *dev) in mcux_lpc_rtc_highres_init()
440 static void mcux_lpc_rtc_highres_irq_config_##id(const struct device *dev); \
458 static void mcux_lpc_rtc_highres_irq_config_##id(const struct device *dev) \