Home
last modified time | relevance | path

Searched defs:dev (Results 1 – 4 of 4) sorted by relevance

/mcuboot-3.4.0/boot/nuttx/src/flash_map_backend/
Dflash_map_backend.c182 struct flash_device_s *dev = g_flash_devices[i]; in lookup_flash_device_by_id() local
213 struct flash_device_s *dev = g_flash_devices[i]; in lookup_flash_device_by_offset() local
248 struct flash_device_s *dev; in flash_area_open() local
353 struct flash_device_s *dev = lookup_flash_device_by_id(fa->fa_id); in flash_area_close() local
403 struct flash_device_s *dev; in flash_area_read() local
471 struct flash_device_s *dev; in flash_area_write() local
540 struct flash_device_s *dev = lookup_flash_device_by_id(fa->fa_id); in flash_area_erase() local
629 struct flash_device_s *dev; in flash_area_erased_val() local
667 struct flash_device_s *dev = lookup_flash_device_by_id(fa_id); in flash_area_get_sectors() local
800 struct flash_device_s *dev = lookup_flash_device_by_offset(offset); in flash_area_id_from_image_offset() local
/mcuboot-3.4.0/sim/mcuboot-sys/src/
Dapi.rs153 let dev: &'static mut dyn Flash = mem::transmute(dev); in set_flash() localVariable
241 let dev = unsafe { &mut *(flash.ptr) }; in sim_flash_erase() localVariable
254 let dev = unsafe { &mut *(flash.ptr) }; in sim_flash_read() localVariable
267 let dev = unsafe { &mut *(flash.ptr) }; in sim_flash_write() localVariable
/mcuboot-3.4.0/sim/src/
Dimage.rs391 let dev = SimFlash::new(vec![16 * 1024, 16 * 1024, 16 * 1024, 16 * 1024, 64 * 1024, in make_device() localVariable
409 let dev = SimFlash::new(vec![4096; 128], align as usize, erased_val); in make_device() localVariable
425 let dev = SimFlash::new(vec![4096; 128], align as usize, erased_val); in make_device() localVariable
441 let dev = SimFlash::new(vec![4096; 128], align as usize, erased_val); in make_device() localVariable
455 let dev = SimFlash::new(vec![4096; 128], align as usize, erased_val); in make_device() localVariable
488 let dev = SimFlash::new(vec![4096; 256], align as usize, erased_val); in make_device() localVariable
1282 let dev = flash.get_mut(&dev_id).unwrap(); in mark_bad_status_with_rate() localVariable
1300 let dev = flash.get_mut(&dev_id).unwrap(); in reset_bad_status() localVariable
1657 let dev = flash.get_mut(&dev_id).unwrap(); in install_image() localVariable
1927 let dev = flash.get(&dev_id).unwrap(); in verify_image() localVariable
[all …]
/mcuboot-3.4.0/boot/zephyr/
Dserial_adapter.c126 boot_uart_fifo_callback(const struct device *dev, void *user_data) in boot_uart_fifo_callback()