Lines Matching defs:mdesc_get_property

329 		id = mdesc_get_property(hp, target,
351 idp = mdesc_get_property(md, node, "id", NULL);
352 name = mdesc_get_property(md, node, "name", NULL);
398 idp = mdesc_get_property(md, node, "id", NULL);
658 const void *mdesc_get_property(struct mdesc_handle *hp, u64 node,
702 EXPORT_SYMBOL(mdesc_get_property);
771 s = mdesc_get_property(hp, pn, "banner-name", NULL);
773 s = mdesc_get_property(hp, pn, "name", NULL);
776 v = mdesc_get_property(hp, pn, "hostid", NULL);
779 v = mdesc_get_property(hp, pn, "serial#", NULL);
782 v = mdesc_get_property(hp, pn, "stick-frequency", NULL);
784 v = mdesc_get_property(hp, pn, "mac-address", NULL);
787 v = mdesc_get_property(hp, pn, "watchdog-resolution", NULL);
790 v = mdesc_get_property(hp, pn, "watchdog-max-timeout", NULL);
793 v = mdesc_get_property(hp, pn, "max-cpus", NULL);
820 const u64 *level = mdesc_get_property(hp, mp, "level", NULL);
821 const u64 *size = mdesc_get_property(hp, mp, "size", NULL);
822 const u64 *line_size = mdesc_get_property(hp, mp, "line-size", NULL);
826 type = mdesc_get_property(hp, mp, "type", &type_len);
886 const u64 *id = mdesc_get_property(hp, node, "id", NULL);
895 const u64 *id = mdesc_get_property(hp, node, "id", NULL);
936 level = mdesc_get_property(hp, mp, "level", NULL);
940 type = mdesc_get_property(hp, mp, "type", &len);
962 cur_lvl = mdesc_get_property(hp, mp, "level", NULL);
988 id = mdesc_get_property(hp, t, "id", NULL);
1026 id = mdesc_get_property(hp, t, "id", NULL);
1042 type = mdesc_get_property(hp, mp, "type", &len);
1086 val = mdesc_get_property(hp, mp, "q-cpu-mondo-#bits", NULL);
1089 val = mdesc_get_property(hp, mp, "q-dev-mondo-#bits", NULL);
1092 val = mdesc_get_property(hp, mp, "q-resumable-#bits", NULL);
1095 val = mdesc_get_property(hp, mp, "q-nonresumable-#bits", NULL);
1114 const u64 *id = mdesc_get_property(hp, mp, "id", NULL);
1158 const u64 *pgsz_prop = mdesc_get_property(hp, mp, "mmu-page-size-list", NULL);
1183 const u64 *cfreq = mdesc_get_property(hp, mp, "clock-frequency", NULL);