Lines Matching refs:device

31 typedef int (*bbram_api_check_invalid_t)(const struct device *dev);
39 typedef int (*bbram_api_check_standby_power_t)(const struct device *dev);
47 typedef int (*bbram_api_check_power_t)(const struct device *dev);
55 typedef int (*bbram_api_get_size_t)(const struct device *dev, size_t *size);
63 typedef int (*bbram_api_read_t)(const struct device *dev, size_t offset, size_t size,
72 typedef int (*bbram_api_write_t)(const struct device *dev, size_t offset, size_t size,
93 __syscall int bbram_check_invalid(const struct device *dev);
95 static inline int z_impl_bbram_check_invalid(const struct device *dev) in z_impl_bbram_check_invalid()
115 __syscall int bbram_check_standby_power(const struct device *dev);
117 static inline int z_impl_bbram_check_standby_power(const struct device *dev) in z_impl_bbram_check_standby_power()
138 __syscall int bbram_check_power(const struct device *dev);
140 static inline int z_impl_bbram_check_power(const struct device *dev) in z_impl_bbram_check_power()
159 __syscall int bbram_get_size(const struct device *dev, size_t *size);
161 static inline int z_impl_bbram_get_size(const struct device *dev, size_t *size) in z_impl_bbram_get_size()
182 __syscall int bbram_read(const struct device *dev, size_t offset, size_t size,
185 static inline int z_impl_bbram_read(const struct device *dev, size_t offset, in z_impl_bbram_read()
207 __syscall int bbram_write(const struct device *dev, size_t offset, size_t size,
210 static inline int z_impl_bbram_write(const struct device *dev, size_t offset, in z_impl_bbram_write()
232 int bbram_emul_set_invalid(const struct device *dev, bool is_invalid);
243 int bbram_emul_set_standby_power_state(const struct device *dev, bool failure);
254 int bbram_emul_set_power_state(const struct device *dev, bool failure);