Home
last modified time | relevance | path

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

/device/linaro/dragonboard/qcom/pd-mapper/
Dservreg_loc.c26 .offset = offsetof(struct servreg_loc_domain_list_entry, name)
32 .offset = offsetof(struct servreg_loc_domain_list_entry, instance_id),
38 .offset = offsetof(struct servreg_loc_domain_list_entry, service_data_valid),
44 .offset = offsetof(struct servreg_loc_domain_list_entry, service_data),
129 .elem_size = sizeof(struct servreg_loc_domain_list_entry),
Dservreg_loc.h25 struct servreg_loc_domain_list_entry { struct
48 struct servreg_loc_domain_list_entry domain_list[255]; argument
Dpd-mapper.c60 struct servreg_loc_domain_list_entry *entry; in handle_get_domain_list()