/third_party/e2fsprogs/resize/ |
D | resize2fs.c | 45 static errcode_t adjust_superblock(ext2_resize_t rfs, blk64_t new_size); 46 static errcode_t blocks_to_move(ext2_resize_t rfs); 47 static errcode_t block_mover(ext2_resize_t rfs); 48 static errcode_t inode_scan_and_fix(ext2_resize_t rfs); 49 static errcode_t inode_ref_fix(ext2_resize_t rfs); 50 static errcode_t move_itables(ext2_resize_t rfs); 56 static errcode_t clear_sparse_super2_last_group(ext2_resize_t rfs); 57 static errcode_t reserve_sparse_super2_last_group(ext2_resize_t rfs, 59 static errcode_t resize_group_descriptors(ext2_resize_t rfs, blk64_t new_size); 60 static errcode_t move_bg_metadata(ext2_resize_t rfs); [all …]
|
D | resize2fs.h | 127 errcode_t (*progress)(ext2_resize_t rfs, int pass, 145 errcode_t (*progress)(ext2_resize_t rfs, 176 extern void print_resource_track(ext2_resize_t rfs,
|
D | resource_track.c | 60 void print_resource_track(ext2_resize_t rfs, struct resource_track *track, in print_resource_track() argument 71 if ((rfs->flags & RESIZE_DEBUG_RTRACK) == 0) in print_resource_track()
|
D | main.c | 57 static errcode_t resize_progress_func(ext2_resize_t rfs, int pass, in resize_progress_func() argument 64 progress = (ext2_sim_progmeter) rfs->prog_data; in resize_progress_func() 96 rfs->prog_data = (void *) progress; in resize_progress_func() 104 rfs->prog_data = 0; in resize_progress_func()
|
/third_party/uboot/u-boot-2020.01/drivers/sound/ |
D | samsung-i2s.c | 30 static void i2s_set_lr_framesize(struct i2s_reg *i2s_reg, unsigned int rfs) in i2s_set_lr_framesize() argument 36 switch (rfs) { in i2s_set_lr_framesize() 307 ret = set_epll_clk(pi2s_tx->samplingrate * pi2s_tx->rfs * 4); in i2s_tx_init() 342 (pi2s_tx->samplingrate * (pi2s_tx->rfs)), in i2s_tx_init() 355 i2s_set_lr_framesize(i2s_reg, pi2s_tx->rfs); in i2s_tx_init() 420 if (dev_read_u32u(dev, "samsung,i2s-lr-clk-framesize", &priv->rfs)) in samsung_i2s_ofdata_to_platdata() 422 debug("rfs = %d\n", priv->rfs); in samsung_i2s_ofdata_to_platdata()
|
D | rockchip_i2s.c | 53 u32 lrf = priv->rfs; in rockchip_i2s_init() 128 priv->rfs = 256; in rockchip_i2s_probe()
|
D | broadwell_sound.c | 32 i2c_priv->samplingrate * i2c_priv->rfs, in broadwell_sound_setup()
|
D | tegra_sound.c | 28 i2c_priv->samplingrate * i2c_priv->rfs, in tegra_sound_setup()
|
D | samsung_sound.c | 25 i2c_priv->samplingrate * i2c_priv->rfs, in samsung_sound_setup()
|
D | tegra_i2s.c | 102 priv->rfs = 256; in tegra_i2s_probe()
|
D | rockchip_sound.c | 29 i2c_priv->samplingrate * i2c_priv->rfs, in rockchip_sound_setup()
|
D | sandbox.c | 124 uc_priv->rfs = 256; in sandbox_i2s_probe()
|
D | broadwell_i2s.c | 259 uc_priv->rfs = 64; in broadwell_i2s_probe()
|
/third_party/uboot/u-boot-2020.01/include/ |
D | i2s.h | 80 unsigned int rfs; /* LR clock frame size */ member
|
/third_party/uboot/u-boot-2020.01/configs/ |
D | r8a77990_ebisu_defconfig | 14 CONFIG_BOOTARGS="root=/dev/nfs rw nfsroot=192.168.0.1:/export/rfs ip=192.168.0.20"
|
D | r8a7796_ulcb_defconfig | 14 CONFIG_BOOTARGS="root=/dev/nfs rw nfsroot=192.168.0.1:/export/rfs ip=192.168.0.20"
|
D | r8a77980_condor_defconfig | 15 CONFIG_BOOTARGS="root=/dev/nfs rw nfsroot=192.168.0.1:/export/rfs ip=192.168.0.20"
|
D | r8a77965_ulcb_defconfig | 14 CONFIG_BOOTARGS="root=/dev/nfs rw nfsroot=192.168.0.1:/export/rfs ip=192.168.0.20"
|
D | r8a7795_salvator-x_defconfig | 13 CONFIG_BOOTARGS="root=/dev/nfs rw nfsroot=192.168.0.1:/export/rfs ip=192.168.0.20"
|
D | r8a77970_eagle_defconfig | 15 CONFIG_BOOTARGS="root=/dev/nfs rw nfsroot=192.168.0.1:/export/rfs ip=192.168.0.20"
|
D | r8a77995_draak_defconfig | 14 CONFIG_BOOTARGS="root=/dev/nfs rw nfsroot=192.168.0.1:/export/rfs ip=192.168.0.20"
|
D | r8a7795_ulcb_defconfig | 14 CONFIG_BOOTARGS="root=/dev/nfs rw nfsroot=192.168.0.1:/export/rfs ip=192.168.0.20"
|
D | r8a7796_salvator-x_defconfig | 14 CONFIG_BOOTARGS="root=/dev/nfs rw nfsroot=192.168.0.1:/export/rfs ip=192.168.0.20"
|
D | r8a77965_salvator-x_defconfig | 14 CONFIG_BOOTARGS="root=/dev/nfs rw nfsroot=192.168.0.1:/export/rfs ip=192.168.0.20"
|
/third_party/FatFs/source/ |
D | ff.h | 481 FRESULT mount_volume (const TCHAR **path, FATFS **rfs, BYTE mode);
|