Lines Matching refs:mdesc_get_property

243 		id = mdesc_get_property(hp, target,  in parent_cfg_handle()
266 name_prop = mdesc_get_property(a, node, "name", NULL); in invoke_on_missing()
271 id = mdesc_get_property(a, node, "id", NULL); in invoke_on_missing()
283 name_prop = mdesc_get_property(b, fnode, in invoke_on_missing()
295 fid = mdesc_get_property(b, fnode, in invoke_on_missing()
414 const void *mdesc_get_property(struct mdesc_handle *hp, u64 node, in mdesc_get_property() function
458 EXPORT_SYMBOL(mdesc_get_property);
527 s = mdesc_get_property(hp, pn, "banner-name", NULL); in report_platform_properties()
529 s = mdesc_get_property(hp, pn, "name", NULL); in report_platform_properties()
532 v = mdesc_get_property(hp, pn, "hostid", NULL); in report_platform_properties()
535 v = mdesc_get_property(hp, pn, "serial#", NULL); in report_platform_properties()
538 v = mdesc_get_property(hp, pn, "stick-frequency", NULL); in report_platform_properties()
540 v = mdesc_get_property(hp, pn, "mac-address", NULL); in report_platform_properties()
543 v = mdesc_get_property(hp, pn, "watchdog-resolution", NULL); in report_platform_properties()
546 v = mdesc_get_property(hp, pn, "watchdog-max-timeout", NULL); in report_platform_properties()
549 v = mdesc_get_property(hp, pn, "max-cpus", NULL); in report_platform_properties()
576 const u64 *level = mdesc_get_property(hp, mp, "level", NULL); in fill_in_one_cache()
577 const u64 *size = mdesc_get_property(hp, mp, "size", NULL); in fill_in_one_cache()
578 const u64 *line_size = mdesc_get_property(hp, mp, "line-size", NULL); in fill_in_one_cache()
582 type = mdesc_get_property(hp, mp, "type", &type_len); in fill_in_one_cache()
642 const u64 *id = mdesc_get_property(hp, node, "id", NULL); in __mark_core_id()
651 const u64 *id = mdesc_get_property(hp, node, "id", NULL); in __mark_sock_id()
684 level = mdesc_get_property(hp, mp, "level", NULL); in set_core_ids()
688 type = mdesc_get_property(hp, mp, "type", &len); in set_core_ids()
709 cur_lvl = mdesc_get_property(hp, mp, "level", NULL); in set_sock_ids_by_cache()
736 id = mdesc_get_property(hp, t, "id", NULL); in set_sock_ids_by_socket()
772 id = mdesc_get_property(hp, t, "id", NULL); in mark_proc_ids()
788 type = mdesc_get_property(hp, mp, "type", &len); in __set_proc_ids()
832 val = mdesc_get_property(hp, mp, "q-cpu-mondo-#bits", NULL); in get_mondo_data()
835 val = mdesc_get_property(hp, mp, "q-dev-mondo-#bits", NULL); in get_mondo_data()
838 val = mdesc_get_property(hp, mp, "q-resumable-#bits", NULL); in get_mondo_data()
841 val = mdesc_get_property(hp, mp, "q-nonresumable-#bits", NULL); in get_mondo_data()
860 const u64 *id = mdesc_get_property(hp, mp, "id", NULL); in mdesc_iterate_over_cpus()
904 const u64 *pgsz_prop = mdesc_get_property(hp, mp, "mmu-page-size-list", NULL); in check_one_pgsz()
929 const u64 *cfreq = mdesc_get_property(hp, mp, "clock-frequency", NULL); in fill_in_one_cpu()