Home
last modified time | relevance | path

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

12

/openbmc/u-boot/disk/
H A Dpart.c26 static struct part_driver *part_driver_lookup_type(struct blk_desc *dev_desc) in part_driver_lookup_type()
57 struct blk_desc *dev_desc; in get_dev_hwpart() local
119 void dev_print (struct blk_desc *dev_desc) in dev_print()
229 void part_init(struct blk_desc *dev_desc) in part_init()
251 static void print_part_header(const char *type, struct blk_desc *dev_desc) in print_part_header()
299 void part_print(struct blk_desc *dev_desc) in part_print()
318 int part_get_info(struct blk_desc *dev_desc, int part, in part_get_info()
371 struct blk_desc **dev_desc) in blk_get_device_by_str()
432 struct blk_desc **dev_desc, in blk_get_device_part_str()
672 int part_get_info_by_name(struct blk_desc *dev_desc, const char *name, in part_get_info_by_name()
[all …]
H A Dpart_efi.c188 int get_disk_guid(struct blk_desc * dev_desc, char *guid) in get_disk_guid()
215 void part_print_efi(struct blk_desc *dev_desc) in part_print_efi()
272 int part_get_info_efi(struct blk_desc *dev_desc, int part, in part_get_info_efi()
335 static int part_test_efi(struct blk_desc *dev_desc) in part_test_efi()
353 static int set_protective_mbr(struct blk_desc *dev_desc) in set_protective_mbr()
388 int write_gpt_table(struct blk_desc *dev_desc, in write_gpt_table()
436 int gpt_fill_pte(struct blk_desc *dev_desc, in gpt_fill_pte()
627 int gpt_restore(struct blk_desc *dev_desc, char *str_disk_guid, in gpt_restore()
709 int gpt_verify_partitions(struct blk_desc *dev_desc, in gpt_verify_partitions()
787 int is_valid_gpt_buf(struct blk_desc *dev_desc, void *buf) in is_valid_gpt_buf()
[all …]
H A 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()
H A Dpart_dos.c93 static int part_test_dos(struct blk_desc *dev_desc) in part_test_dos()
124 static void print_partition_extended(struct blk_desc *dev_desc, in print_partition_extended()
195 static int part_get_info_extended(struct blk_desc *dev_desc, in part_get_info_extended()
295 void part_print_dos(struct blk_desc *dev_desc) in part_print_dos()
301 int part_get_info_dos(struct blk_desc *dev_desc, int part, in part_get_info_dos()
312 int write_mbr_partition(struct blk_desc *dev_desc, void *buf) in write_mbr_partition()
H A Dpart_amiga.c128 struct rigid_disk_block *get_rdisk(struct blk_desc *dev_desc) in get_rdisk()
168 struct bootcode_block *get_bootcode(struct blk_desc *dev_desc) in get_bootcode()
209 static int part_test_amiga(struct blk_desc *dev_desc) in part_test_amiga()
238 static struct partition_block *find_partition(struct blk_desc *dev_desc, in find_partition()
292 static int part_get_info_amiga(struct blk_desc *dev_desc, int part, in part_get_info_amiga()
320 static void part_print_amiga(struct blk_desc *dev_desc) in part_print_amiga()
H A 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()
/openbmc/u-boot/drivers/fastboot/
H A Dfb_mmc.c24 struct blk_desc *dev_desc; member
27 static int part_get_info_by_name_or_alias(struct blk_desc *dev_desc, in part_get_info_by_name_or_alias()
88 struct blk_desc *dev_desc = sparse->dev_desc; in fb_mmc_sparse_write() local
99 static void write_raw_image(struct blk_desc *dev_desc, disk_partition_t *info, in write_raw_image()
141 static lbaint_t fb_mmc_get_boot_header(struct blk_desc *dev_desc, in fb_mmc_get_boot_header()
188 static int fb_mmc_update_zimage(struct blk_desc *dev_desc, in fb_mmc_update_zimage()
301 int fastboot_mmc_get_part_info(char *part_name, struct blk_desc **dev_desc, in fastboot_mmc_get_part_info()
336 struct blk_desc *dev_desc; in fastboot_mmc_flash_write() local
440 struct blk_desc *dev_desc; in fastboot_mmc_erase() local
H A Dfb_getvar.c144 struct blk_desc *dev_desc; in getvar_partition_type() local
166 struct blk_desc *dev_desc; in getvar_partition_size() local
/openbmc/u-boot/include/
H A Dpart.h224 static inline int part_get_info(struct blk_desc *dev_desc, int part, in part_get_info()
226 static inline int part_get_info_whole_disk(struct blk_desc *dev_desc, in part_get_info_whole_disk()
229 static inline void part_print(struct blk_desc *dev_desc) {} in part_print()
230 static inline void part_init(struct blk_desc *dev_desc) {} in part_init()
231 static inline void dev_print(struct blk_desc *dev_desc) {} in dev_print()
233 struct blk_desc **dev_desc) in blk_get_device_by_str()
237 struct blk_desc **dev_desc, in blk_get_device_part_str()
/openbmc/u-boot/env/
H A Dext4.c37 struct blk_desc *dev_desc = NULL; in env_ext4_save() local
81 struct blk_desc *dev_desc = NULL; in env_ext4_load() local
H A Dfat.c37 struct blk_desc *dev_desc = NULL; in env_fat_save() local
84 struct blk_desc *dev_desc = NULL; in env_fat_load() local
/openbmc/linux/drivers/acpi/
H A Dacpi_apd.c40 const struct apd_device_desc *dev_desc; member
48 const struct apd_device_desc *dev_desc = pdata->dev_desc; in acpi_apd_setup() local
190 const struct apd_device_desc *dev_desc = (void *)id->driver_data; in acpi_apd_create_device() local
/openbmc/u-boot/cmd/
H A Dgpt.c306 static int get_gpt_info(struct blk_desc *dev_desc) in get_gpt_info()
345 static int do_get_gpt_info(struct blk_desc *dev_desc) in do_get_gpt_info()
372 static int set_gpt_info(struct blk_desc *dev_desc, in set_gpt_info()
617 static int do_disk_guid(struct blk_desc *dev_desc, char * const namestr) in do_disk_guid()
650 static int do_rename_gpt_parts(struct blk_desc *dev_desc, char *subcomm, in do_rename_gpt_parts()
H A Dreiser.c36 struct blk_desc *dev_desc = NULL; in do_reiserls() local
84 struct blk_desc *dev_desc = NULL; in do_reiserload() local
H A Dzfs.c41 struct blk_desc *dev_desc; in do_zfs_load() local
137 struct blk_desc *dev_desc; in do_zfs_ls() local
H A Dfat.c71 struct blk_desc *dev_desc; in do_fat_fsinfo() local
108 struct blk_desc *dev_desc = NULL; in do_fat_fswrite() local
H A Ddisk.c21 struct blk_desc *dev_desc; in common_diskboot() local
H A Dread.c18 struct blk_desc *dev_desc = NULL; in do_read() local
H A Dpart.c32 struct blk_desc *dev_desc; in do_part_uuid() local
/openbmc/linux/drivers/input/touchscreen/
H A Diqs7211.c1180 const struct iqs7211_dev_desc *dev_desc; member
1421 const struct iqs7211_dev_desc *dev_desc = iqs7211->dev_desc; in iqs7211_start_comms() local
1522 const struct iqs7211_dev_desc *dev_desc = iqs7211->dev_desc; in iqs7211_init_device() local
1702 const struct iqs7211_dev_desc *dev_desc = iqs7211->dev_desc; in iqs7211_parse_event() local
1752 const struct iqs7211_dev_desc *dev_desc = iqs7211->dev_desc; in iqs7211_parse_cycles() local
1868 const struct iqs7211_dev_desc *dev_desc = iqs7211->dev_desc; in iqs7211_parse_tp() local
1944 const struct iqs7211_dev_desc *dev_desc = iqs7211->dev_desc; in iqs7211_parse_alp() local
2040 const struct iqs7211_dev_desc *dev_desc = iqs7211->dev_desc; in iqs7211_parse_reg_grp() local
2097 const struct iqs7211_dev_desc *dev_desc = iqs7211->dev_desc; in iqs7211_register_kp() local
2133 const struct iqs7211_dev_desc *dev_desc = iqs7211->dev_desc; in iqs7211_register_tp() local
[all …]
/openbmc/u-boot/drivers/scsi/
H A Dscsi.c441 static void scsi_init_dev_desc_priv(struct blk_desc *dev_desc) in scsi_init_dev_desc_priv()
465 static void scsi_init_dev_desc(struct blk_desc *dev_desc, int devnum) in scsi_init_dev_desc()
490 struct blk_desc *dev_desc) in scsi_detect_dev()
/openbmc/u-boot/test/dm/
H A Dmmc.c29 struct blk_desc *dev_desc; in dm_test_mmc_blk() local
H A Dusb.c39 struct blk_desc *dev_desc; in dm_test_usb_flash() local
H A Dblk.c67 struct blk_desc *dev_desc; in dm_test_blk_usb() local
/openbmc/linux/drivers/input/misc/
H A Diqs7222.c1470 const struct iqs7222_dev_desc *dev_desc; member
1828 const struct iqs7222_dev_desc *dev_desc = iqs7222->dev_desc; in iqs7222_dev_init() local
1999 const struct iqs7222_dev_desc *dev_desc = iqs7222->dev_desc; in iqs7222_gpio_select() local
2250 const struct iqs7222_dev_desc *dev_desc = iqs7222->dev_desc; in iqs7222_parse_chan() local
2454 const struct iqs7222_dev_desc *dev_desc = iqs7222->dev_desc; in iqs7222_parse_sldr() local
2679 const struct iqs7222_dev_desc *dev_desc = iqs7222->dev_desc; in iqs7222_parse_tpad() local
2853 const struct iqs7222_dev_desc *dev_desc = iqs7222->dev_desc; in iqs7222_parse_all() local
2912 const struct iqs7222_dev_desc *dev_desc = iqs7222->dev_desc; in iqs7222_report() local

12