Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
H A Dcoresight-stm.c728 struct resource_entry *rent; in acpi_stm_get_stimulus_area() local
744 list_for_each_entry(rent, &res_list, node) { in acpi_stm_get_stimulus_area()
745 if (resource_type(rent->res) != IORESOURCE_MEM) in acpi_stm_get_stimulus_area()
748 *res = *rent->res; in acpi_stm_get_stimulus_area()
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H A Dcoresight-stm.c689 struct resource_entry *rent; in acpi_stm_get_stimulus_area() local
705 list_for_each_entry(rent, &res_list, node) { in acpi_stm_get_stimulus_area()
706 if (resource_type(rent->res) != IORESOURCE_MEM) in acpi_stm_get_stimulus_area()
709 *res = *rent->res; in acpi_stm_get_stimulus_area()

Completed in 3 milliseconds