Lines Matching refs:device
264 static inline bool flash_stm32_range_exists(const struct device *dev, in flash_stm32_range_exists()
283 static inline void _flash_stm32_sem_take(const struct device *dev) in _flash_stm32_sem_take()
289 static inline void _flash_stm32_sem_give(const struct device *dev) in _flash_stm32_sem_give()
305 int flash_stm32_ex_op(const struct device *dev, uint16_t code,
315 bool flash_stm32_valid_range(const struct device *dev, off_t offset,
318 int flash_stm32_write_range(const struct device *dev, unsigned int offset,
321 int flash_stm32_block_erase_loop(const struct device *dev,
325 int flash_stm32_wait_flash_idle(const struct device *dev);
327 int flash_stm32_option_bytes_lock(const struct device *dev, bool enable);
329 uint32_t flash_stm32_option_bytes_read(const struct device *dev);
331 int flash_stm32_option_bytes_write(const struct device *dev, uint32_t mask,
335 int flash_stm32_check_status(const struct device *dev);
339 void flash_stm32_page_layout(const struct device *dev,
346 int flash_stm32_update_wp_sectors(const struct device *dev,
350 int flash_stm32_get_wp_sectors(const struct device *dev,
354 uint8_t flash_stm32_get_rdp_level(const struct device *dev);
356 void flash_stm32_set_rdp_level(const struct device *dev, uint8_t level);
360 int flash_stm32_control_register_disable(const struct device *dev);
361 int flash_stm32_option_bytes_disable(const struct device *dev);