Lines Matching refs:this

143 			struct efi_simple_text_output_protocol *this,  in efi_cout_output_string()  argument
152 EFI_ENTRY("%p, %p", this, string); in efi_cout_output_string()
154 if (!this || !string) { in efi_cout_output_string()
232 struct efi_simple_text_output_protocol *this, in efi_cout_test_string() argument
235 EFI_ENTRY("%p, %p", this, string); in efi_cout_test_string()
387 struct efi_simple_text_output_protocol *this, in efi_cout_query_mode() argument
391 EFI_ENTRY("%p, %ld, %p, %p", this, mode_number, columns, rows); in efi_cout_query_mode()
433 struct efi_simple_text_output_protocol *this, in efi_cout_set_attribute() argument
440 EFI_ENTRY("%p, %lx", this, attribute); in efi_cout_set_attribute()
462 struct efi_simple_text_output_protocol *this) in efi_cout_clear_screen() argument
464 EFI_ENTRY("%p", this); in efi_cout_clear_screen()
489 struct efi_simple_text_output_protocol *this, in efi_cout_set_mode() argument
492 EFI_ENTRY("%p, %ld", this, mode_number); in efi_cout_set_mode()
501 EFI_CALL(efi_cout_clear_screen(this)); in efi_cout_set_mode()
518 struct efi_simple_text_output_protocol *this, in efi_cout_reset() argument
521 EFI_ENTRY("%p, %d", this, extended_verification); in efi_cout_reset()
524 EFI_CALL(efi_cout_clear_screen(this)); in efi_cout_reset()
545 struct efi_simple_text_output_protocol *this, in efi_cout_set_cursor_position() argument
552 EFI_ENTRY("%p, %ld, %ld", this, column, row); in efi_cout_set_cursor_position()
555 if (!this) { in efi_cout_set_cursor_position()
587 struct efi_simple_text_output_protocol *this, in efi_cout_enable_cursor() argument
590 EFI_ENTRY("%p, %d", this, enable); in efi_cout_enable_cursor()
927 struct efi_simple_text_input_ex_protocol *this, in efi_cin_reset_ex() argument
932 EFI_ENTRY("%p, %d", this, extended_verification); in efi_cin_reset_ex()
935 if (!this) { in efi_cin_reset_ex()
959 struct efi_simple_text_input_ex_protocol *this, in efi_cin_read_key_stroke_ex() argument
964 EFI_ENTRY("%p, %p", this, key_data); in efi_cin_read_key_stroke_ex()
967 if (!this || !key_data) { in efi_cin_read_key_stroke_ex()
1020 struct efi_simple_text_input_ex_protocol *this, in efi_cin_set_state() argument
1023 EFI_ENTRY("%p, %p", this, key_toggle_state); in efi_cin_set_state()
1050 struct efi_simple_text_input_ex_protocol *this, in efi_cin_register_key_notify() argument
1060 this, key_data, key_notify_function, notify_handle); in efi_cin_register_key_notify()
1063 if (!this || !key_data || !key_notify_function || !notify_handle) { in efi_cin_register_key_notify()
1101 struct efi_simple_text_input_ex_protocol *this, in efi_cin_unregister_key_notify() argument
1108 EFI_ENTRY("%p, %p", this, notification_handle); in efi_cin_unregister_key_notify()
1111 if (!this || !notification_handle) in efi_cin_unregister_key_notify()
1145 (struct efi_simple_text_input_protocol *this, in efi_cin_reset() argument
1150 EFI_ENTRY("%p, %d", this, extended_verification); in efi_cin_reset()
1153 if (!this) { in efi_cin_reset()
1177 (struct efi_simple_text_input_protocol *this, in efi_cin_read_key_stroke() argument
1182 EFI_ENTRY("%p, %p", this, key); in efi_cin_read_key_stroke()
1185 if (!this || !key) { in efi_cin_read_key_stroke()