Searched refs:hpx1 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/pci/ |
H A D | pci-acpi.c | 221 struct hpx_type1 *hpx1) in decode_type1_hpx_record() 234 hpx1->revision = revision; in decode_type1_hpx_record() 235 hpx1->max_mem_read = fields[2].integer.value; in decode_type1_hpx_record() 236 hpx1->avg_max_split = fields[3].integer.value; in decode_type1_hpx_record() 237 hpx1->tot_max_split = fields[4].integer.value; in decode_type1_hpx_record() 630 struct hpx_type1 hpx1; in acpi_run_hpx() local 669 memset(&hpx1, 0, sizeof(hpx1)); in acpi_run_hpx() 670 status = decode_type1_hpx_record(record, &hpx1); in acpi_run_hpx() 673 program_hpx_type1(dev, &hpx1); in acpi_run_hpx() 220 decode_type1_hpx_record(union acpi_object *record, struct hpx_type1 *hpx1) decode_type1_hpx_record() argument [all...] |
/kernel/linux/linux-6.6/drivers/pci/ |
H A D | pci-acpi.c | 223 struct hpx_type1 *hpx1) in decode_type1_hpx_record() 236 hpx1->revision = revision; in decode_type1_hpx_record() 237 hpx1->max_mem_read = fields[2].integer.value; in decode_type1_hpx_record() 238 hpx1->avg_max_split = fields[3].integer.value; in decode_type1_hpx_record() 239 hpx1->tot_max_split = fields[4].integer.value; in decode_type1_hpx_record() 632 struct hpx_type1 hpx1; in acpi_run_hpx() local 671 memset(&hpx1, 0, sizeof(hpx1)); in acpi_run_hpx() 672 status = decode_type1_hpx_record(record, &hpx1); in acpi_run_hpx() 675 program_hpx_type1(dev, &hpx1); in acpi_run_hpx() 222 decode_type1_hpx_record(union acpi_object *record, struct hpx_type1 *hpx1) decode_type1_hpx_record() argument [all...] |
Completed in 4 milliseconds