Lines Matching defs:ctx

23 u8 *acpigen_get_current(struct acpi_ctx *ctx)  in acpigen_get_current()
28 void acpigen_emit_byte(struct acpi_ctx *ctx, uint data) in acpigen_emit_byte()
33 void acpigen_emit_word(struct acpi_ctx *ctx, uint data) in acpigen_emit_word()
39 void acpigen_emit_dword(struct acpi_ctx *ctx, uint data) in acpigen_emit_dword()
56 void acpigen_write_len_f(struct acpi_ctx *ctx) in acpigen_write_len_f()
65 void acpigen_pop_len(struct acpi_ctx *ctx) in acpigen_pop_len()
80 void acpigen_emit_ext_op(struct acpi_ctx *ctx, uint op) in acpigen_emit_ext_op()
86 char *acpigen_write_package(struct acpi_ctx *ctx, int nr_el) in acpigen_write_package()
98 void acpigen_write_byte(struct acpi_ctx *ctx, unsigned int data) in acpigen_write_byte()
104 void acpigen_write_word(struct acpi_ctx *ctx, unsigned int data) in acpigen_write_word()
110 void acpigen_write_dword(struct acpi_ctx *ctx, unsigned int data) in acpigen_write_dword()
116 void acpigen_write_qword(struct acpi_ctx *ctx, u64 data) in acpigen_write_qword()
123 void acpigen_write_zero(struct acpi_ctx *ctx) in acpigen_write_zero()
128 void acpigen_write_one(struct acpi_ctx *ctx) in acpigen_write_one()
133 void acpigen_write_integer(struct acpi_ctx *ctx, u64 data) in acpigen_write_integer()
149 void acpigen_write_name_zero(struct acpi_ctx *ctx, const char *name) in acpigen_write_name_zero()
155 void acpigen_write_name_one(struct acpi_ctx *ctx, const char *name) in acpigen_write_name_one()
161 void acpigen_write_name_byte(struct acpi_ctx *ctx, const char *name, uint val) in acpigen_write_name_byte()
167 void acpigen_write_name_word(struct acpi_ctx *ctx, const char *name, uint val) in acpigen_write_name_word()
173 void acpigen_write_name_dword(struct acpi_ctx *ctx, const char *name, uint val) in acpigen_write_name_dword()
179 void acpigen_write_name_qword(struct acpi_ctx *ctx, const char *name, u64 val) in acpigen_write_name_qword()
185 void acpigen_write_name_integer(struct acpi_ctx *ctx, const char *name, u64 val) in acpigen_write_name_integer()
191 void acpigen_write_name_string(struct acpi_ctx *ctx, const char *name, in acpigen_write_name_string()
198 void acpigen_emit_stream(struct acpi_ctx *ctx, const char *data, int size) in acpigen_emit_stream()
206 void acpigen_emit_string(struct acpi_ctx *ctx, const char *str) in acpigen_emit_string()
212 void acpigen_write_string(struct acpi_ctx *ctx, const char *str) in acpigen_write_string()
226 static void acpigen_emit_simple_namestring(struct acpi_ctx *ctx, in acpigen_emit_simple_namestring()
240 static void acpigen_emit_double_namestring(struct acpi_ctx *ctx, in acpigen_emit_double_namestring()
248 static void acpigen_emit_multi_namestring(struct acpi_ctx *ctx, in acpigen_emit_multi_namestring()
272 void acpigen_emit_namestring(struct acpi_ctx *ctx, const char *namepath) in acpigen_emit_namestring()
308 void acpigen_write_name(struct acpi_ctx *ctx, const char *namepath) in acpigen_write_name()
314 void acpigen_write_scope(struct acpi_ctx *ctx, const char *scope) in acpigen_write_scope()
321 static void acpigen_write_method_internal(struct acpi_ctx *ctx, in acpigen_write_method_internal()
331 void acpigen_write_method(struct acpi_ctx *ctx, const char *name, int nargs) in acpigen_write_method()
338 void acpigen_write_method_serialized(struct acpi_ctx *ctx, const char *name, in acpigen_write_method_serialized()
346 void acpigen_write_processor(struct acpi_ctx *ctx, uint cpuindex, in acpigen_write_processor()
365 void acpigen_write_processor_package(struct acpi_ctx *ctx, in acpigen_write_processor_package()
382 void acpigen_write_processor_cnot(struct acpi_ctx *ctx, const uint num_cores) in acpigen_write_processor_cnot()
398 void acpigen_write_device(struct acpi_ctx *ctx, const char *name) in acpigen_write_device()
405 void acpigen_write_sta(struct acpi_ctx *ctx, uint status) in acpigen_write_sta()
414 static void acpigen_write_register(struct acpi_ctx *ctx, in acpigen_write_register()
429 void acpigen_write_resourcetemplate_header(struct acpi_ctx *ctx) in acpigen_write_resourcetemplate_header()
450 void acpigen_write_resourcetemplate_footer(struct acpi_ctx *ctx) in acpigen_write_resourcetemplate_footer()
476 void acpigen_write_register_resource(struct acpi_ctx *ctx, in acpigen_write_register_resource()
484 void acpigen_write_ppc(struct acpi_ctx *ctx, uint num_pstates) in acpigen_write_ppc()
502 void acpigen_write_ppc_nvs(struct acpi_ctx *ctx) in acpigen_write_ppc_nvs()
516 void acpigen_write_tpc(struct acpi_ctx *ctx, const char *gnvs_tpc_limit) in acpigen_write_tpc()
531 void acpigen_write_prw(struct acpi_ctx *ctx, uint wake, uint level) in acpigen_write_prw()
541 void acpigen_write_pss_package(struct acpi_ctx *ctx, u32 core_freq, u32 power, in acpigen_write_pss_package()
558 void acpigen_write_psd_package(struct acpi_ctx *ctx, uint domain, uint numprocs, in acpigen_write_psd_package()
573 static void acpigen_write_cst_package_entry(struct acpi_ctx *ctx, in acpigen_write_cst_package_entry()
584 void acpigen_write_cst_package(struct acpi_ctx *ctx, in acpigen_write_cst_package()
599 void acpigen_write_csd_package(struct acpi_ctx *ctx, uint domain, uint numprocs, in acpigen_write_csd_package()
615 void acpigen_write_tss_package(struct acpi_ctx *ctx, in acpigen_write_tss_package()
646 void acpigen_write_tsd_package(struct acpi_ctx *ctx, u32 domain, u32 numprocs, in acpigen_write_tsd_package()
673 int acpigen_write_uuid(struct acpi_ctx *ctx, const char *uuid) in acpigen_write_uuid()
698 void acpigen_write_power_res(struct acpi_ctx *ctx, const char *name, uint level, in acpigen_write_power_res()
721 void acpigen_write_sleep(struct acpi_ctx *ctx, u64 sleep_ms) in acpigen_write_sleep()
727 void acpigen_write_store(struct acpi_ctx *ctx) in acpigen_write_store()
733 void acpigen_write_or(struct acpi_ctx *ctx, u8 arg1, u8 arg2, u8 res) in acpigen_write_or()
742 void acpigen_write_and(struct acpi_ctx *ctx, u8 arg1, u8 arg2, u8 res) in acpigen_write_and()
751 void acpigen_write_not(struct acpi_ctx *ctx, u8 arg, u8 res) in acpigen_write_not()
759 void acpigen_write_debug_string(struct acpi_ctx *ctx, const char *str) in acpigen_write_debug_string()
766 void acpigen_write_if(struct acpi_ctx *ctx) in acpigen_write_if()
772 void acpigen_write_if_lequal_op_int(struct acpi_ctx *ctx, uint op, u64 val) in acpigen_write_if_lequal_op_int()
780 void acpigen_write_else(struct acpi_ctx *ctx) in acpigen_write_else()
786 void acpigen_write_to_buffer(struct acpi_ctx *ctx, uint src, uint dst) in acpigen_write_to_buffer()
793 void acpigen_write_to_integer(struct acpi_ctx *ctx, uint src, uint dst) in acpigen_write_to_integer()
800 void acpigen_write_byte_buffer(struct acpi_ctx *ctx, u8 *arr, size_t size) in acpigen_write_byte_buffer()
814 void acpigen_write_return_byte_buffer(struct acpi_ctx *ctx, u8 *arr, in acpigen_write_return_byte_buffer()
821 void acpigen_write_return_singleton_buffer(struct acpi_ctx *ctx, uint arg) in acpigen_write_return_singleton_buffer()
828 void acpigen_write_return_byte(struct acpi_ctx *ctx, uint arg) in acpigen_write_return_byte()
834 void acpigen_write_dsm_start(struct acpi_ctx *ctx) in acpigen_write_dsm_start()
843 int acpigen_write_dsm_uuid_start(struct acpi_ctx *ctx, const char *uuid) in acpigen_write_dsm_uuid_start()
861 void acpigen_write_dsm_uuid_start_cond(struct acpi_ctx *ctx, int seq) in acpigen_write_dsm_uuid_start_cond()
867 void acpigen_write_dsm_uuid_end_cond(struct acpi_ctx *ctx) in acpigen_write_dsm_uuid_end_cond()
872 void acpigen_write_dsm_uuid_end(struct acpi_ctx *ctx) in acpigen_write_dsm_uuid_end()
880 void acpigen_write_dsm_end(struct acpi_ctx *ctx) in acpigen_write_dsm_end()
904 static void acpigen_get_dw0_in_local5(struct acpi_ctx *ctx, in acpigen_get_dw0_in_local5()
922 static int acpigen_set_gpio_val(struct acpi_ctx *ctx, u32 tx_state_val, in acpigen_set_gpio_val()
956 int acpigen_set_enable_tx_gpio(struct acpi_ctx *ctx, u32 tx_state_val, in acpigen_set_enable_tx_gpio()