Home
last modified time | relevance | path

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

/openbmc/linux/drivers/soc/qcom/
H A Dpdr_internal.h24 struct servreg_location_entry { struct
38 .offset = offsetof(struct servreg_location_entry, argument
47 .offset = offsetof(struct servreg_location_entry,
56 .offset = offsetof(struct servreg_location_entry,
65 .offset = offsetof(struct servreg_location_entry,
116 struct servreg_location_entry domain_list[SERVREG_DOMAIN_LIST_LENGTH];
187 .elem_size = sizeof(struct servreg_location_entry),
H A Dpdr_interface.c399 struct servreg_location_entry *entry; in pdr_locate_service()