/u-boot/lib/efi_loader/ |
A D | efi_net.c | 738 struct efi_pxe_base_code_protocol *this, in efi_pxe_base_code_start() 745 struct efi_pxe_base_code_protocol *this) in efi_pxe_base_code_stop() 751 struct efi_pxe_base_code_protocol *this, in efi_pxe_base_code_dhcp() 758 struct efi_pxe_base_code_protocol *this, in efi_pxe_base_code_discover() 766 struct efi_pxe_base_code_protocol *this, in efi_pxe_base_code_mtftp() 777 struct efi_pxe_base_code_protocol *this, in efi_pxe_base_code_udp_write() 789 struct efi_pxe_base_code_protocol *this, in efi_pxe_base_code_udp_read() 800 struct efi_pxe_base_code_protocol *this, in efi_pxe_base_code_set_ip_filter() 807 struct efi_pxe_base_code_protocol *this, in efi_pxe_base_code_arp() 815 struct efi_pxe_base_code_protocol *this, in efi_pxe_base_code_set_parameters() [all …]
|
A D | efi_hii_config.c | 26 extract_config(const struct efi_hii_config_routing_protocol *this, in extract_config() 37 export_config(const struct efi_hii_config_routing_protocol *this, in export_config() 46 route_config(const struct efi_hii_config_routing_protocol *this, in route_config() 56 block_to_config(const struct efi_hii_config_routing_protocol *this, in block_to_config() 70 config_to_block(const struct efi_hii_config_routing_protocol *this, in config_to_block() 83 get_alt_config(const struct efi_hii_config_routing_protocol *this, in get_alt_config() 103 extract_config_access(const struct efi_hii_config_access_protocol *this, in extract_config_access() 114 route_config_access(const struct efi_hii_config_access_protocol *this, in route_config_access() 124 form_callback(const struct efi_hii_config_access_protocol *this, in form_callback()
|
A D | efi_unicode_collation.c | 49 struct efi_unicode_collation_protocol *this, u16 *s1, u16 *s2) in efi_stri_coll() 186 static bool EFIAPI efi_metai_match(struct efi_unicode_collation_protocol *this, in efi_metai_match() 209 static void EFIAPI efi_str_lwr(struct efi_unicode_collation_protocol *this, in efi_str_lwr() 230 static void EFIAPI efi_str_upr(struct efi_unicode_collation_protocol *this, in efi_str_upr() 250 static void EFIAPI efi_fat_to_str(struct efi_unicode_collation_protocol *this, in efi_fat_to_str() 283 static bool EFIAPI efi_str_to_fat(struct efi_unicode_collation_protocol *this, in efi_str_to_fat()
|
A D | efi_console.c | 143 struct efi_simple_text_output_protocol *this, in efi_cout_output_string() 232 struct efi_simple_text_output_protocol *this, in efi_cout_test_string() 387 struct efi_simple_text_output_protocol *this, in efi_cout_query_mode() 433 struct efi_simple_text_output_protocol *this, in efi_cout_set_attribute() 462 struct efi_simple_text_output_protocol *this) in efi_cout_clear_screen() 489 struct efi_simple_text_output_protocol *this, in efi_cout_set_mode() 518 struct efi_simple_text_output_protocol *this, in efi_cout_reset() 545 struct efi_simple_text_output_protocol *this, in efi_cout_set_cursor_position() 587 struct efi_simple_text_output_protocol *this, in efi_cout_enable_cursor() 1145 (struct efi_simple_text_input_protocol *this, in efi_cin_reset() [all …]
|
A D | efi_firmware.c | 41 struct efi_firmware_management_protocol *this, in efi_firmware_get_image_unsupported() 54 struct efi_firmware_management_protocol *this, in efi_firmware_check_image_unsupported() 69 struct efi_firmware_management_protocol *this, in efi_firmware_get_package_info_unsupported() 86 struct efi_firmware_management_protocol *this, in efi_firmware_set_package_info_unsupported() 243 struct efi_firmware_management_protocol *this, in efi_firmware_fit_get_image_info() 294 struct efi_firmware_management_protocol *this, in efi_firmware_fit_set_image() 352 struct efi_firmware_management_protocol *this, in efi_firmware_raw_get_image_info() 403 struct efi_firmware_management_protocol *this, in efi_firmware_raw_set_image()
|
A D | efi_hii.c | 444 new_package_list(const struct efi_hii_database_protocol *this, in new_package_list() 474 remove_package_list(const struct efi_hii_database_protocol *this, in remove_package_list() 490 update_package_list(const struct efi_hii_database_protocol *this, in update_package_list() 575 list_package_lists(const struct efi_hii_database_protocol *this, in list_package_lists() 640 export_package_lists(const struct efi_hii_database_protocol *this, in export_package_lists() 716 get_keyboard_layout(const struct efi_hii_database_protocol *this, in get_keyboard_layout() 756 set_keyboard_layout(const struct efi_hii_database_protocol *this, in set_keyboard_layout() 818 new_string(const struct efi_hii_string_protocol *this, in new_string() 875 get_string(const struct efi_hii_string_protocol *this, in get_string() 923 set_string(const struct efi_hii_string_protocol *this, in set_string() [all …]
|
A D | efi_gop.c | 41 static efi_status_t EFIAPI gop_query_mode(struct efi_gop *this, u32 mode_number, in gop_query_mode() 88 static __always_inline efi_status_t gop_blt_int(struct efi_gop *this, in gop_blt_int() 223 static efi_uintn_t gop_get_bpp(struct efi_gop *this) in gop_get_bpp() 257 static efi_status_t gop_blt_video_fill(struct efi_gop *this, in gop_blt_video_fill() 269 static efi_status_t gop_blt_buf_to_vid16(struct efi_gop *this, in gop_blt_buf_to_vid16() 280 static efi_status_t gop_blt_buf_to_vid32(struct efi_gop *this, in gop_blt_buf_to_vid32() 291 static efi_status_t gop_blt_vid_to_vid(struct efi_gop *this, in gop_blt_vid_to_vid() 303 static efi_status_t gop_blt_vid_to_buf(struct efi_gop *this, in gop_blt_vid_to_buf() 327 static efi_status_t EFIAPI gop_set_mode(struct efi_gop *this, u32 mode_number) in gop_set_mode() 371 efi_status_t EFIAPI gop_blt(struct efi_gop *this, struct efi_gop_pixel *buffer, in gop_blt()
|
A D | efi_file.c | 249 static efi_status_t efi_file_open_int(struct efi_file_handle *this, in efi_file_open_int() 308 static efi_status_t EFIAPI efi_file_open(struct efi_file_handle *this, in efi_file_open() 337 static efi_status_t EFIAPI efi_file_open_ex(struct efi_file_handle *this, in efi_file_open_ex() 511 static efi_status_t efi_file_read_int(struct efi_file_handle *this, in efi_file_read_int() 547 static efi_status_t EFIAPI efi_file_read(struct efi_file_handle *this, in efi_file_read() 571 static efi_status_t EFIAPI efi_file_read_ex(struct efi_file_handle *this, in efi_file_read_ex() 594 static efi_status_t efi_file_write_int(struct efi_file_handle *this, in efi_file_write_int() 646 static efi_status_t EFIAPI efi_file_write(struct efi_file_handle *this, in efi_file_write() 940 static efi_status_t efi_file_flush_int(struct efi_file_handle *this) in efi_file_flush_int() 965 static efi_status_t EFIAPI efi_file_flush(struct efi_file_handle *this) in efi_file_flush() [all …]
|
A D | efi_rng.c | 59 static efi_status_t EFIAPI rng_getinfo(struct efi_rng_protocol *this, in rng_getinfo() 106 static efi_status_t EFIAPI getrng(struct efi_rng_protocol *this, in getrng()
|
/u-boot/drivers/mtd/onenand/ |
A D | onenand_base.c | 331 struct onenand_chip *this = mtd->priv; in onenand_command() local 473 struct onenand_chip *this = mtd->priv; in onenand_wait() local 520 struct onenand_chip *this = mtd->priv; in onenand_bufferram_offset() local 546 struct onenand_chip *this = mtd->priv; in onenand_read_bufferram() local 571 struct onenand_chip *this = mtd->priv; in onenand_sync_read_bufferram() local 600 struct onenand_chip *this = mtd->priv; in onenand_write_bufferram() local 621 struct onenand_chip *this = mtd->priv; in onenand_get_2x_blockpage() local 645 struct onenand_chip *this = mtd->priv; in onenand_check_bufferram() local 688 struct onenand_chip *this = mtd->priv; in onenand_update_bufferram() local 723 struct onenand_chip *this = mtd->priv; in onenand_invalidate_bufferram() local [all …]
|
A D | onenand_bbt.c | 66 struct onenand_chip *this = mtd->priv; in create_bbt() local 155 struct onenand_chip *this = mtd->priv; in onenand_isbad_bbt() local 195 struct onenand_chip *this = mtd->priv; in onenand_scan_bbt() local 249 struct onenand_chip *this = mtd->priv; in onenand_default_bbt() local
|
A D | samsung.c | 118 struct onenand_chip *this = onenand->mtd->priv; in s3c_onenand_readw() local 167 struct onenand_chip *this = onenand->mtd->priv; in s3c_onenand_writew() local 273 struct onenand_chip *this = mtd->priv; in s3c_onenand_command() local 376 struct onenand_chip *this = mtd->priv; in s3c_get_bufferram() local 449 struct onenand_chip *this = mtd->priv; in s3c_onenand_check_lock_status() local 467 struct onenand_chip *this = mtd->priv; in s3c_onenand_do_lock_cmd() local 488 struct onenand_chip *this = mtd->priv; in s3c_onenand_unlock_all() local 530 struct onenand_chip *this = mtd->priv; in s3c_onenand_init() local
|
/u-boot/lib/efi_selftest/ |
A D | efi_selftest_loadimage.c | 227 (struct efi_simple_file_system_protocol *this, in open_volume() 240 (struct efi_file_handle *this, in open() 254 static efi_status_t EFIAPI close(struct efi_file_handle *this) in close() 266 static efi_status_t EFIAPI delete(struct efi_file_handle *this) in delete() 275 (struct efi_file_handle *this, efi_uintn_t *buffer_size, void *buffer) in read() 292 (struct efi_file_handle *this, efi_uintn_t *buffer_size, void *buffer) in write() 300 static efi_status_t EFIAPI getpos(struct efi_file_handle *this, u64 *pos) in getpos() 310 static efi_status_t EFIAPI setpos(struct efi_file_handle *this, u64 pos) in setpos() 321 (struct efi_file_handle *this, const efi_guid_t *info_type, in getinfo() 352 (struct efi_file_handle *this, const efi_guid_t *info_type, in setinfo() [all …]
|
A D | efi_selftest_controllers.c | 75 struct efi_driver_binding_protocol *this, in supported() 112 struct efi_driver_binding_protocol *this, in start() 197 struct efi_driver_binding_protocol *this, in stop()
|
A D | efi_selftest_block_device.c | 63 struct efi_block_io *this, in reset() 80 struct efi_block_io *this, u32 media_id, u64 lba, in read_blocks() 105 struct efi_block_io *this, u32 media_id, u64 lba, in write_blocks() 125 static efi_status_t EFIAPI flush_blocks(struct efi_block_io *this) in flush_blocks()
|
/u-boot/include/linux/mtd/ |
A D | onenand.h | 131 #define ONENAND_CURRENT_BUFFERRAM(this) (this->bufferram_index) argument 132 #define ONENAND_NEXT_BUFFERRAM(this) (this->bufferram_index ^ 1) argument 133 #define ONENAND_SET_NEXT_BUFFERRAM(this) (this->bufferram_index ^= 1) argument 134 #define ONENAND_SET_PREV_BUFFERRAM(this) (this->bufferram_index ^= 1) argument 135 #define ONENAND_SET_BUFFERRAM0(this) (this->bufferram_index = 0) argument 136 #define ONENAND_SET_BUFFERRAM1(this) (this->bufferram_index = 1) argument 138 #define FLEXONENAND(this) (this->device_id & DEVICE_IS_FLEXONENAND) argument 139 #define ONENAND_IS_MLC(this) (this->technology & ONENAND_TECHNOLOGY_IS_MLC) argument 140 #define ONENAND_IS_DDP(this) \ argument 143 #define ONENAND_IS_4KB_PAGE(this) \ argument [all …]
|
/u-boot/drivers/mtd/nand/raw/ |
A D | nand_spl_simple.c | 28 struct nand_chip *this = mtd_to_nand(mtd); in nand_command() local 65 struct nand_chip *this = mtd_to_nand(mtd); in nand_command() local 116 struct nand_chip *this = mtd_to_nand(mtd); in nand_is_bad_block() local 141 struct nand_chip *this = mtd_to_nand(mtd); in nand_read_page() local 172 struct nand_chip *this = mtd_to_nand(mtd); in nand_read_page() local
|
A D | nand_bbt.c | 176 struct nand_chip *this = mtd_to_nand(mtd); in read_bbt() local 267 struct nand_chip *this = mtd_to_nand(mtd); in read_abs_bbt() local 392 struct nand_chip *this = mtd_to_nand(mtd); in read_abs_bbts() local 458 struct nand_chip *this = mtd_to_nand(mtd); in create_bbt() local 527 struct nand_chip *this = mtd_to_nand(mtd); in search_bbt() local 622 struct nand_chip *this = mtd_to_nand(mtd); in write_bbt() local 823 struct nand_chip *this = mtd_to_nand(mtd); in nand_memory_bbt() local 842 struct nand_chip *this = mtd_to_nand(mtd); in check_create() local 966 struct nand_chip *this = mtd_to_nand(mtd); in mark_bbt_region() local 1026 struct nand_chip *this = mtd_to_nand(mtd); in verify_bbt_descr() local [all …]
|
A D | am335x_spl_bch.c | 33 struct nand_chip *this = mtd_to_nand(mtd); in nand_command() local 131 struct nand_chip *this = mtd_to_nand(mtd); in nand_is_bad_block() local 152 struct nand_chip *this = mtd_to_nand(mtd); in nand_read_page() local
|
/u-boot/board/socrates/ |
A D | nand.c | 50 struct nand_chip *this = mtd_to_nand(mtd); in sc_nand_write_buf() local 90 struct nand_chip *this = mtd_to_nand(mtd); in sc_nand_read_buf() local 107 struct nand_chip *this = mtd_to_nand(mtdinfo); in sc_nand_device_ready() local
|
/u-boot/env/ |
A D | onenand.c | 33 struct onenand_chip *this = &onenand_chip; in env_onenand_load() local 72 struct onenand_chip *this = &onenand_chip; in env_onenand_save() local
|
/u-boot/lib/efi_driver/ |
A D | efi_uclass.c | 62 struct efi_driver_binding_protocol *this, in efi_uc_supported() 110 struct efi_driver_binding_protocol *this, in efi_uc_start() 196 struct efi_driver_binding_protocol *this, in efi_uc_stop()
|
/u-boot/board/samsung/goni/ |
A D | onenand.c | 15 struct onenand_chip *this = mtd->priv; in onenand_board_init() local
|
/u-boot/board/samsung/universal_c210/ |
A D | onenand.c | 14 struct onenand_chip *this = mtd->priv; in onenand_board_init() local
|
/u-boot/board/samsung/smdkc100/ |
A D | onenand.c | 20 struct onenand_chip *this = mtd->priv; in onenand_board_init() local
|