Lines Matching refs:u_boot_config
238 def fs_obj_basic(request, u_boot_config): argument
253 check_ubconfig(u_boot_config, fs_ubtype)
255 mount_dir = u_boot_config.persistent_data_dir + '/mnt'
263 fs_img = mk_fs(u_boot_config, fs_type, 0xc0000000, '3GB')
346 def fs_obj_ext(request, u_boot_config): argument
361 check_ubconfig(u_boot_config, fs_ubtype)
363 mount_dir = u_boot_config.persistent_data_dir + '/mnt'
371 fs_img = mk_fs(u_boot_config, fs_type, 0x8000000, '128MB')
433 def fs_obj_mkdir(request, u_boot_config): argument
448 check_ubconfig(u_boot_config, fs_ubtype)
452 fs_img = mk_fs(u_boot_config, fs_type, 0x8000000, '128MB')
466 def fs_obj_unlink(request, u_boot_config): argument
481 check_ubconfig(u_boot_config, fs_ubtype)
483 mount_dir = u_boot_config.persistent_data_dir + '/mnt'
488 fs_img = mk_fs(u_boot_config, fs_type, 0x8000000, '128MB')