• Home
  • Raw
  • Download

Lines Matching refs:mdesc_get_property

250 		id = mdesc_get_property(hp, target,  in parent_cfg_handle()
273 name_prop = mdesc_get_property(a, node, "name", NULL); in invoke_on_missing()
278 id = mdesc_get_property(a, node, "id", NULL); in invoke_on_missing()
290 name_prop = mdesc_get_property(b, fnode, in invoke_on_missing()
302 fid = mdesc_get_property(b, fnode, in invoke_on_missing()
421 const void *mdesc_get_property(struct mdesc_handle *hp, u64 node, in mdesc_get_property() function
465 EXPORT_SYMBOL(mdesc_get_property);
532 s = mdesc_get_property(hp, pn, "banner-name", NULL); in report_platform_properties()
534 s = mdesc_get_property(hp, pn, "name", NULL); in report_platform_properties()
537 v = mdesc_get_property(hp, pn, "hostid", NULL); in report_platform_properties()
540 v = mdesc_get_property(hp, pn, "serial#", NULL); in report_platform_properties()
543 v = mdesc_get_property(hp, pn, "stick-frequency", NULL); in report_platform_properties()
545 v = mdesc_get_property(hp, pn, "mac-address", NULL); in report_platform_properties()
548 v = mdesc_get_property(hp, pn, "watchdog-resolution", NULL); in report_platform_properties()
551 v = mdesc_get_property(hp, pn, "watchdog-max-timeout", NULL); in report_platform_properties()
554 v = mdesc_get_property(hp, pn, "max-cpus", NULL); in report_platform_properties()
581 const u64 *level = mdesc_get_property(hp, mp, "level", NULL); in fill_in_one_cache()
582 const u64 *size = mdesc_get_property(hp, mp, "size", NULL); in fill_in_one_cache()
583 const u64 *line_size = mdesc_get_property(hp, mp, "line-size", NULL); in fill_in_one_cache()
587 type = mdesc_get_property(hp, mp, "type", &type_len); in fill_in_one_cache()
634 id = mdesc_get_property(hp, t, "id", NULL); in mark_core_ids()
648 id = mdesc_get_property(hp, n, "id", NULL); in mark_core_ids()
667 level = mdesc_get_property(hp, mp, "level", NULL); in set_core_ids()
671 type = mdesc_get_property(hp, mp, "type", &len); in set_core_ids()
695 id = mdesc_get_property(hp, t, "id", NULL); in mark_proc_ids()
712 type = mdesc_get_property(hp, mp, "type", &len); in __set_proc_ids()
753 val = mdesc_get_property(hp, mp, "q-cpu-mondo-#bits", NULL); in get_mondo_data()
756 val = mdesc_get_property(hp, mp, "q-dev-mondo-#bits", NULL); in get_mondo_data()
759 val = mdesc_get_property(hp, mp, "q-resumable-#bits", NULL); in get_mondo_data()
762 val = mdesc_get_property(hp, mp, "q-nonresumable-#bits", NULL); in get_mondo_data()
773 const u64 *id = mdesc_get_property(hp, mp, "id", NULL); in mdesc_fill_in_cpu_data()
774 const u64 *cfreq = mdesc_get_property(hp, mp, "clock-frequency", NULL); in mdesc_fill_in_cpu_data()