Searched refs:flash_device (Results 1 – 2 of 2) sorted by relevance
360 rtt_dev->flash_device.user_data = rtt_dev; in rt_sfud_flash_probe_ex()386 rtt_dev->flash_device.type = RT_Device_Class_Block; in rt_sfud_flash_probe_ex()388 rtt_dev->flash_device.ops = &flash_device_ops; in rt_sfud_flash_probe_ex()390 rtt_dev->flash_device.init = RT_NULL; in rt_sfud_flash_probe_ex()391 rtt_dev->flash_device.open = RT_NULL; in rt_sfud_flash_probe_ex()392 rtt_dev->flash_device.close = RT_NULL; in rt_sfud_flash_probe_ex()393 rtt_dev->flash_device.read = rt_sfud_read; in rt_sfud_flash_probe_ex()394 rtt_dev->flash_device.write = rt_sfud_write; in rt_sfud_flash_probe_ex()395 rtt_dev->flash_device.control = rt_sfud_control; in rt_sfud_flash_probe_ex()454 rt_device_unregister(&(spi_flash_dev->flash_device)); in rt_sfud_flash_delete()[all …]
19 struct rt_device flash_device; member
Completed in 3 milliseconds