Home
last modified time | relevance | path

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

/mcuboot-latest/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
[all …]
/mcuboot-latest/sim/src/
Dimage.rs440 let dev = SimFlash::new(vec![16 * 1024, 16 * 1024, 16 * 1024, 16 * 1024, 64 * 1024, in make_device() localVariable
458 let dev = SimFlash::new(vec![4096; 128], align as usize, erased_val); in make_device() localVariable
474 let dev = SimFlash::new(vec![4096; 128], align as usize, erased_val); in make_device() localVariable
490 let dev = SimFlash::new(vec![4096; 128], align as usize, erased_val); in make_device() localVariable
504 let dev = SimFlash::new(vec![4096; 128], align as usize, erased_val); in make_device() localVariable
537 let dev = SimFlash::new(vec![4096; 256], align as usize, erased_val); in make_device() localVariable
1386 let dev = flash.get_mut(&dev_id).unwrap(); in mark_bad_status_with_rate() localVariable
1404 let dev = flash.get_mut(&dev_id).unwrap(); in reset_bad_status() localVariable
1761 let dev = flash.get_mut(&dev_id).unwrap(); in install_image() localVariable
2046 let dev = flash.get(&dev_id).unwrap(); in verify_image() localVariable
[all …]
/mcuboot-latest/sim/mcuboot-sys/src/
Dapi.rs188 let dev: &'static mut dyn Flash = mem::transmute(dev); in set_flash() localVariable
276 let dev = unsafe { &mut *(flash.ptr) }; in sim_flash_erase() localVariable
289 let dev = unsafe { &mut *(flash.ptr) }; in sim_flash_read() localVariable
302 let dev = unsafe { &mut *(flash.ptr) }; in sim_flash_write() localVariable
/mcuboot-latest/boot/zephyr/
Dserial_adapter.c132 boot_uart_fifo_callback(const struct device *dev, void *user_data) in boot_uart_fifo_callback()