Searched defs:fdev (Results 1 – 4 of 4) sorted by relevance
60 const struct device *fdev; /* Flash device */ member
63 const struct device *fdev = flash_area_get_device(fa); in erase_device_block() local
363 int stream_flash_init(struct stream_flash_ctx *ctx, const struct device *fdev, in stream_flash_init()
27 static const struct device *const fdev = DEVICE_DT_GET(DT_CHOSEN(zephyr_flash_controller)); variable