Lines Matching full:inline

26 static inline int z_vrfy_can_set_timing(const struct device *dev,  in z_vrfy_can_set_timing()
38 static inline int z_vrfy_can_get_core_clock(const struct device *dev, in z_vrfy_can_get_core_clock()
48 static inline uint32_t z_vrfy_can_get_bitrate_min(const struct device *dev) in z_vrfy_can_get_bitrate_min()
56 static inline uint32_t z_vrfy_can_get_bitrate_max(const struct device *dev) in z_vrfy_can_get_bitrate_max()
64 static inline const struct can_timing *z_vrfy_can_get_timing_min(const struct device *dev) in z_vrfy_can_get_timing_min()
72 static inline const struct can_timing *z_vrfy_can_get_timing_max(const struct device *dev) in z_vrfy_can_get_timing_max()
98 static inline const struct can_timing *z_vrfy_can_get_timing_data_min(const struct device *dev) in z_vrfy_can_get_timing_data_min()
106 static inline const struct can_timing *z_vrfy_can_get_timing_data_max(const struct device *dev) in z_vrfy_can_get_timing_data_max()
114 static inline int z_vrfy_can_set_timing_data(const struct device *dev, in z_vrfy_can_set_timing_data()
126 static inline int z_vrfy_can_set_bitrate_data(const struct device *dev, in z_vrfy_can_set_bitrate_data()
137 static inline int z_vrfy_can_get_max_filters(const struct device *dev, bool ide) in z_vrfy_can_get_max_filters()
146 static inline int z_vrfy_can_get_capabilities(const struct device *dev, can_mode_t *cap) in z_vrfy_can_get_capabilities()
155 static inline const struct device *z_vrfy_can_get_transceiver(const struct device *dev) in z_vrfy_can_get_transceiver()
163 static inline int z_vrfy_can_start(const struct device *dev) in z_vrfy_can_start()
171 static inline int z_vrfy_can_stop(const struct device *dev) in z_vrfy_can_stop()
179 static inline int z_vrfy_can_set_mode(const struct device *dev, can_mode_t mode) in z_vrfy_can_set_mode()
187 static inline can_mode_t z_vrfy_can_get_mode(const struct device *dev) in z_vrfy_can_get_mode()
195 static inline int z_vrfy_can_set_bitrate(const struct device *dev, uint32_t bitrate) in z_vrfy_can_set_bitrate()
203 static inline int z_vrfy_can_send(const struct device *dev, in z_vrfy_can_send()
219 static inline int z_vrfy_can_add_rx_filter_msgq(const struct device *dev, in z_vrfy_can_add_rx_filter_msgq()
233 static inline void z_vrfy_can_remove_rx_filter(const struct device *dev, int filter_id) in z_vrfy_can_remove_rx_filter()
241 static inline int z_vrfy_can_get_state(const struct device *dev, enum can_state *state, in z_vrfy_can_get_state()
259 static inline int z_vrfy_can_recover(const struct device *dev, k_timeout_t timeout) in z_vrfy_can_recover()
271 static inline uint32_t z_vrfy_can_stats_get_bit_errors(const struct device *dev) in z_vrfy_can_stats_get_bit_errors()
279 static inline uint32_t z_vrfy_can_stats_get_bit0_errors(const struct device *dev) in z_vrfy_can_stats_get_bit0_errors()
287 static inline uint32_t z_vrfy_can_stats_get_bit1_errors(const struct device *dev) in z_vrfy_can_stats_get_bit1_errors()
295 static inline uint32_t z_vrfy_can_stats_get_stuff_errors(const struct device *dev) in z_vrfy_can_stats_get_stuff_errors()
303 static inline uint32_t z_vrfy_can_stats_get_crc_errors(const struct device *dev) in z_vrfy_can_stats_get_crc_errors()
311 static inline uint32_t z_vrfy_can_stats_get_form_errors(const struct device *dev) in z_vrfy_can_stats_get_form_errors()
319 static inline uint32_t z_vrfy_can_stats_get_ack_errors(const struct device *dev) in z_vrfy_can_stats_get_ack_errors()
327 static inline uint32_t z_vrfy_can_stats_get_rx_overruns(const struct device *dev) in z_vrfy_can_stats_get_rx_overruns()