Lines Matching refs:device
44 void (*irq_config_func)(const struct device *dev);
46 void (**irq_config_func)(const struct device *dev);
48 const struct device *clock_dev;
51 const struct device *const *channels;
54 static uint32_t nxp_pit_get_top_value(const struct device *dev) in nxp_pit_get_top_value()
69 static int nxp_pit_start(const struct device *dev) in nxp_pit_start()
81 static int nxp_pit_stop(const struct device *dev) in nxp_pit_stop()
93 static int nxp_pit_get_value(const struct device *dev, uint32_t *ticks) in nxp_pit_get_value()
103 static int nxp_pit_set_top_value(const struct device *dev, in nxp_pit_set_top_value()
132 static uint32_t nxp_pit_get_pending_int(const struct device *dev) in nxp_pit_get_pending_int()
144 static uint32_t nxp_pit_get_frequency(const struct device *dev) in nxp_pit_get_frequency()
158 static void nxp_pit_isr(const struct device *dev) in nxp_pit_isr()
178 static void nxp_pit_isr(const struct device *dev) in nxp_pit_isr()
197 static int nxp_pit_init(const struct device *dev) in nxp_pit_init()
272 static void nxp_pit_irq_config_func_##n(const struct device *dev) \
286 static void nxp_pit_irq_config_func_##n(const struct device *dev) \
305 (const struct device *dev) = { \
337 const struct device *const nxp_pit_##n##_channels \