Home
last modified time | relevance | path

Searched defs:dev_desc (Results 1 – 25 of 40) sorted by relevance

12

/third_party/uboot/u-boot-2020.01/disk/
Dpart.c27 static struct part_driver *part_driver_lookup_type(struct blk_desc *dev_desc) in part_driver_lookup_type()
58 struct blk_desc *dev_desc; in get_dev_hwpart() local
120 void dev_print (struct blk_desc *dev_desc) in dev_print()
230 void part_init(struct blk_desc *dev_desc) in part_init()
252 static void print_part_header(const char *type, struct blk_desc *dev_desc) in print_part_header()
300 void part_print(struct blk_desc *dev_desc) in part_print()
319 int part_get_info(struct blk_desc *dev_desc, int part, in part_get_info()
353 int part_get_info_whole_disk(struct blk_desc *dev_desc, disk_partition_t *info) in part_get_info_whole_disk()
372 struct blk_desc **dev_desc) in blk_get_device_by_str()
432 struct blk_desc **dev_desc, in blk_get_device_part_str()
[all …]
Dpart_efi.c191 int get_disk_guid(struct blk_desc * dev_desc, char *guid) in get_disk_guid()
209 void part_print_efi(struct blk_desc *dev_desc) in part_print_efi()
255 int part_get_info_efi(struct blk_desc *dev_desc, int part, in part_get_info_efi()
307 static int part_test_efi(struct blk_desc *dev_desc) in part_test_efi()
325 static int set_protective_mbr(struct blk_desc *dev_desc) in set_protective_mbr()
360 int write_gpt_table(struct blk_desc *dev_desc, in write_gpt_table()
408 int gpt_fill_pte(struct blk_desc *dev_desc, in gpt_fill_pte()
528 static uint32_t partition_entries_offset(struct blk_desc *dev_desc) in partition_entries_offset()
575 int gpt_fill_header(struct blk_desc *dev_desc, gpt_header *gpt_h, in gpt_fill_header()
599 int gpt_restore(struct blk_desc *dev_desc, char *str_disk_guid, in gpt_restore()
[all …]
Dpart_mac.c42 static int part_test_mac(struct blk_desc *dev_desc) in part_test_mac()
68 static void part_print_mac(struct blk_desc *dev_desc) in part_print_mac()
157 static int part_mac_read_ddb(struct blk_desc *dev_desc, in part_mac_read_ddb()
174 static int part_mac_read_pdb(struct blk_desc *dev_desc, int part, in part_mac_read_pdb()
216 static int part_get_info_mac(struct blk_desc *dev_desc, int part, in part_get_info_mac()
Dpart_dos.c104 static int part_test_dos(struct blk_desc *dev_desc) in part_test_dos()
136 static void print_partition_extended(struct blk_desc *dev_desc, in print_partition_extended()
207 static int part_get_info_extended(struct blk_desc *dev_desc, in part_get_info_extended()
307 void part_print_dos(struct blk_desc *dev_desc) in part_print_dos()
313 int part_get_info_dos(struct blk_desc *dev_desc, int part, in part_get_info_dos()
324 int write_mbr_partition(struct blk_desc *dev_desc, void *buf) in write_mbr_partition()
Dpart_iso.c48 int part_get_info_iso_verb(struct blk_desc *dev_desc, int part_num, in part_get_info_iso_verb()
201 static int part_get_info_iso(struct blk_desc *dev_desc, int part_num, in part_get_info_iso()
207 static void part_print_iso(struct blk_desc *dev_desc) in part_print_iso()
226 static int part_test_iso(struct blk_desc *dev_desc) in part_test_iso()
Dpart_amiga.c129 struct rigid_disk_block *get_rdisk(struct blk_desc *dev_desc) in get_rdisk()
169 struct bootcode_block *get_bootcode(struct blk_desc *dev_desc) in get_bootcode()
210 static int part_test_amiga(struct blk_desc *dev_desc) in part_test_amiga()
239 static struct partition_block *find_partition(struct blk_desc *dev_desc, in find_partition()
293 static int part_get_info_amiga(struct blk_desc *dev_desc, int part, in part_get_info_amiga()
321 static void part_print_amiga(struct blk_desc *dev_desc) in part_print_amiga()
/third_party/uboot/u-boot-2020.01/drivers/fastboot/
Dfb_mmc.c25 struct blk_desc *dev_desc; member
28 static int part_get_info_by_name_or_alias(struct blk_desc *dev_desc, in part_get_info_by_name_or_alias()
89 struct blk_desc *dev_desc = sparse->dev_desc; in fb_mmc_sparse_write() local
100 static void write_raw_image(struct blk_desc *dev_desc, disk_partition_t *info, in write_raw_image()
142 static lbaint_t fb_mmc_get_boot_header(struct blk_desc *dev_desc, in fb_mmc_get_boot_header()
189 static int fb_mmc_update_zimage(struct blk_desc *dev_desc, in fb_mmc_update_zimage()
303 struct blk_desc **dev_desc, in fastboot_mmc_get_part_info()
338 struct blk_desc *dev_desc; in fastboot_mmc_flash_write() local
442 struct blk_desc *dev_desc; in fastboot_mmc_erase() local
Dfb_getvar.c105 struct blk_desc *dev_desc; in getvar_get_part_info() local
221 struct blk_desc *dev_desc; in getvar_partition_type() local
/third_party/uboot/u-boot-2020.01/include/
Dpart.h245 static inline int part_get_info(struct blk_desc *dev_desc, int part, in part_get_info()
247 static inline int part_get_info_whole_disk(struct blk_desc *dev_desc, in part_get_info_whole_disk()
250 static inline void part_print(struct blk_desc *dev_desc) {} in part_print()
251 static inline void part_init(struct blk_desc *dev_desc) {} in part_init()
252 static inline void dev_print(struct blk_desc *dev_desc) {} in dev_print()
254 struct blk_desc **dev_desc) in blk_get_device_by_str()
258 struct blk_desc **dev_desc, in blk_get_device_part_str()
/third_party/uboot/u-boot-2020.01/common/
Dandroid_ab.c82 static int ab_control_create_from_disk(struct blk_desc *dev_desc, in ab_control_create_from_disk()
132 static int ab_control_store(struct blk_desc *dev_desc, in ab_control_store()
180 int ab_select_slot(struct blk_desc *dev_desc, disk_partition_t *part_info) in ab_select_slot()
/third_party/uboot/u-boot-2020.01/env/
Dfat.c38 struct blk_desc *dev_desc = NULL; in env_fat_save() local
85 struct blk_desc *dev_desc = NULL; in env_fat_load() local
Dext4.c48 struct blk_desc *dev_desc = NULL; in env_ext4_save() local
91 struct blk_desc *dev_desc = NULL; in env_ext4_load() local
/third_party/uboot/u-boot-2020.01/cmd/
Dreiser.c37 struct blk_desc *dev_desc = NULL; in do_reiserls() local
85 struct blk_desc *dev_desc = NULL; in do_reiserload() local
Dzfs.c42 struct blk_desc *dev_desc; in do_zfs_load() local
138 struct blk_desc *dev_desc; in do_zfs_ls() local
Dgpt.c307 static int get_gpt_info(struct blk_desc *dev_desc) in get_gpt_info()
346 static int do_get_gpt_info(struct blk_desc *dev_desc) in do_get_gpt_info()
373 static int set_gpt_info(struct blk_desc *dev_desc, in set_gpt_info()
618 static int do_disk_guid(struct blk_desc *dev_desc, char * const namestr) in do_disk_guid()
651 static int do_rename_gpt_parts(struct blk_desc *dev_desc, char *subcomm, in do_rename_gpt_parts()
Dab_select.c13 struct blk_desc *dev_desc; in do_ab_select() local
Dfat.c71 struct blk_desc *dev_desc; in do_fat_fsinfo() local
108 struct blk_desc *dev_desc = NULL; in do_fat_fswrite() local
Ddisk.c22 struct blk_desc *dev_desc; in common_diskboot() local
Dread.c18 struct blk_desc *dev_desc = NULL; in do_read() local
Dpart.c34 struct blk_desc *dev_desc; in do_part_uuid() local
/third_party/uboot/u-boot-2020.01/test/dm/
Dmmc.c29 struct blk_desc *dev_desc; in dm_test_mmc_blk() local
Dblk.c67 struct blk_desc *dev_desc; in dm_test_blk_usb() local
Dusb.c45 struct blk_desc *dev_desc; in dm_test_usb_flash() local
/third_party/uboot/u-boot-2020.01/drivers/scsi/
Dscsi.c436 static void scsi_init_dev_desc_priv(struct blk_desc *dev_desc) in scsi_init_dev_desc_priv()
456 static void scsi_init_dev_desc(struct blk_desc *dev_desc, int devnum) in scsi_init_dev_desc()
481 struct blk_desc *dev_desc) in scsi_detect_dev()
/third_party/uboot/u-boot-2020.01/arch/arm/mach-omap2/
Dutils.c92 struct blk_desc *dev_desc; in omap_mmc_get_part_size() local

12