Lines Matching full:hpp
286 static acpi_status acpi_run_hpp(acpi_handle handle, struct hotplug_params *hpp) in acpi_run_hpp() argument
293 memset(hpp, 0, sizeof(struct hotplug_params)); in acpi_run_hpp()
314 hpp->t0 = &hpp->type0_data; in acpi_run_hpp()
315 hpp->t0->revision = 1; in acpi_run_hpp()
316 hpp->t0->cache_line_size = fields[0].integer.value; in acpi_run_hpp()
317 hpp->t0->latency_timer = fields[1].integer.value; in acpi_run_hpp()
318 hpp->t0->enable_serr = fields[2].integer.value; in acpi_run_hpp()
319 hpp->t0->enable_perr = fields[3].integer.value; in acpi_run_hpp()
329 * @hpp - allocated by the caller
331 int pci_get_hp_params(struct pci_dev *dev, struct hotplug_params *hpp) in pci_get_hp_params() argument
354 status = acpi_run_hpx(handle, hpp); in pci_get_hp_params()
357 status = acpi_run_hpp(handle, hpp); in pci_get_hp_params()