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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/platform/x86/
H A Dacer-wmi.c409 static acpi_status wmab_execute(struct wmab_args *regbuf, function
524 return wmab_execute(&args, NULL);
538 status = wmab_execute(&args, &out);
582 status = wmab_execute(&args, &out);
602 * It's ok to use existing buffer for next wmab_execute call.
603 * But we need to kfree(out.pointer) if next wmab_execute fail.
605 status = wmab_execute(&args, &out);

Completed in 32 milliseconds