Lines Matching refs:device
89 const struct device *dev;
155 typedef void (*mbox_callback_t)(const struct device *dev,
169 typedef int (*mbox_send_t)(const struct device *dev,
181 typedef int (*mbox_mtu_get_t)(const struct device *dev);
195 typedef int (*mbox_register_callback_t)(const struct device *dev,
209 typedef int (*mbox_set_enabled_t)(const struct device *dev,
220 typedef uint32_t (*mbox_max_channels_get_t)(const struct device *dev);
263 __syscall int mbox_send(const struct device *dev, mbox_channel_id_t channel_id,
266 static inline int z_impl_mbox_send(const struct device *dev, in z_impl_mbox_send()
310 static inline int mbox_register_callback(const struct device *dev, in mbox_register_callback()
363 __syscall int mbox_mtu_get(const struct device *dev);
365 static inline int z_impl_mbox_mtu_get(const struct device *dev) in z_impl_mbox_mtu_get()
415 __syscall int mbox_set_enabled(const struct device *dev,
418 static inline int z_impl_mbox_set_enabled(const struct device *dev, in z_impl_mbox_set_enabled()
457 __syscall uint32_t mbox_max_channels_get(const struct device *dev);
459 static inline uint32_t z_impl_mbox_max_channels_get(const struct device *dev) in z_impl_mbox_max_channels_get()