/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_hii_config.c | 22 extract_config(const struct efi_hii_config_routing_protocol *this, in extract_config() 33 export_config(const struct efi_hii_config_routing_protocol *this, in export_config() 42 route_config(const struct efi_hii_config_routing_protocol *this, in route_config() 52 block_to_config(const struct efi_hii_config_routing_protocol *this, in block_to_config() 66 config_to_block(const struct efi_hii_config_routing_protocol *this, in config_to_block() 79 get_alt_config(const struct efi_hii_config_routing_protocol *this, in get_alt_config() 99 extract_config_access(const struct efi_hii_config_access_protocol *this, in extract_config_access() 110 route_config_access(const struct efi_hii_config_access_protocol *this, in route_config_access() 120 form_callback(const struct efi_hii_config_access_protocol *this, in form_callback()
|
H A D | efi_net.c | 56 static efi_status_t EFIAPI efi_net_start(struct efi_simple_network *this) in efi_net_start() 86 static efi_status_t EFIAPI efi_net_stop(struct efi_simple_network *this) in efi_net_stop() 118 static efi_status_t EFIAPI efi_net_initialize(struct efi_simple_network *this, in efi_net_initialize() 163 static efi_status_t EFIAPI efi_net_reset(struct efi_simple_network *this, in efi_net_reset() 181 static efi_status_t EFIAPI efi_net_shutdown(struct efi_simple_network *this) in efi_net_shutdown() 216 (struct efi_simple_network *this, u32 enable, u32 disable, in efi_net_receive_filters() 239 (struct efi_simple_network *this, int reset, in efi_net_station_address() 260 static efi_status_t EFIAPI efi_net_statistics(struct efi_simple_network *this, in efi_net_statistics() 282 static efi_status_t EFIAPI efi_net_mcastiptomac(struct efi_simple_network *this, in efi_net_mcastiptomac() 305 static efi_status_t EFIAPI efi_net_nvdata(struct efi_simple_network *this, in efi_net_nvdata() [all …]
|
H A D | efi_console.c | 128 struct efi_simple_text_output_protocol *this, in efi_cout_output_string() 190 struct efi_simple_text_output_protocol *this, in efi_cout_test_string() 294 struct efi_simple_text_output_protocol *this, in efi_cout_query_mode() 315 struct efi_simple_text_output_protocol *this, in efi_cout_set_mode() 347 struct efi_simple_text_output_protocol *this, in efi_cout_set_attribute() 365 struct efi_simple_text_output_protocol *this) in efi_cout_clear_screen() 377 struct efi_simple_text_output_protocol *this, in efi_cout_reset() 391 struct efi_simple_text_output_protocol *this, in efi_cout_set_cursor_position() 422 struct efi_simple_text_output_protocol *this, in efi_cout_enable_cursor() 745 struct efi_simple_text_input_ex_protocol *this, in efi_cin_reset_ex() [all …]
|
H A D | efi_unicode_collation.c | 54 struct efi_unicode_collation_protocol *this, u16 *s1, u16 *s2) in efi_stri_coll() 174 static bool EFIAPI efi_metai_match(struct efi_unicode_collation_protocol *this, in efi_metai_match() 198 static void EFIAPI efi_str_lwr(struct efi_unicode_collation_protocol *this, in efi_str_lwr() 220 static void EFIAPI efi_str_upr(struct efi_unicode_collation_protocol *this, in efi_str_upr() 240 static void EFIAPI efi_fat_to_str(struct efi_unicode_collation_protocol *this, in efi_fat_to_str() 273 static bool EFIAPI efi_str_to_fat(struct efi_unicode_collation_protocol *this, in efi_str_to_fat()
|
H 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() 661 export_package_lists(const struct efi_hii_database_protocol *this, in export_package_lists() 675 register_package_notify(const struct efi_hii_database_protocol *this, in register_package_notify() 697 unregister_package_notify(const struct efi_hii_database_protocol *this, in unregister_package_notify() 706 find_keyboard_layouts(const struct efi_hii_database_protocol *this, in find_keyboard_layouts() 737 get_keyboard_layout(const struct efi_hii_database_protocol *this, in get_keyboard_layout() 777 set_keyboard_layout(const struct efi_hii_database_protocol *this, in set_keyboard_layout() [all …]
|
H A D | efi_gop.c | 39 static efi_status_t EFIAPI gop_query_mode(struct efi_gop *this, u32 mode_number, in gop_query_mode() 54 static efi_status_t EFIAPI gop_set_mode(struct efi_gop *this, u32 mode_number) in gop_set_mode() 85 static __always_inline efi_status_t gop_blt_int(struct efi_gop *this, in gop_blt_int() 220 static efi_uintn_t gop_get_bpp(struct efi_gop *this) in gop_get_bpp() 254 static efi_status_t gop_blt_video_fill(struct efi_gop *this, in gop_blt_video_fill() 266 static efi_status_t gop_blt_buf_to_vid16(struct efi_gop *this, in gop_blt_buf_to_vid16() 277 static efi_status_t gop_blt_buf_to_vid32(struct efi_gop *this, in gop_blt_buf_to_vid32() 288 static efi_status_t gop_blt_vid_to_vid(struct efi_gop *this, in gop_blt_vid_to_vid() 300 static efi_status_t gop_blt_vid_to_buf(struct efi_gop *this, in gop_blt_vid_to_buf() 330 efi_status_t EFIAPI gop_blt(struct efi_gop *this, struct efi_gop_pixel *buffer, in gop_blt()
|
H A D | efi_disk.c | 44 static efi_status_t EFIAPI efi_disk_reset(struct efi_block_io *this, in efi_disk_reset() 56 static efi_status_t efi_disk_rw_blocks(struct efi_block_io *this, in efi_disk_rw_blocks() 95 static efi_status_t EFIAPI efi_disk_read_blocks(struct efi_block_io *this, in efi_disk_read_blocks() 130 static efi_status_t EFIAPI efi_disk_write_blocks(struct efi_block_io *this, in efi_disk_write_blocks() 165 static efi_status_t EFIAPI efi_disk_flush_blocks(struct efi_block_io *this) in efi_disk_flush_blocks()
|
/openbmc/u-boot/drivers/mtd/onenand/ |
H A D | onenand_base.c | 152 static int onenand_block_address(struct onenand_chip *this, int block) in onenand_block_address() 169 static int onenand_bufferram_address(struct onenand_chip *this, int block) in onenand_bufferram_address() 229 static unsigned int flexonenand_block(struct onenand_chip *this, loff_t addr) in flexonenand_block() 248 unsigned int onenand_block(struct onenand_chip *this, loff_t addr) in onenand_block() 262 static loff_t flexonenand_addr(struct onenand_chip *this, int block) in flexonenand_addr() 281 loff_t onenand_addr(struct onenand_chip *this, int block) in onenand_addr() 328 struct onenand_chip *this = mtd->priv; in onenand_command() local 440 static int onenand_read_ecc(struct onenand_chip *this) in onenand_read_ecc() 470 struct onenand_chip *this = mtd->priv; in onenand_wait() local 517 struct onenand_chip *this = mtd->priv; in onenand_bufferram_offset() local [all …]
|
H A D | onenand_bbt.c | 65 struct onenand_chip *this = mtd->priv; in create_bbt() local 154 struct onenand_chip *this = mtd->priv; in onenand_isbad_bbt() local 194 struct onenand_chip *this = mtd->priv; in onenand_scan_bbt() local 248 struct onenand_chip *this = mtd->priv; in onenand_default_bbt() local
|
H 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
|
/openbmc/u-boot/lib/efi_selftest/ |
H 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() 353 (struct efi_file_handle *this, const efi_guid_t *info_type, in setinfo() [all …]
|
H 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()
|
H A D | efi_selftest_block_device.c | 62 struct efi_block_io *this, in reset() 79 struct efi_block_io *this, u32 media_id, u64 lba, in read_blocks() 104 struct efi_block_io *this, u32 media_id, u64 lba, in write_blocks() 124 static efi_status_t EFIAPI flush_blocks(struct efi_block_io *this) in flush_blocks()
|
/openbmc/u-boot/include/linux/mtd/ |
H 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 …]
|
/openbmc/u-boot/drivers/mtd/nand/raw/ |
H 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
|
H A D | nand_bbt.c | 173 struct nand_chip *this = mtd_to_nand(mtd); in read_bbt() local 264 struct nand_chip *this = mtd_to_nand(mtd); in read_abs_bbt() local 389 struct nand_chip *this = mtd_to_nand(mtd); in read_abs_bbts() local 455 struct nand_chip *this = mtd_to_nand(mtd); in create_bbt() local 524 struct nand_chip *this = mtd_to_nand(mtd); in search_bbt() local 619 struct nand_chip *this = mtd_to_nand(mtd); in write_bbt() local 820 struct nand_chip *this = mtd_to_nand(mtd); in nand_memory_bbt() local 839 struct nand_chip *this = mtd_to_nand(mtd); in check_create() local 963 struct nand_chip *this = mtd_to_nand(mtd); in mark_bbt_region() local 1023 struct nand_chip *this = mtd_to_nand(mtd); in verify_bbt_descr() local [all …]
|
H A D | am335x_spl_bch.c | 32 struct nand_chip *this = mtd_to_nand(mtd); in nand_command() local 130 struct nand_chip *this = mtd_to_nand(mtd); in nand_is_bad_block() local 151 struct nand_chip *this = mtd_to_nand(mtd); in nand_read_page() local
|
/openbmc/u-boot/board/socrates/ |
H 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
|
/openbmc/u-boot/env/ |
H A D | onenand.c | 32 struct onenand_chip *this = &onenand_chip; in env_onenand_load() local 71 struct onenand_chip *this = &onenand_chip; in env_onenand_save() local
|
/openbmc/u-boot/lib/efi_driver/ |
H A D | efi_uclass.c | 58 struct efi_driver_binding_protocol *this, in efi_uc_supported() 106 struct efi_driver_binding_protocol *this, in efi_uc_start() 192 struct efi_driver_binding_protocol *this, in efi_uc_stop()
|
/openbmc/openbmc/poky/scripts/tiny/ |
H A D | ksize.py | 105 def __lt__(this, that): argument 112 def __cmp__(this, that): argument
|
/openbmc/u-boot/board/micronas/vct/ |
H A D | ebi_onenand.c | 126 struct onenand_chip *this = mtd->priv; in onenand_bufferram_offset() local 142 struct onenand_chip *this = mtd->priv; in ebi_read_bufferram() local 160 struct onenand_chip *this = mtd->priv; in ebi_write_bufferram() local
|
/openbmc/u-boot/board/samsung/universal_c210/ |
H A D | onenand.c | 14 struct onenand_chip *this = mtd->priv; in onenand_board_init() local
|
/openbmc/u-boot/board/samsung/goni/ |
H A D | onenand.c | 15 struct onenand_chip *this = mtd->priv; in onenand_board_init() local
|
/openbmc/u-boot/board/samsung/smdkc100/ |
H A D | onenand.c | 20 struct onenand_chip *this = mtd->priv; in onenand_board_init() local
|