Home
last modified time | relevance | path

Searched defs:part (Results 1 – 10 of 10) sorted by relevance

/components/fal/src/
A Dfal_rtt.c41 struct fal_blk_device *part = (struct fal_blk_device*) dev; in blk_dev_control() local
87 struct fal_blk_device *part = (struct fal_blk_device*) dev; in blk_dev_read() local
108 struct fal_blk_device *part; in blk_dev_write() local
224 struct fal_mtd_nor_device *part = (struct fal_mtd_nor_device*) device; in mtd_nor_dev_read() local
245 struct fal_mtd_nor_device *part; in mtd_nor_dev_write() local
267 struct fal_mtd_nor_device *part; in mtd_nor_dev_erase() local
355 struct fal_char_device *part = (struct fal_char_device *) dev; in char_dev_read() local
373 struct fal_char_device *part; in char_dev_write() local
417 struct fal_char_device *part = (struct fal_char_device *) fd->vnode->data; in char_dev_fopen() local
441 struct fal_char_device *part = (struct fal_char_device *) fd->vnode->data; in char_dev_fread() local
[all …]
A Dfal_partition.c76 const struct fal_partition *part; in fal_show_part_table() local
348 static const struct fal_flash_dev *flash_device_find_by_part(const struct fal_partition *part) in flash_device_find_by_part()
409 int fal_partition_read(const struct fal_partition *part, rt_uint32_t addr, rt_uint8_t *buf, rt_size… in fal_partition_read()
450 int fal_partition_write(const struct fal_partition *part, rt_uint32_t addr, const rt_uint8_t *buf, … in fal_partition_write()
490 int fal_partition_erase(const struct fal_partition *part, rt_uint32_t addr, rt_size_t size) in fal_partition_erase()
527 int fal_partition_erase_all(const struct fal_partition *part) in fal_partition_erase_all()
/components/drivers/block/partitions/
A Ddfs.c21 struct dfs_partition part; in dfs_partition() local
A Defi.c68 rt_inline int pmbr_part_valid(gpt_mbr_record *part) in pmbr_part_valid()
97 int part = 0, ret = 0; /* invalid by default */ in is_pmbr_valid() local
/components/legacy/usb/usbhost/class/
A Dmass.h22 struct dfs_partition part; member
A Dudisk.c196 struct dfs_partition part[MAX_PARTITION_COUNT]; in rt_udisk_run() local
/components/dfs/dfs_v1/src/
A Ddfs_fs.c156 int dfs_filesystem_get_partition(struct dfs_partition *part, in dfs_filesystem_get_partition()
/components/dfs/dfs_v2/src/
A Ddfs_fs.c679 int dfs_filesystem_get_partition(struct dfs_partition *part, in dfs_filesystem_get_partition()
/components/dfs/dfs_v1/filesystems/elmfat/
A Dff.c3280 UINT part /* Partition to fined = 0:auto, 1..:forced */
/components/dfs/dfs_v2/filesystems/elmfat/
A Dff.c3333 UINT part /* Partition to fined = 0:find as SFD and partitions, >0:forced partition number */

Completed in 34 milliseconds