Searched refs:api_write (Results  1 – 3 of 3) sorted by relevance
| /Zephyr-latest/drivers/flash/ | 
| D | flash_max32.c | 61 static int api_write(const struct device *dev, off_t address, const void *buffer, size_t length)  in api_write()  function 137 	.write = api_write,
  | 
| D | flash_mspi_nor.c | 182 static int api_write(const struct device *dev, off_t addr, const void *src,  in api_write()  function 615 	.write = api_write,
  | 
| /Zephyr-latest/drivers/display/ | 
| D | display_nrf_led_matrix.c | 237 static int api_write(const struct device *dev,  in api_write()  function 282 	.write = api_write,
  |