Home
last modified time | relevance | path

Searched refs:wmab_execute (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/platform/x86/
H A Dacer-wmi.c740 static acpi_status wmab_execute(struct wmab_args *regbuf, in wmab_execute() function
860 return wmab_execute(&args, NULL); in AMW0_set_u32()
874 status = wmab_execute(&args, &out); in AMW0_find_mailled()
940 status = wmab_execute(&args, &out); in AMW0_set_capabilities()
960 * It's ok to use existing buffer for next wmab_execute call. in AMW0_set_capabilities()
961 * But we need to kfree(out.pointer) if next wmab_execute fail. in AMW0_set_capabilities()
963 status = wmab_execute(&args, &out); in AMW0_set_capabilities()
/kernel/linux/linux-6.6/drivers/platform/x86/
H A Dacer-wmi.c703 static acpi_status wmab_execute(struct wmab_args *regbuf, in wmab_execute() function
822 return wmab_execute(&args, NULL); in AMW0_set_u32()
836 status = wmab_execute(&args, &out); in AMW0_find_mailled()
902 status = wmab_execute(&args, &out); in AMW0_set_capabilities()
922 * It's ok to use existing buffer for next wmab_execute call. in AMW0_set_capabilities()
923 * But we need to kfree(out.pointer) if next wmab_execute fail. in AMW0_set_capabilities()
925 status = wmab_execute(&args, &out); in AMW0_set_capabilities()

Completed in 6 milliseconds