Lines Matching refs:device
74 typedef void (*clock_control_cb_t)(const struct device *dev,
78 typedef int (*clock_control)(const struct device *dev,
81 typedef int (*clock_control_get)(const struct device *dev,
85 typedef int (*clock_control_async_on_fn)(const struct device *dev,
91 const struct device *dev,
94 typedef int (*clock_control_set)(const struct device *dev,
98 typedef int (*clock_control_configure_fn)(const struct device *dev,
125 static inline int clock_control_on(const struct device *dev, in clock_control_on()
144 static inline int clock_control_off(const struct device *dev, in clock_control_off()
170 static inline int clock_control_async_on(const struct device *dev, in clock_control_async_on()
193 static inline enum clock_control_status clock_control_get_status(const struct device *dev, in clock_control_get_status()
218 static inline int clock_control_get_rate(const struct device *dev, in clock_control_get_rate()
248 static inline int clock_control_set_rate(const struct device *dev, in clock_control_set_rate()
284 static inline int clock_control_configure(const struct device *dev, in clock_control_configure()