Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/hwtracing/coresight/
Dcoresight-stm.c725 struct resource_entry *rent; in acpi_stm_get_stimulus_area() local
743 list_for_each_entry(rent, &res_list, node) { in acpi_stm_get_stimulus_area()
744 if (resource_type(rent->res) != IORESOURCE_MEM) in acpi_stm_get_stimulus_area()
747 *res = *rent->res; in acpi_stm_get_stimulus_area()