Home
last modified time | relevance | path

Searched defs:this (Results 1 – 25 of 54) sorted by relevance

123

/openbmc/u-boot/lib/efi_loader/
H A Defi_hii_config.c22 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 Defi_net.c56 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 Defi_console.c128 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 Defi_unicode_collation.c54 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 Defi_hii.c444 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 Defi_gop.c39 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 Defi_disk.c44 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 Donenand_base.c152 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 Donenand_bbt.c65 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 Dsamsung.c118 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 Defi_selftest_loadimage.c227 (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 Defi_selftest_controllers.c75 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 Defi_selftest_block_device.c62 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 Donenand.h131 #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 Dnand_spl_simple.c28 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 Dnand_bbt.c173 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 Dam335x_spl_bch.c32 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 Dnand.c50 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 Donenand.c32 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 Defi_uclass.c58 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 Dksize.py105 def __lt__(this, that): argument
112 def __cmp__(this, that): argument
/openbmc/u-boot/board/micronas/vct/
H A Debi_onenand.c126 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 Donenand.c14 struct onenand_chip *this = mtd->priv; in onenand_board_init() local
/openbmc/u-boot/board/samsung/goni/
H A Donenand.c15 struct onenand_chip *this = mtd->priv; in onenand_board_init() local
/openbmc/u-boot/board/samsung/smdkc100/
H A Donenand.c20 struct onenand_chip *this = mtd->priv; in onenand_board_init() local

123