Lines Matching defs:data
65 * Now that we have _TSD data from all CPUs, lets setup T-state
190 * data for all cpus is obtained.
198 static int acpi_processor_throttling_notifier(unsigned long event, void *data)
200 struct throttling_tstate *p_tstate = data;
419 pr_err("Invalid _PTC data\n");
433 pr_err("Invalid _PTC data (control_register)\n");
449 pr_err("Invalid _PTC data (status_register)\n");
502 pr_err("Invalid _TSS data\n");
534 acpi_handle_warn(pr->handle, "Invalid _TSS data: %s\n",
542 pr_err("Invalid _TSS data: freq is zero\n");
582 pr_err("Invalid _TSD data\n");
588 pr_err("Invalid _TSD data\n");
601 pr_err("Invalid _TSD data\n");
877 static long __acpi_processor_get_throttling(void *data)
879 struct acpi_processor *pr = data;
1042 static long acpi_processor_throttling_fn(void *data)
1044 struct acpi_processor_throttling_arg *arg = data;